Pull request #43157 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a rather than a75fd11f03298bd433e7d54232785b683bca0477 Obtained Jenkinsfile from 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a 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-43157@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-04T08:29:59.543Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-04T08:29:59.548Z] Trying to pass milestone 14 [Pipeline] milestone [2022-03-04T08:29:59.632Z] Trying to pass milestone 15 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-04T08:29:59.817Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fc4a3b1a1dc68e50) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] { [Pipeline] checkout [2022-03-04T08:29:59.847Z] The recommended git tool is: git [2022-03-04T08:29:59.900Z] using credential docker-jenkins-github-credentials [2022-03-04T08:29:59.908Z] Cloning the remote Git repository [2022-03-04T08:29:59.908Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:30:00.010Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:30:00.012Z] > git init /home/ubuntu/workspace/moby_PR-43157 # timeout=10 [2022-03-04T08:30:00.031Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:30:00.032Z] > git --version # timeout=10 [2022-03-04T08:30:00.040Z] > git --version # 'git version 2.17.1' [2022-03-04T08:30:00.040Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:00.041Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:15.311Z] Fetching without tags [2022-03-04T08:30:15.546Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:30:15.377Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:30:15.383Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:30:15.393Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:15.407Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:30:15.418Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:30:15.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:15.419Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:15.652Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:15.657Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:30:16.107Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:30:16.107Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:30:16.448Z] Commit message: "move MediaTypeWriter to streamformatter package" [2022-03-04T08:30:16.463Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T08:30:17.337Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/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-04T08:30:17.337Z] Unable to find image 'alpine:latest' locally [2022-03-04T08:30:17.337Z] latest: Pulling from library/alpine [2022-03-04T08:30:16.147Z] > git remote # timeout=10 [2022-03-04T08:30:16.159Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:30:16.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:16.169Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:30:16.197Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:30:16.216Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:16.223Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:30:16.553Z] > git rev-list --no-walk e0787fb9eead832721f385fc3765e39f1683d2a7 # timeout=10 [2022-03-04T08:30:17.594Z] 59bf1c3509f3: Pulling fs layer [2022-03-04T08:30:17.594Z] 59bf1c3509f3: Download complete [2022-03-04T08:30:17.594Z] 59bf1c3509f3: Pull complete [2022-03-04T08:30:17.855Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-04T08:30:17.855Z] Status: Downloaded newer image for alpine:latest [2022-03-04T08:30:20.381Z] 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 [2022-03-04T08:30:20.608Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fc4a3b1a1dc68e50) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] node [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 [Pipeline] { (Print info) [Pipeline] stage [2022-03-04T08:30:20.623Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00283026708e7077c) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-03-04T08:30:20.676Z] The recommended git tool is: git [Pipeline] checkout [2022-03-04T08:30:20.696Z] The recommended git tool is: git [2022-03-04T08:30:20.703Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-04T08:30:20.712Z] Cloning the remote Git repository [2022-03-04T08:30:20.712Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-03-04T08:30:20.723Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-04T08:30:20.735Z] Fetching changes from the remote Git repository [2022-03-04T08:30:20.742Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2022-03-04T08:30:21.023Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-04T08:30:21.253Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:30:21.254Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:30:21.317Z] Commit message: "move MediaTypeWriter to streamformatter package" [2022-03-04T08:30:20.758Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:30:20.758Z] > git init /home/ubuntu/workspace/moby_PR-43157 # timeout=10 [2022-03-04T08:30:20.795Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:30:20.796Z] > git --version # timeout=10 [2022-03-04T08:30:20.804Z] > git --version # 'git version 2.17.1' [2022-03-04T08:30:20.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:20.805Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [2022-03-04T08:30:20.832Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43157/.git # timeout=10 [2022-03-04T08:30:20.839Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:30:20.889Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:30:20.889Z] > git --version # timeout=10 [2022-03-04T08:30:20.894Z] > git --version # 'git version 2.17.1' [2022-03-04T08:30:20.894Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:20.895Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:21.127Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:21.135Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:30:21.323Z] > git remote # timeout=10 [2022-03-04T08:30:21.329Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:30:21.332Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:21.333Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:30:21.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:30:21.357Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:21.371Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [Pipeline] sh [2022-03-04T08:30:22.037Z] + [ PR != PR ] [2022-03-04T08:30:22.037Z] + [ master != master ] [2022-03-04T08:30:22.037Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:30:22.369Z] + docker version [2022-03-04T08:30:22.369Z] Client: Docker Engine - Community [2022-03-04T08:30:22.369Z] Version: 20.10.12 [2022-03-04T08:30:22.369Z] API version: 1.41 [2022-03-04T08:30:22.369Z] Go version: go1.16.12 [2022-03-04T08:30:22.369Z] Git commit: e91ed57 [2022-03-04T08:30:22.369Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T08:30:22.369Z] OS/Arch: linux/amd64 [2022-03-04T08:30:22.369Z] Context: default [2022-03-04T08:30:22.369Z] Experimental: true [2022-03-04T08:30:22.369Z] [2022-03-04T08:30:22.369Z] Server: Docker Engine - Community [2022-03-04T08:30:22.369Z] Engine: [2022-03-04T08:30:22.369Z] Version: 20.10.12 [2022-03-04T08:30:22.369Z] API version: 1.41 (minimum version 1.12) [2022-03-04T08:30:22.369Z] Go version: go1.16.12 [2022-03-04T08:30:22.369Z] Git commit: 459d0df [2022-03-04T08:30:22.369Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T08:30:22.369Z] OS/Arch: linux/amd64 [2022-03-04T08:30:22.369Z] Experimental: true [2022-03-04T08:30:22.369Z] containerd: [2022-03-04T08:30:22.369Z] Version: 1.4.12 [2022-03-04T08:30:22.369Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:30:22.369Z] runc: [2022-03-04T08:30:22.369Z] Version: 1.0.2 [2022-03-04T08:30:22.369Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T08:30:22.369Z] docker-init: [2022-03-04T08:30:22.369Z] Version: 0.19.0 [2022-03-04T08:30:22.369Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T08:30:22.801Z] + docker info [2022-03-04T08:30:23.364Z] Client: [2022-03-04T08:30:23.364Z] Context: default [2022-03-04T08:30:23.364Z] Debug Mode: false [2022-03-04T08:30:23.364Z] Plugins: [2022-03-04T08:30:23.364Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T08:30:23.364Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T08:30:23.364Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T08:30:23.364Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T08:30:23.364Z] [2022-03-04T08:30:23.364Z] Server: [2022-03-04T08:30:23.364Z] Containers: 0 [2022-03-04T08:30:23.364Z] Running: 0 [2022-03-04T08:30:23.364Z] Paused: 0 [2022-03-04T08:30:23.364Z] Stopped: 0 [2022-03-04T08:30:23.364Z] Images: 3 [2022-03-04T08:30:23.364Z] Server Version: 20.10.12 [2022-03-04T08:30:23.364Z] Storage Driver: overlay2 [2022-03-04T08:30:23.364Z] Backing Filesystem: extfs [2022-03-04T08:30:23.364Z] Supports d_type: true [2022-03-04T08:30:23.364Z] Native Overlay Diff: true [2022-03-04T08:30:23.364Z] userxattr: false [2022-03-04T08:30:23.364Z] Logging Driver: json-file [2022-03-04T08:30:23.364Z] Cgroup Driver: cgroupfs [2022-03-04T08:30:23.364Z] Cgroup Version: 1 [2022-03-04T08:30:23.364Z] Plugins: [2022-03-04T08:30:23.364Z] Volume: local [2022-03-04T08:30:23.364Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T08:30:23.364Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T08:30:23.364Z] Swarm: inactive [2022-03-04T08:30:23.364Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T08:30:23.364Z] Default Runtime: runc [2022-03-04T08:30:23.364Z] Init Binary: docker-init [2022-03-04T08:30:23.364Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:30:23.364Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T08:30:23.364Z] init version: de40ad0 [2022-03-04T08:30:23.364Z] Security Options: [2022-03-04T08:30:23.364Z] apparmor [2022-03-04T08:30:23.364Z] seccomp [2022-03-04T08:30:23.364Z] Profile: default [2022-03-04T08:30:23.364Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T08:30:23.364Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T08:30:23.364Z] OSType: linux [2022-03-04T08:30:23.364Z] Architecture: x86_64 [2022-03-04T08:30:23.364Z] CPUs: 2 [2022-03-04T08:30:23.364Z] Total Memory: 7.565GiB [2022-03-04T08:30:23.364Z] Name: ip-10-100-83-144 [2022-03-04T08:30:23.364Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T08:30:23.364Z] Docker Root Dir: /var/lib/docker [2022-03-04T08:30:23.364Z] Debug Mode: false [2022-03-04T08:30:23.364Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:30:23.364Z] Labels: [2022-03-04T08:30:23.364Z] Experimental: true [2022-03-04T08:30:23.364Z] Insecure Registries: [2022-03-04T08:30:23.364Z] 127.0.0.0/8 [2022-03-04T08:30:23.364Z] Live Restore Enabled: true [2022-03-04T08:30:23.364Z] [2022-03-04T08:30:23.364Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T08:30:23.682Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:30:23.682Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:30:23.682Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43157/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T08:30:23.682Z] + bash /home/ubuntu/workspace/moby_PR-43157/check-config.sh [2022-03-04T08:30:23.682Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T08:30:23.682Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T08:30:23.682Z] [2022-03-04T08:30:23.682Z] Generally Necessary: [2022-03-04T08:30:23.682Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T08:30:23.682Z] - apparmor: enabled and tools installed [2022-03-04T08:30:23.682Z] - CONFIG_NAMESPACES: enabled [2022-03-04T08:30:23.682Z] - CONFIG_NET_NS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_PID_NS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_IPC_NS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_UTS_NS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CGROUPS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T08:30:23.682Z] - CONFIG_CPUSETS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_MEMCG: enabled [2022-03-04T08:30:23.682Z] - CONFIG_KEYS: enabled [2022-03-04T08:30:23.682Z] - CONFIG_VETH: enabled (as module) [2022-03-04T08:30:23.682Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T08:30:23.682Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T08:30:23.682Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T08:30:23.941Z] [2022-03-04T08:30:23.941Z] Optional Features: [2022-03-04T08:30:23.941Z] - CONFIG_USER_NS: enabled [2022-03-04T08:30:23.941Z] - CONFIG_SECCOMP: enabled [2022-03-04T08:30:23.941Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T08:30:23.941Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T08:30:23.941Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T08:30:23.941Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T08:30:23.941Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T08:30:23.941Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T08:30:23.941Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T08:30:23.941Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T08:30:23.941Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T08:30:23.941Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T08:30:23.941Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T08:30:23.941Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T08:30:23.941Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T08:30:23.941Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T08:30:23.941Z] - CONFIG_EXT4_FS: enabled [2022-03-04T08:30:23.941Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T08:30:23.941Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T08:30:23.941Z] - Network Drivers: [2022-03-04T08:30:23.941Z] - "overlay": [2022-03-04T08:30:23.941Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T08:30:23.941Z] Optional (for encrypted networks): [2022-03-04T08:30:23.941Z] - CONFIG_CRYPTO: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T08:30:23.941Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T08:30:23.941Z] - CONFIG_XFRM: enabled [2022-03-04T08:30:23.941Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T08:30:23.941Z] - "ipvlan": [2022-03-04T08:30:23.941Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T08:30:23.941Z] - "macvlan": [2022-03-04T08:30:23.941Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T08:30:23.941Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T08:30:23.941Z] - "ftp,tftp client in container": [2022-03-04T08:30:24.197Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T08:30:24.197Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T08:30:24.197Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T08:30:24.197Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T08:30:24.197Z] - Storage Drivers: [2022-03-04T08:30:24.197Z] - "aufs": [2022-03-04T08:30:24.197Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T08:30:24.197Z] - "btrfs": [2022-03-04T08:30:24.197Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T08:30:24.197Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T08:30:24.197Z] - "devicemapper": [2022-03-04T08:30:24.197Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T08:30:24.197Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T08:30:24.197Z] - "overlay": [2022-03-04T08:30:24.197Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T08:30:24.197Z] - "zfs": [2022-03-04T08:30:24.197Z] - /dev/zfs: present [2022-03-04T08:30:24.197Z] - zfs command: missing [2022-03-04T08:30:24.197Z] - zpool command: missing [2022-03-04T08:30:24.197Z] [2022-03-04T08:30:24.197Z] Limits: [2022-03-04T08:30:24.197Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T08:30:24.197Z] [2022-03-04T08:30:24.197Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T08:30:24.515Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:a75fd11f03298bd433e7d54232785b683bca0477 . [2022-03-04T08:30:24.515Z] #1 [internal] load build definition from Dockerfile [2022-03-04T08:30:24.515Z] #1 sha256:0ae7df56e59c48a816899a5905a723fa1a5bf062ab190b762fcc11932f834d0f [2022-03-04T08:30:24.515Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T08:30:24.515Z] #1 DONE 0.0s [2022-03-04T08:30:24.515Z] [2022-03-04T08:30:24.515Z] #2 [internal] load .dockerignore [2022-03-04T08:30:24.515Z] #2 sha256:86290d5418b2db1fe8c9540ce934fa6f23642e11c041e0b5be6d3f7ea8397954 [2022-03-04T08:30:24.515Z] #2 transferring context: 87B done [2022-03-04T08:30:24.515Z] #2 DONE 0.0s [2022-03-04T08:30:24.515Z] [2022-03-04T08:30:24.515Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T08:30:24.515Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T08:30:24.774Z] #3 DONE 0.1s [2022-03-04T08:30:24.774Z] [2022-03-04T08:30:24.774Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T08:30:24.774Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T08:30:24.774Z] #4 CACHED [2022-03-04T08:30:24.774Z] [2022-03-04T08:30:24.774Z] #5 [internal] load .dockerignore [2022-03-04T08:30:24.774Z] #5 sha256:3e4703adfdede01bcb0010aa3bae3b7f9d40434bb7383f4bc8802d5aa55eda1b [2022-03-04T08:30:24.774Z] #5 DONE 0.0s [2022-03-04T08:30:24.774Z] [2022-03-04T08:30:24.774Z] #6 [internal] load build definition from Dockerfile [2022-03-04T08:30:24.774Z] #6 sha256:d0c512c48e95ad9973960b8feae5353d79121c94d600d906a31f770182033dee [2022-03-04T08:30:24.774Z] #6 DONE 0.0s [2022-03-04T08:30:24.774Z] [2022-03-04T08:30:24.774Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:30:24.774Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T08:30:25.033Z] #10 DONE 0.1s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:30:25.033Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T08:30:25.033Z] #9 DONE 0.1s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T08:30:25.033Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T08:30:25.033Z] #8 DONE 0.1s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #7 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T08:30:25.033Z] #7 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T08:30:25.033Z] #7 DONE 0.1s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:30:25.033Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T08:30:25.033Z] #76 DONE 0.0s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:30:25.033Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T08:30:25.033Z] #74 DONE 0.0s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T08:30:25.033Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T08:30:25.033Z] #11 DONE 0.0s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T08:30:25.033Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T08:30:25.033Z] #35 DONE 0.0s [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T08:30:25.033Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T08:30:25.033Z] #12 CACHED [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-04T08:30:25.033Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T08:30:25.033Z] #13 CACHED [2022-03-04T08:30:25.033Z] [2022-03-04T08:30:25.033Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-04T08:30:25.033Z] #14 sha256:f61b3f5756cd140a03f6cccf7cdf366e6eb99b8eb788994f25e971ba586a8547 [2022-03-04T08:30:25.604Z] #14 ... [2022-03-04T08:30:25.604Z] [2022-03-04T08:30:25.604Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T08:30:25.604Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T08:30:25.604Z] #52 DONE 0.4s [2022-03-04T08:30:25.604Z] [2022-03-04T08:30:25.604Z] #31 [internal] load build context [2022-03-04T08:30:25.604Z] #31 sha256:7b7741dac168d66a18b9035fe7ead27ee6bfcfeffbfaf90991a83e946ee319b1 [2022-03-04T08:30:26.546Z] #31 ... [2022-03-04T08:30:26.546Z] [2022-03-04T08:30:26.546Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-04T08:30:26.546Z] #14 sha256:f61b3f5756cd140a03f6cccf7cdf366e6eb99b8eb788994f25e971ba586a8547 [2022-03-04T08:30:26.546Z] #14 DONE 1.2s [2022-03-04T08:30:26.546Z] [2022-03-04T08:30:26.546Z] #31 [internal] load build context [2022-03-04T08:30:26.546Z] #31 sha256:7b7741dac168d66a18b9035fe7ead27ee6bfcfeffbfaf90991a83e946ee319b1 [2022-03-04T08:30:27.480Z] #31 ... [2022-03-04T08:30:27.480Z] [2022-03-04T08:30:27.480Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-04T08:30:27.480Z] #15 sha256:6d159231d538c3fe6d9c3370d296b182168b2cf690efce7c75c193927730e916 [2022-03-04T08:30:27.480Z] #15 DONE 1.1s [2022-03-04T08:30:27.480Z] [2022-03-04T08:30:27.480Z] #31 [internal] load build context [2022-03-04T08:30:27.480Z] #31 sha256:7b7741dac168d66a18b9035fe7ead27ee6bfcfeffbfaf90991a83e946ee319b1 [2022-03-04T08:30:27.736Z] #31 transferring context: 57.19MB 2.8s done [2022-03-04T08:30:27.993Z] #31 DONE 2.9s [2022-03-04T08:30:27.993Z] [2022-03-04T08:30:27.993Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-04T08:30:27.993Z] #16 sha256:0310a9c2428020ef89891b3855f1117084d07b423528323026c09509fc0ca673 [2022-03-04T08:30:28.249Z] #16 DONE 0.7s [2022-03-04T08:30:28.249Z] [2022-03-04T08:30:28.249Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-04T08:30:28.249Z] #17 sha256:e191262bc0fbc7aebb8b5b8e201eff744983575dd4bb1c07189ca2fdd66830fe [2022-03-04T08:30:28.815Z] #17 DONE 0.5s [2022-03-04T08:30:28.815Z] [2022-03-04T08:30:28.815Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-04T08:30:28.815Z] #18 sha256:d5cf3b8bfdc8e151b6df20395178cdc3d340ee399623a9248766fc57ff5d4924 [2022-03-04T08:30:29.071Z] #18 DONE 0.5s [2022-03-04T08:30:29.071Z] [2022-03-04T08:30:29.071Z] #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-04T08:30:29.071Z] #19 sha256:a423d01d59aa3308a2621b0d701e7585f120e90e13941792aeede2d7bf9b10fe [2022-03-04T08:30:29.999Z] #19 0.974 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T08:30:30.255Z] #19 1.141 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T08:30:30.255Z] #19 1.229 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:30:30.517Z] #19 1.234 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-04T08:30:30.517Z] #19 1.383 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-04T08:30:30.517Z] #19 1.526 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-04T08:30:31.083Z] #19 1.682 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-04T08:30:31.083Z] #19 1.840 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-04T08:30:31.083Z] #19 1.973 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T08:30:31.083Z] #19 2.102 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-04T08:30:31.351Z] #19 2.104 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-04T08:30:31.351Z] #19 2.106 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T08:30:31.351Z] #19 2.107 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-04T08:30:31.351Z] #19 2.109 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-04T08:30:31.351Z] #19 2.110 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-04T08:30:31.351Z] #19 2.112 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-04T08:30:31.351Z] #19 2.116 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-04T08:30:31.351Z] #19 2.116 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-04T08:30:31.351Z] #19 2.117 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-04T08:30:31.351Z] #19 2.118 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-04T08:30:31.351Z] #19 2.118 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T08:30:35.610Z] Still waiting to schedule task [2022-03-04T08:30:35.610Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-04T08:30:35.611Z] Still waiting to schedule task [2022-03-04T08:30:35.611Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b1ab58b5f2672aab)’ [2022-03-04T08:30:35.614Z] Still waiting to schedule task [2022-03-04T08:30:35.614Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d448f65029cc3c34)’ [2022-03-04T08:30:35.615Z] Still waiting to schedule task [2022-03-04T08:30:35.615Z] Waiting for next available executor on ‘azwin-2-f35d10’ [2022-03-04T08:30:35.616Z] Still waiting to schedule task [2022-03-04T08:30:35.616Z] Waiting for next available executor on ‘windows-2022’ [2022-03-04T08:30:35.617Z] Still waiting to schedule task [2022-03-04T08:30:35.617Z] Waiting for next available executor on ‘windows-2022’ [2022-03-04T08:30:36.080Z] Fetching without tags [2022-03-04T08:30:36.318Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:30:36.077Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:30:36.094Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:30:36.102Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:36.119Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:30:36.126Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:30:36.126Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:36.127Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:30:36.363Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:36.372Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:30:36.631Z] #19 7.510 Fetched 48.9 MB in 7s (6986 kB/s) [2022-03-04T08:30:36.914Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:30:36.915Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:30:37.481Z] Commit message: "move MediaTypeWriter to streamformatter package" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:30:38.344Z] + docker version [2022-03-04T08:30:38.344Z] Client: Docker Engine - Community [2022-03-04T08:30:38.344Z] Version: 20.10.12 [2022-03-04T08:30:38.344Z] API version: 1.41 [2022-03-04T08:30:38.344Z] Go version: go1.16.12 [2022-03-04T08:30:38.344Z] Git commit: e91ed57 [2022-03-04T08:30:38.344Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T08:30:38.344Z] OS/Arch: linux/amd64 [2022-03-04T08:30:38.344Z] Context: default [2022-03-04T08:30:38.344Z] Experimental: true [2022-03-04T08:30:38.344Z] [2022-03-04T08:30:38.344Z] Server: Docker Engine - Community [2022-03-04T08:30:38.344Z] Engine: [2022-03-04T08:30:38.344Z] Version: 20.10.12 [2022-03-04T08:30:38.344Z] API version: 1.41 (minimum version 1.12) [2022-03-04T08:30:38.344Z] Go version: go1.16.12 [2022-03-04T08:30:38.344Z] Git commit: 459d0df [2022-03-04T08:30:38.344Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T08:30:38.344Z] OS/Arch: linux/amd64 [2022-03-04T08:30:38.344Z] Experimental: true [2022-03-04T08:30:38.344Z] containerd: [2022-03-04T08:30:38.344Z] Version: 1.4.12 [2022-03-04T08:30:38.344Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:30:38.344Z] runc: [2022-03-04T08:30:38.344Z] Version: 1.0.2 [2022-03-04T08:30:38.344Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T08:30:38.344Z] docker-init: [2022-03-04T08:30:38.344Z] Version: 0.19.0 [2022-03-04T08:30:38.344Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T08:30:36.911Z] > git remote # timeout=10 [2022-03-04T08:30:36.916Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:30:36.933Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:30:36.934Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:30:36.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:30:36.961Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:30:36.972Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:30:38.629Z] + docker info [2022-03-04T08:30:39.198Z] Client: [2022-03-04T08:30:39.198Z] Context: default [2022-03-04T08:30:39.198Z] Debug Mode: false [2022-03-04T08:30:39.198Z] Plugins: [2022-03-04T08:30:39.198Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T08:30:39.198Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T08:30:39.198Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T08:30:39.198Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T08:30:39.198Z] [2022-03-04T08:30:39.198Z] Server: [2022-03-04T08:30:39.198Z] Containers: 0 [2022-03-04T08:30:39.198Z] Running: 0 [2022-03-04T08:30:39.198Z] Paused: 0 [2022-03-04T08:30:39.198Z] Stopped: 0 [2022-03-04T08:30:39.198Z] Images: 3 [2022-03-04T08:30:39.198Z] Server Version: 20.10.12 [2022-03-04T08:30:39.198Z] Storage Driver: overlay2 [2022-03-04T08:30:39.198Z] Backing Filesystem: extfs [2022-03-04T08:30:39.198Z] Supports d_type: true [2022-03-04T08:30:39.198Z] Native Overlay Diff: true [2022-03-04T08:30:39.198Z] userxattr: false [2022-03-04T08:30:39.198Z] Logging Driver: json-file [2022-03-04T08:30:39.198Z] Cgroup Driver: cgroupfs [2022-03-04T08:30:39.198Z] Cgroup Version: 1 [2022-03-04T08:30:39.198Z] Plugins: [2022-03-04T08:30:39.198Z] Volume: local [2022-03-04T08:30:39.198Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T08:30:39.198Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T08:30:39.198Z] Swarm: inactive [2022-03-04T08:30:39.198Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-04T08:30:39.198Z] Default Runtime: runc [2022-03-04T08:30:39.198Z] Init Binary: docker-init [2022-03-04T08:30:39.198Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:30:39.198Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T08:30:39.198Z] init version: de40ad0 [2022-03-04T08:30:39.198Z] Security Options: [2022-03-04T08:30:39.198Z] apparmor [2022-03-04T08:30:39.198Z] seccomp [2022-03-04T08:30:39.198Z] Profile: default [2022-03-04T08:30:39.198Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T08:30:39.198Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T08:30:39.198Z] OSType: linux [2022-03-04T08:30:39.198Z] Architecture: x86_64 [2022-03-04T08:30:39.198Z] CPUs: 2 [2022-03-04T08:30:39.198Z] Total Memory: 7.483GiB [2022-03-04T08:30:39.198Z] Name: ip-10-100-62-43 [2022-03-04T08:30:39.199Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T08:30:39.199Z] Docker Root Dir: /var/lib/docker [2022-03-04T08:30:39.199Z] Debug Mode: false [2022-03-04T08:30:39.199Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:30:39.199Z] Labels: [2022-03-04T08:30:39.199Z] Experimental: true [2022-03-04T08:30:39.199Z] Insecure Registries: [2022-03-04T08:30:39.199Z] 127.0.0.0/8 [2022-03-04T08:30:39.199Z] Live Restore Enabled: true [2022-03-04T08:30:39.199Z] [2022-03-04T08:30:39.199Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T08:30:39.481Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:30:39.481Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:30:39.481Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43157/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T08:30:39.481Z] + bash /home/ubuntu/workspace/moby_PR-43157/check-config.sh [2022-03-04T08:30:39.481Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T08:30:39.481Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T08:30:39.481Z] [2022-03-04T08:30:39.481Z] Generally Necessary: [2022-03-04T08:30:39.481Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T08:30:39.481Z] - apparmor: enabled and tools installed [2022-03-04T08:30:39.481Z] - CONFIG_NAMESPACES: enabled [2022-03-04T08:30:39.481Z] - CONFIG_NET_NS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_PID_NS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_IPC_NS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_UTS_NS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUPS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CPUSETS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_MEMCG: enabled [2022-03-04T08:30:39.481Z] - CONFIG_KEYS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_VETH: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T08:30:39.481Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T08:30:39.481Z] [2022-03-04T08:30:39.481Z] Optional Features: [2022-03-04T08:30:39.481Z] - CONFIG_USER_NS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_SECCOMP: enabled [2022-03-04T08:30:39.481Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T08:30:39.481Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T08:30:39.481Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T08:30:39.740Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T08:30:39.740Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T08:30:39.740Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T08:30:39.740Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T08:30:39.740Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T08:30:39.740Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T08:30:39.740Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T08:30:39.740Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T08:30:39.740Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T08:30:39.740Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T08:30:39.740Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T08:30:39.740Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T08:30:39.740Z] - CONFIG_EXT4_FS: enabled [2022-03-04T08:30:39.740Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T08:30:39.740Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T08:30:39.740Z] - Network Drivers: [2022-03-04T08:30:39.740Z] - "overlay": [2022-03-04T08:30:39.740Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T08:30:39.740Z] Optional (for encrypted networks): [2022-03-04T08:30:39.740Z] - CONFIG_CRYPTO: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T08:30:39.740Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T08:30:39.740Z] - CONFIG_XFRM: enabled [2022-03-04T08:30:39.740Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T08:30:39.740Z] - "ipvlan": [2022-03-04T08:30:39.740Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T08:30:39.740Z] - "macvlan": [2022-03-04T08:30:39.740Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T08:30:39.740Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T08:30:39.740Z] - "ftp,tftp client in container": [2022-03-04T08:30:39.740Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T08:30:39.741Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T08:30:39.741Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T08:30:39.741Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T08:30:39.741Z] - Storage Drivers: [2022-03-04T08:30:39.741Z] - "aufs": [2022-03-04T08:30:39.741Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T08:30:39.741Z] - "btrfs": [2022-03-04T08:30:39.741Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T08:30:39.741Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T08:30:39.741Z] - "devicemapper": [2022-03-04T08:30:39.741Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T08:30:39.741Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T08:30:39.741Z] - "overlay": [2022-03-04T08:30:39.741Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T08:30:39.741Z] - "zfs": [2022-03-04T08:30:39.741Z] - /dev/zfs: present [2022-03-04T08:30:39.741Z] - zfs command: missing [2022-03-04T08:30:39.741Z] - zpool command: missing [2022-03-04T08:30:39.741Z] [2022-03-04T08:30:39.741Z] Limits: [2022-03-04T08:30:39.741Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T08:30:39.741Z] [2022-03-04T08:30:39.741Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T08:30:39.913Z] #19 7.510 Reading package lists... [2022-03-04T08:30:40.076Z] + sudo modprobe ip_vs [2022-03-04T08:30:40.076Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a75fd11f03298bd433e7d54232785b683bca0477 . [2022-03-04T08:30:40.335Z] #1 [internal] load build definition from Dockerfile [2022-03-04T08:30:40.335Z] #1 sha256:43973825084444b8509a9c2376296be81fbe60460947e86477c3f470e7378e13 [2022-03-04T08:30:40.335Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T08:30:40.335Z] #1 DONE 0.0s [2022-03-04T08:30:40.335Z] [2022-03-04T08:30:40.335Z] #2 [internal] load .dockerignore [2022-03-04T08:30:40.335Z] #2 sha256:21551cf156335eb3e2e4e15e872e7dcd062ddf328f35af8c58e61ae982e13ead [2022-03-04T08:30:40.335Z] #2 transferring context: 87B done [2022-03-04T08:30:40.335Z] #2 DONE 0.0s [2022-03-04T08:30:40.335Z] [2022-03-04T08:30:40.335Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T08:30:40.335Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T08:30:40.335Z] #3 DONE 0.1s [2022-03-04T08:30:40.335Z] [2022-03-04T08:30:40.335Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T08:30:40.335Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T08:30:40.335Z] #4 CACHED [2022-03-04T08:30:40.597Z] [2022-03-04T08:30:40.597Z] #6 [internal] load build definition from Dockerfile [2022-03-04T08:30:40.597Z] #6 sha256:69a0d74cd4b41dcb6e11caa8dc6fb8187c68f6a7eb61894fd40ee70933a0398a [2022-03-04T08:30:40.597Z] #6 DONE 0.0s [2022-03-04T08:30:40.597Z] [2022-03-04T08:30:40.597Z] #5 [internal] load .dockerignore [2022-03-04T08:30:40.597Z] #5 sha256:078735143d2973cab4dbc631ac259bd916c310829e96e03eadec6a4b3b4ffe1c [2022-03-04T08:30:40.597Z] #5 DONE 0.0s [2022-03-04T08:30:40.597Z] [2022-03-04T08:30:40.597Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:30:40.597Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T08:30:40.597Z] #7 DONE 0.1s [2022-03-04T08:30:40.597Z] [2022-03-04T08:30:40.597Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T08:30:40.597Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T08:30:40.857Z] #10 DONE 0.1s [2022-03-04T08:30:40.857Z] [2022-03-04T08:30:40.857Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:30:40.857Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T08:30:40.857Z] #8 DONE 0.1s [2022-03-04T08:30:40.857Z] [2022-03-04T08:30:40.857Z] #9 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T08:30:40.857Z] #9 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T08:30:40.857Z] #9 DONE 0.1s [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:30:41.433Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T08:30:41.433Z] #67 DONE 0.0s [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T08:30:41.433Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T08:30:41.433Z] #11 DONE 0.0s [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:30:41.433Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T08:30:41.433Z] #69 DONE 0.0s [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T08:30:41.433Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T08:30:41.433Z] #12 CACHED [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #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-04T08:30:41.433Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T08:30:41.433Z] #13 CACHED [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T08:30:41.433Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T08:30:41.433Z] #28 DONE 0.0s [2022-03-04T08:30:41.433Z] [2022-03-04T08:30:41.433Z] #24 [internal] load build context [2022-03-04T08:30:41.433Z] #24 sha256:4f0c8f0a7f8e39e0d148740883fc3c47a5b9ec9645ebf93eb9a4f7bf74407fbe [2022-03-04T08:30:41.694Z] #24 ... [2022-03-04T08:30:41.694Z] [2022-03-04T08:30:41.694Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T08:30:41.694Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T08:30:41.694Z] #45 DONE 0.4s [2022-03-04T08:30:41.694Z] [2022-03-04T08:30:41.694Z] #24 [internal] load build context [2022-03-04T08:30:41.694Z] #24 sha256:4f0c8f0a7f8e39e0d148740883fc3c47a5b9ec9645ebf93eb9a4f7bf74407fbe [2022-03-04T08:30:43.197Z] #19 10.55 Reading package lists... [2022-03-04T08:30:43.455Z] #19 13.59 Building dependency tree... [2022-03-04T08:30:44.020Z] #19 14.83 The following additional packages will be installed: [2022-03-04T08:30:44.020Z] #19 14.83 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-04T08:30:44.020Z] #19 14.83 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-04T08:30:44.020Z] #19 14.83 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-04T08:30:44.020Z] #19 14.83 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-04T08:30:44.020Z] #19 14.83 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-04T08:30:44.020Z] #19 14.83 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-04T08:30:44.020Z] #19 14.83 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-04T08:30:44.020Z] #19 14.83 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-04T08:30:44.020Z] #19 14.83 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.83 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-04T08:30:44.020Z] #19 14.83 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-04T08:30:44.020Z] #19 14.83 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-04T08:30:44.020Z] #19 14.83 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-04T08:30:44.020Z] #19 14.83 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-04T08:30:44.020Z] #19 14.83 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-04T08:30:44.020Z] #19 14.83 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-04T08:30:44.020Z] #19 14.83 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-04T08:30:44.020Z] #19 14.83 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-04T08:30:44.020Z] #19 14.83 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-04T08:30:44.020Z] #19 14.83 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-04T08:30:44.020Z] #19 14.83 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-04T08:30:44.020Z] #19 14.83 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.83 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-04T08:30:44.020Z] #19 14.83 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-04T08:30:44.020Z] #19 14.83 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-04T08:30:44.020Z] #19 14.83 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-04T08:30:44.020Z] #19 14.84 linux-libc-dev-s390x-cross patch xz-utils [2022-03-04T08:30:44.020Z] #19 14.84 Suggested packages: [2022-03-04T08:30:44.020Z] #19 14.84 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-04T08:30:44.020Z] #19 14.84 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.84 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-04T08:30:44.020Z] #19 14.84 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-04T08:30:44.020Z] #19 14.84 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-04T08:30:44.020Z] #19 14.84 libyaml-shell-perl ed diffutils-doc [2022-03-04T08:30:44.020Z] #19 14.84 Recommended packages: [2022-03-04T08:30:44.020Z] #19 14.84 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-04T08:30:44.020Z] #19 14.84 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-04T08:30:44.999Z] #24 transferring context: 57.19MB 3.2s done [2022-03-04T08:30:44.999Z] #24 DONE 3.3s [2022-03-04T08:30:44.999Z] [2022-03-04T08:30:44.999Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T08:30:44.999Z] #25 sha256:9c9f1ec1728c1439ac52538a75dfd7ce524beea529acaed5feaacc98a7fd2877 [2022-03-04T08:30:44.999Z] #25 DONE 0.4s [2022-03-04T08:30:44.999Z] [2022-03-04T08:30:44.999Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T08:30:44.999Z] #62 sha256:8e78891ab39713bcba44ba92b87fd67f25cb506e8271d106b682fc7b8fb4e521 [2022-03-04T08:30:44.999Z] #62 DONE 0.4s [2022-03-04T08:30:44.999Z] [2022-03-04T08:30:44.999Z] #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-04T08:30:44.999Z] #63 sha256:5ed1b87e923c9229d8cd0f575d3574d6870da7caf2aebcdb517a2a8e22040bcd [2022-03-04T08:30:45.397Z] #19 16.05 The following NEW packages will be installed: [2022-03-04T08:30:45.397Z] #19 16.05 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-04T08:30:45.397Z] #19 16.05 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-04T08:30:45.397Z] #19 16.05 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-04T08:30:45.397Z] #19 16.05 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-04T08:30:45.397Z] #19 16.05 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-04T08:30:45.397Z] #19 16.05 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-04T08:30:45.397Z] #19 16.05 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-04T08:30:45.397Z] #19 16.05 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-04T08:30:45.397Z] #19 16.05 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-04T08:30:45.397Z] #19 16.05 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-04T08:30:45.397Z] #19 16.05 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-04T08:30:45.397Z] #19 16.05 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-04T08:30:45.397Z] #19 16.05 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-04T08:30:45.397Z] #19 16.05 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-04T08:30:45.397Z] #19 16.05 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-04T08:30:45.397Z] #19 16.05 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-04T08:30:45.397Z] #19 16.05 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-04T08:30:45.397Z] #19 16.05 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-04T08:30:45.397Z] #19 16.05 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-04T08:30:45.397Z] #19 16.05 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-04T08:30:45.397Z] #19 16.05 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-04T08:30:45.397Z] #19 16.05 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-04T08:30:45.397Z] #19 16.05 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-04T08:30:45.397Z] #19 16.05 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-04T08:30:45.397Z] #19 16.05 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-04T08:30:45.397Z] #19 16.05 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-04T08:30:45.397Z] #19 16.05 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-04T08:30:45.397Z] #19 16.05 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-04T08:30:45.397Z] #19 16.05 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-04T08:30:45.398Z] #19 16.05 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-04T08:30:45.398Z] #19 16.05 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-04T08:30:45.398Z] #19 16.05 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-04T08:30:45.398Z] #19 16.05 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-04T08:30:45.398Z] #19 16.05 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-04T08:30:45.398Z] #19 16.05 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-04T08:30:45.398Z] #19 16.05 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-04T08:30:45.398Z] #19 16.05 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-04T08:30:45.398Z] #19 16.05 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-04T08:30:45.398Z] #19 16.05 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-04T08:30:45.398Z] #19 16.06 linux-libc-dev-s390x-cross patch xz-utils [2022-03-04T08:30:45.653Z] #19 16.37 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:30:45.653Z] #19 16.37 Need to get 787 MB of archives. [2022-03-04T08:30:45.653Z] #19 16.37 After this operation, 3385 MB of additional disk space will be used. [2022-03-04T08:30:45.653Z] #19 16.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-04T08:30:45.653Z] #19 16.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-04T08:30:45.653Z] #19 16.37 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-04T08:30:45.653Z] #19 16.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-04T08:30:45.653Z] #19 16.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-04T08:30:45.653Z] #19 16.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-04T08:30:45.653Z] #19 16.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-04T08:30:45.653Z] #19 16.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-04T08:30:46.220Z] #19 17.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-04T08:30:46.220Z] #19 17.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-04T08:30:46.220Z] #19 17.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-04T08:30:46.382Z] #63 1.274 + RM_GOPATH=0 [2022-03-04T08:30:46.382Z] #63 1.274 + TMP_GOPATH= [2022-03-04T08:30:46.382Z] #63 1.274 + : /build [2022-03-04T08:30:46.382Z] #63 1.274 + '[' -z '' ']' [2022-03-04T08:30:46.382Z] #63 1.276 ++ mktemp -d [2022-03-04T08:30:46.382Z] #63 1.277 + export GOPATH=/tmp/tmp.unpCp1bweW [2022-03-04T08:30:46.382Z] #63 1.277 + GOPATH=/tmp/tmp.unpCp1bweW [2022-03-04T08:30:46.382Z] #63 1.277 + RM_GOPATH=1 [2022-03-04T08:30:46.382Z] #63 1.277 + case "$(go env GOARCH)" in [2022-03-04T08:30:46.382Z] #63 1.278 ++ go env GOARCH [2022-03-04T08:30:46.382Z] #63 1.288 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:46.382Z] #63 1.288 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:46.382Z] #63 1.289 ++ dirname /install.sh [2022-03-04T08:30:46.382Z] #63 1.289 + dir=/ [2022-03-04T08:30:46.382Z] #63 1.290 + bin=rootlesskit [2022-03-04T08:30:46.382Z] #63 1.290 + shift [2022-03-04T08:30:46.382Z] #63 1.290 + '[' '!' -f //rootlesskit.installer ']' [2022-03-04T08:30:46.382Z] #63 1.290 + . //rootlesskit.installer [2022-03-04T08:30:46.382Z] #63 1.291 ++ : v0.14.6 [2022-03-04T08:30:46.382Z] #63 1.291 + install_rootlesskit [2022-03-04T08:30:46.382Z] #63 1.291 + case "$1" in [2022-03-04T08:30:46.382Z] #63 1.291 + export CGO_ENABLED=0 [2022-03-04T08:30:46.382Z] #63 1.291 + CGO_ENABLED=0 [2022-03-04T08:30:46.382Z] #63 1.292 + _install_rootlesskit [2022-03-04T08:30:46.382Z] #63 1.296 + echo 'Install rootlesskit version v0.14.6' [2022-03-04T08:30:46.382Z] #63 1.296 Install rootlesskit version v0.14.6 [2022-03-04T08:30:46.382Z] #63 1.296 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T08:30:46.382Z] #63 1.297 + GOBIN=/build [2022-03-04T08:30:46.382Z] #63 1.297 + GO111MODULE=on [2022-03-04T08:30:46.382Z] #63 1.297 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-04T08:30:46.475Z] #19 17.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-04T08:30:46.475Z] #19 17.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-03-04T08:30:46.641Z] #63 1.702 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-04T08:30:46.730Z] #19 17.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-03-04T08:30:46.989Z] #19 17.79 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-03-04T08:30:47.246Z] #19 18.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-03-04T08:30:47.503Z] #19 18.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-03-04T08:30:47.759Z] #19 18.78 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-04T08:30:48.015Z] #19 18.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-03-04T08:30:48.019Z] #63 2.909 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T08:30:48.019Z] #63 2.910 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-04T08:30:48.019Z] #63 3.103 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-04T08:30:48.945Z] #19 19.55 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-04T08:30:48.945Z] #19 19.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-03-04T08:30:48.945Z] #19 19.88 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-04T08:30:48.945Z] #19 19.88 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-03-04T08:30:48.955Z] #63 4.147 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-04T08:30:49.201Z] #19 20.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-03-04T08:30:49.214Z] #63 4.455 go: downloading github.com/google/uuid v1.3.0 [2022-03-04T08:30:49.457Z] #19 20.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-04T08:30:49.457Z] #19 20.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-04T08:30:49.457Z] #19 20.16 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-04T08:30:49.457Z] #19 20.17 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-04T08:30:49.457Z] #19 20.17 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-04T08:30:49.457Z] #19 20.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-03-04T08:30:49.457Z] #19 20.18 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-04T08:30:49.457Z] #19 20.18 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-04T08:30:49.457Z] #19 20.35 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-04T08:30:49.457Z] #19 20.36 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-04T08:30:49.457Z] #19 20.37 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-04T08:30:49.472Z] #63 4.499 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-04T08:30:49.472Z] #63 4.511 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-04T08:30:49.472Z] #63 4.605 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T08:30:49.472Z] #63 4.614 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-04T08:30:49.472Z] #63 4.688 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-04T08:30:49.714Z] #19 20.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-04T08:30:49.733Z] #63 ... [2022-03-04T08:30:49.733Z] [2022-03-04T08:30:49.733Z] #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-04T08:30:49.733Z] #26 sha256:ea2424fa9602ff6f04d694d9cb09364ad102e3052fb5d09a851fb117b4b7ea80 [2022-03-04T08:30:49.733Z] #26 1.218 + RM_GOPATH=0 [2022-03-04T08:30:49.733Z] #26 1.218 + TMP_GOPATH= [2022-03-04T08:30:49.733Z] #26 1.218 + : /build [2022-03-04T08:30:49.733Z] #26 1.218 + '[' -z '' ']' [2022-03-04T08:30:49.733Z] #26 1.218 ++ mktemp -d [2022-03-04T08:30:49.733Z] #26 1.219 + export GOPATH=/tmp/tmp.775zR33iU0 [2022-03-04T08:30:49.733Z] #26 1.220 + GOPATH=/tmp/tmp.775zR33iU0 [2022-03-04T08:30:49.733Z] #26 1.220 + RM_GOPATH=1 [2022-03-04T08:30:49.733Z] #26 1.220 + case "$(go env GOARCH)" in [2022-03-04T08:30:49.733Z] #26 1.221 ++ go env GOARCH [2022-03-04T08:30:49.733Z] #26 1.227 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:49.733Z] #26 1.228 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:49.733Z] #26 1.228 ++ dirname /install.sh [2022-03-04T08:30:49.733Z] #26 1.229 + dir=/ [2022-03-04T08:30:49.733Z] #26 1.229 + bin=dockercli [2022-03-04T08:30:49.733Z] #26 1.229 + shift [2022-03-04T08:30:49.733Z] #26 1.230 + '[' '!' -f //dockercli.installer ']' [2022-03-04T08:30:49.733Z] #26 1.230 + . //dockercli.installer [2022-03-04T08:30:49.733Z] #26 1.230 ++ : stable [2022-03-04T08:30:49.733Z] #26 1.230 ++ : 17.06.2-ce [2022-03-04T08:30:49.733Z] #26 1.230 + install_dockercli [2022-03-04T08:30:49.733Z] #26 1.231 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-04T08:30:49.733Z] #26 1.231 Install docker/cli version 17.06.2-ce from stable [2022-03-04T08:30:49.733Z] #26 1.231 ++ uname -m [2022-03-04T08:30:49.733Z] #26 1.239 + arch=x86_64 [2022-03-04T08:30:49.733Z] #26 1.240 + '[' x86_64 '!=' x86_64 ']' [2022-03-04T08:30:49.733Z] #26 1.240 + url=https://download.docker.com/linux/static [2022-03-04T08:30:49.733Z] #26 1.240 + tar -xz docker/docker [2022-03-04T08:30:49.733Z] #26 1.242 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-04T08:30:49.733Z] #26 4.561 + mkdir -p /build [2022-03-04T08:30:49.733Z] #26 4.563 + mv docker/docker /build/ [2022-03-04T08:30:49.733Z] #26 4.564 + rmdir docker [2022-03-04T08:30:49.733Z] #26 DONE 4.7s [2022-03-04T08:30:49.733Z] [2022-03-04T08:30:49.733Z] #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-04T08:30:49.733Z] #63 sha256:5ed1b87e923c9229d8cd0f575d3574d6870da7caf2aebcdb517a2a8e22040bcd [2022-03-04T08:30:49.733Z] #63 4.906 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-04T08:30:49.733Z] #63 4.960 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-04T08:30:49.971Z] #19 20.97 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-04T08:30:49.993Z] #63 5.028 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-04T08:30:50.226Z] #19 20.97 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-04T08:30:50.226Z] #19 21.15 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-03-04T08:30:50.791Z] #19 21.45 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-03-04T08:30:51.048Z] #19 21.89 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-03-04T08:30:51.049Z] #19 21.89 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-03-04T08:30:51.049Z] #19 21.97 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-04T08:30:51.388Z] #63 6.063 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-04T08:30:51.388Z] #63 ... [2022-03-04T08:30:51.388Z] [2022-03-04T08:30:51.388Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-04T08:30:51.388Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:30:51.388Z] #14 1.566 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:30:51.388Z] #14 1.637 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:30:51.388Z] #14 1.728 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-04T08:30:51.388Z] #14 2.660 Reading package lists... [2022-03-04T08:30:51.388Z] #14 4.596 Reading package lists... [2022-03-04T08:30:51.388Z] #14 6.580 Building dependency tree... [2022-03-04T08:30:51.388Z] #14 7.130 Reading state information... [2022-03-04T08:30:51.388Z] #14 7.723 The following additional packages will be installed: [2022-03-04T08:30:51.388Z] #14 7.726 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T08:30:51.388Z] #14 7.726 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-04T08:30:51.388Z] #14 7.727 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-04T08:30:51.388Z] #14 7.727 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-04T08:30:51.388Z] #14 7.728 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-04T08:30:51.388Z] #14 7.729 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-04T08:30:51.388Z] #14 7.730 mingw-w64-common mingw-w64-x86-64-dev [2022-03-04T08:30:51.388Z] #14 7.733 Suggested packages: [2022-03-04T08:30:51.388Z] #14 7.738 gcc-10-locales seccomp wine64 [2022-03-04T08:30:51.388Z] #14 8.280 The following NEW packages will be installed: [2022-03-04T08:30:51.388Z] #14 8.280 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T08:30:51.388Z] #14 8.280 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-04T08:30:51.388Z] #14 8.281 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-04T08:30:51.388Z] #14 8.281 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-04T08:30:51.388Z] #14 8.281 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-04T08:30:51.388Z] #14 8.282 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-04T08:30:51.388Z] #14 8.283 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-04T08:30:51.388Z] #14 8.283 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-04T08:30:51.388Z] #14 8.284 mingw-w64-x86-64-dev [2022-03-04T08:30:51.388Z] #14 8.634 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:30:51.388Z] #14 8.634 Need to get 115 MB of archives. [2022-03-04T08:30:51.388Z] #14 8.634 After this operation, 645 MB of additional disk space will be used. [2022-03-04T08:30:51.388Z] #14 8.634 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-04T08:30:51.388Z] #14 8.740 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-04T08:30:51.388Z] #14 8.821 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-04T08:30:51.388Z] #14 8.821 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-04T08:30:51.388Z] #14 8.821 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-04T08:30:51.388Z] #14 8.821 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-04T08:30:51.388Z] #14 8.957 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-04T08:30:51.388Z] #14 9.062 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-04T08:30:51.388Z] #14 9.062 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-04T08:30:51.388Z] #14 9.393 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-04T08:30:51.388Z] #14 10.18 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-04T08:30:51.388Z] #14 ... [2022-03-04T08:30:51.388Z] [2022-03-04T08:30:51.388Z] #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-04T08:30:51.388Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:30:51.388Z] #38 1.900 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:30:51.388Z] #38 1.900 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:30:51.388Z] #38 1.900 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-04T08:30:51.388Z] #38 3.198 Reading package lists... [2022-03-04T08:30:51.388Z] #38 5.221 Reading package lists... [2022-03-04T08:30:51.388Z] #38 6.868 Building dependency tree... [2022-03-04T08:30:51.388Z] #38 7.362 Reading state information... [2022-03-04T08:30:51.388Z] #38 8.130 The following additional packages will be installed: [2022-03-04T08:30:51.388Z] #38 8.137 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-04T08:30:51.388Z] #38 8.147 Suggested packages: [2022-03-04T08:30:51.388Z] #38 8.148 cmake-doc ninja-build lrzip [2022-03-04T08:30:51.388Z] #38 8.148 Recommended packages: [2022-03-04T08:30:51.388Z] #38 8.148 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-04T08:30:51.388Z] #38 8.512 The following NEW packages will be installed: [2022-03-04T08:30:51.388Z] #38 8.513 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-04T08:30:51.388Z] #38 8.514 vim-common xxd [2022-03-04T08:30:51.388Z] #38 8.809 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:30:51.389Z] #38 8.809 Need to get 17.7 MB of archives. [2022-03-04T08:30:51.389Z] #38 8.809 After this operation, 70.7 MB of additional disk space will be used. [2022-03-04T08:30:51.389Z] #38 8.809 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T08:30:51.389Z] #38 8.839 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-04T08:30:51.389Z] #38 8.839 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-04T08:30:51.389Z] #38 8.885 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T08:30:51.389Z] #38 9.137 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-04T08:30:51.389Z] #38 9.160 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-04T08:30:51.389Z] #38 9.182 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-04T08:30:51.389Z] #38 9.183 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-04T08:30:51.389Z] #38 9.183 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-04T08:30:51.389Z] #38 9.202 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-04T08:30:51.389Z] #38 10.08 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:30:51.389Z] #38 ... [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T08:30:51.389Z] #29 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T08:30:51.389Z] #30 sha256:e686ac0bca3f7e07c4eb6558075598cf3022d45afe04ea093be061f8d67f985a [2022-03-04T08:30:51.389Z] #30 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #31 sha256:568bc05da1eec9a03027a4790e2b6501a7cc3a168ff9ab6b069f5aaf2ad05db3 [2022-03-04T08:30:51.389Z] #31 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T08:30:51.389Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T08:30:51.389Z] #33 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T08:30:51.389Z] #34 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T08:30:51.389Z] #36 CACHED [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:30:51.389Z] #38 10.25 Fetched 17.7 MB in 1s (20.5 MB/s) [2022-03-04T08:30:51.389Z] #38 ... [2022-03-04T08:30:51.389Z] [2022-03-04T08:30:51.389Z] #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-04T08:30:51.389Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T08:30:51.389Z] #58 2.213 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:30:51.389Z] #58 2.213 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:30:51.389Z] #58 2.233 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-04T08:30:51.389Z] #58 3.401 Reading package lists... [2022-03-04T08:30:51.389Z] #58 5.469 Reading package lists... [2022-03-04T08:30:51.389Z] #58 7.480 Building dependency tree... [2022-03-04T08:30:51.389Z] #58 7.989 Reading state information... [2022-03-04T08:30:51.389Z] #58 8.633 The following additional packages will be installed: [2022-03-04T08:30:51.389Z] #58 8.633 libbtrfs0 [2022-03-04T08:30:51.389Z] #58 8.713 The following NEW packages will be installed: [2022-03-04T08:30:51.389Z] #58 8.731 libbtrfs-dev libbtrfs0 [2022-03-04T08:30:51.389Z] #58 9.054 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:30:51.389Z] #58 9.054 Need to get 460 kB of archives. [2022-03-04T08:30:51.389Z] #58 9.054 After this operation, 1237 kB of additional disk space will be used. [2022-03-04T08:30:51.389Z] #58 9.054 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T08:30:51.389Z] #58 9.086 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T08:30:51.389Z] #58 9.866 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:30:51.389Z] #58 10.05 Fetched 460 kB in 0s (1361 kB/s) [2022-03-04T08:30:51.389Z] #58 10.18 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T08:30:51.389Z] #58 10.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-04T08:30:51.389Z] #58 10.21 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T08:30:51.630Z] #19 22.40 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-03-04T08:30:51.630Z] #19 22.42 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-03-04T08:30:51.657Z] #58 10.28 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:30:51.657Z] #58 10.37 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T08:30:51.657Z] #58 10.37 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T08:30:51.657Z] #58 10.38 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:30:51.657Z] #58 ... [2022-03-04T08:30:51.657Z] [2022-03-04T08:30:51.657Z] #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-04T08:30:51.657Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:30:51.657Z] #38 10.30 Selecting previously unselected package xxd. [2022-03-04T08:30:51.657Z] #38 10.30 (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-04T08:30:51.657Z] #38 10.31 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:30:51.657Z] #38 10.32 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:30:51.657Z] #38 10.43 Selecting previously unselected package vim-common. [2022-03-04T08:30:51.657Z] #38 10.43 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:30:51.657Z] #38 10.45 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:30:51.657Z] #38 10.59 Selecting previously unselected package cmake-data. [2022-03-04T08:30:51.887Z] #19 22.80 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-04T08:30:51.887Z] #19 22.80 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-04T08:30:51.887Z] #19 22.80 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-04T08:30:51.887Z] #19 22.82 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-04T08:30:51.887Z] #19 22.82 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-04T08:30:51.887Z] #19 22.82 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T08:30:51.887Z] #19 22.88 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-04T08:30:51.887Z] #19 22.88 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-04T08:30:51.887Z] #19 22.93 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-03-04T08:30:51.919Z] #38 ... [2022-03-04T08:30:51.919Z] [2022-03-04T08:30:51.919Z] #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-04T08:30:51.919Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T08:30:51.919Z] #58 10.50 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:30:51.919Z] #58 10.51 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:30:51.919Z] #58 10.53 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:30:51.919Z] #58 DONE 10.7s [2022-03-04T08:30:51.919Z] [2022-03-04T08:30:51.919Z] #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-04T08:30:51.919Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:30:51.919Z] #38 10.60 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-04T08:30:51.919Z] #38 10.61 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T08:30:51.919Z] #38 ... [2022-03-04T08:30:51.919Z] [2022-03-04T08:30:51.919Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T08:30:51.919Z] #59 sha256:a181fcae38452807260ba44e3cc19dc44024dab05c895870287515d0f5bfc2c2 [2022-03-04T08:30:51.919Z] #59 DONE 0.1s [2022-03-04T08:30:52.151Z] #19 22.93 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-04T08:30:52.185Z] [2022-03-04T08:30:52.186Z] #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-04T08:30:52.186Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:30:52.409Z] #19 23.11 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-04T08:30:52.409Z] #19 23.29 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-04T08:30:52.665Z] #19 23.47 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-04T08:30:52.665Z] #19 23.50 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-04T08:30:52.665Z] #19 23.51 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-04T08:30:52.756Z] #60 0.841 + RM_GOPATH=0 [2022-03-04T08:30:52.756Z] #60 0.841 + TMP_GOPATH= [2022-03-04T08:30:52.756Z] #60 0.843 + : /build [2022-03-04T08:30:52.756Z] #60 0.843 + '[' -z '' ']' [2022-03-04T08:30:52.756Z] #60 0.844 ++ mktemp -d [2022-03-04T08:30:52.756Z] #60 0.848 + export GOPATH=/tmp/tmp.WVeXXsbKSQ [2022-03-04T08:30:52.756Z] #60 0.848 + GOPATH=/tmp/tmp.WVeXXsbKSQ [2022-03-04T08:30:52.756Z] #60 0.848 + RM_GOPATH=1 [2022-03-04T08:30:52.756Z] #60 0.848 + case "$(go env GOARCH)" in [2022-03-04T08:30:52.756Z] #60 0.848 ++ go env GOARCH [2022-03-04T08:30:52.756Z] #60 0.859 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:52.756Z] #60 0.859 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:52.923Z] #19 23.70 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-04T08:30:52.923Z] #19 23.81 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-04T08:30:53.019Z] #60 0.863 ++ dirname /install.sh [2022-03-04T08:30:53.019Z] #60 0.864 + dir=/ [2022-03-04T08:30:53.019Z] #60 0.864 + bin=containerd [2022-03-04T08:30:53.019Z] #60 0.864 + shift [2022-03-04T08:30:53.019Z] #60 0.865 + '[' '!' -f //containerd.installer ']' [2022-03-04T08:30:53.019Z] #60 0.865 + . //containerd.installer [2022-03-04T08:30:53.019Z] #60 0.865 ++ set -e [2022-03-04T08:30:53.019Z] #60 0.865 ++ : v1.5.9 [2022-03-04T08:30:53.019Z] #60 0.865 + install_containerd [2022-03-04T08:30:53.019Z] #60 0.866 + echo 'Install containerd version v1.5.9' [2022-03-04T08:30:53.019Z] #60 0.866 Install containerd version v1.5.9 [2022-03-04T08:30:53.019Z] #60 0.866 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WVeXXsbKSQ/src/github.com/containerd/containerd [2022-03-04T08:30:53.019Z] #60 0.870 Cloning into '/tmp/tmp.WVeXXsbKSQ/src/github.com/containerd/containerd'... [2022-03-04T08:30:53.185Z] #19 24.00 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-04T08:30:53.185Z] #19 24.01 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-04T08:30:53.185Z] #19 24.02 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-04T08:30:53.185Z] #19 24.21 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-03-04T08:30:53.442Z] #19 24.22 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-04T08:30:53.442Z] #19 24.22 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-04T08:30:53.442Z] #19 24.23 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-04T08:30:53.442Z] #19 24.32 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-04T08:30:54.005Z] #19 24.68 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-04T08:30:54.005Z] #19 25.05 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-03-04T08:30:54.263Z] #19 25.08 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-03-04T08:30:54.520Z] #19 25.45 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-03-04T08:30:54.520Z] #19 25.45 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-03-04T08:30:54.520Z] #19 25.47 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-04T08:30:54.776Z] #19 25.67 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-03-04T08:30:55.339Z] #19 26.14 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-03-04T08:30:56.270Z] #19 26.87 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-03-04T08:30:56.270Z] #19 26.87 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-04T08:30:56.270Z] #19 26.92 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-04T08:30:56.528Z] #19 27.56 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-03-04T08:30:56.784Z] #19 27.56 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-04T08:30:56.784Z] #19 27.56 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-04T08:30:56.784Z] #19 27.65 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-04T08:30:57.345Z] #19 28.20 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-04T08:30:57.603Z] #19 28.41 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-04T08:30:57.603Z] #19 28.42 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-03-04T08:30:57.859Z] #19 28.67 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-03-04T08:30:58.300Z] #60 ... [2022-03-04T08:30:58.300Z] [2022-03-04T08:30:58.300Z] #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-04T08:30:58.300Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:30:58.300Z] #38 12.04 Selecting previously unselected package libicu67:amd64. [2022-03-04T08:30:58.300Z] #38 12.04 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 12.05 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T08:30:58.300Z] #38 14.14 Selecting previously unselected package libxml2:amd64. [2022-03-04T08:30:58.300Z] #38 14.15 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.16 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T08:30:58.300Z] #38 14.45 Selecting previously unselected package libarchive13:amd64. [2022-03-04T08:30:58.300Z] #38 14.45 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.45 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T08:30:58.300Z] #38 14.61 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-04T08:30:58.300Z] #38 14.62 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.62 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T08:30:58.300Z] #38 14.69 Selecting previously unselected package librhash0:amd64. [2022-03-04T08:30:58.300Z] #38 14.69 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.70 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-04T08:30:58.300Z] #38 14.78 Selecting previously unselected package libuv1:amd64. [2022-03-04T08:30:58.300Z] #38 14.78 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.79 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-04T08:30:58.300Z] #38 14.89 Selecting previously unselected package cmake. [2022-03-04T08:30:58.300Z] #38 14.90 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-04T08:30:58.300Z] #38 14.90 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-04T08:30:58.300Z] #38 16.78 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T08:30:58.300Z] #38 16.80 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:30:58.300Z] #38 16.81 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-04T08:30:58.300Z] #38 16.82 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:30:58.300Z] #38 16.87 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T08:30:58.300Z] #38 16.89 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-04T08:30:58.300Z] #38 16.90 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T08:30:58.300Z] #38 16.93 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T08:30:58.300Z] #38 16.94 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T08:30:58.300Z] #38 16.95 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-04T08:30:58.300Z] #38 16.97 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:30:58.559Z] #38 DONE 17.4s [2022-03-04T08:30:58.559Z] [2022-03-04T08:30:58.559Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T08:30:58.559Z] #39 sha256:135febc3a66fe95bbadeabd69710591c4418a615d5333dcdc68fbccda02215cd [2022-03-04T08:30:58.821Z] #39 DONE 0.1s [2022-03-04T08:30:58.821Z] [2022-03-04T08:30:58.821Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-04T08:30:58.821Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:30:58.821Z] #14 10.44 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-04T08:30:58.821Z] #14 10.64 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-04T08:30:58.821Z] #14 11.17 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-04T08:30:58.821Z] #14 11.33 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-04T08:30:58.821Z] #14 11.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-04T08:30:58.821Z] #14 11.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-04T08:30:58.821Z] #14 11.34 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T08:30:58.821Z] #14 11.35 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T08:30:58.821Z] #14 11.35 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-04T08:30:58.821Z] #14 11.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-04T08:30:58.821Z] #14 11.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-04T08:30:58.821Z] #14 11.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-04T08:30:58.822Z] #14 11.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-04T08:30:58.822Z] #14 11.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-04T08:30:58.822Z] #14 11.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-04T08:30:58.822Z] #14 11.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-04T08:30:58.822Z] #14 11.39 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-04T08:30:58.822Z] #14 11.39 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-04T08:30:58.822Z] #14 11.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-04T08:30:58.822Z] #14 11.88 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:30:58.822Z] #14 11.95 Fetched 115 MB in 3s (37.1 MB/s) [2022-03-04T08:30:58.822Z] #14 11.99 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-04T08:30:58.822Z] #14 11.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-04T08:30:58.822Z] #14 12.00 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T08:30:58.822Z] #14 12.01 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T08:30:58.822Z] #14 12.81 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-04T08:30:58.822Z] #14 12.81 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T08:30:58.822Z] #14 12.81 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T08:30:58.822Z] #14 13.85 Selecting previously unselected package binutils-mingw-w64. [2022-03-04T08:30:58.822Z] #14 13.86 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-04T08:30:58.822Z] #14 13.86 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T08:30:58.822Z] #14 13.93 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-04T08:30:58.822Z] #14 13.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:30:58.822Z] #14 13.95 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:30:58.822Z] #14 14.04 Selecting previously unselected package dmsetup. [2022-03-04T08:30:58.822Z] #14 14.04 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:30:58.822Z] #14 14.05 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-04T08:30:58.822Z] #14 14.16 Selecting previously unselected package mingw-w64-common. [2022-03-04T08:30:58.822Z] #14 14.16 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-04T08:30:58.822Z] #14 14.17 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-04T08:30:58.822Z] #14 16.21 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-04T08:30:58.822Z] #14 16.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-04T08:30:58.822Z] #14 16.22 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T08:30:59.225Z] #19 29.81 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-03-04T08:30:59.225Z] #19 29.89 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-03-04T08:30:59.761Z] #14 ... [2022-03-04T08:30:59.761Z] [2022-03-04T08:30:59.761Z] #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-04T08:30:59.761Z] #40 sha256:4ae8bc85a133baff1bcfc80ad282dedc45731c8002d9f8ade5c014a0c26d3f38 [2022-03-04T08:30:59.761Z] #40 0.760 + RM_GOPATH=0 [2022-03-04T08:30:59.761Z] #40 0.760 + TMP_GOPATH= [2022-03-04T08:30:59.761Z] #40 0.760 + : /build [2022-03-04T08:30:59.761Z] #40 0.760 + '[' -z '' ']' [2022-03-04T08:30:59.761Z] #40 0.760 ++ mktemp -d [2022-03-04T08:30:59.761Z] #40 0.762 + export GOPATH=/tmp/tmp.pCApTPSSFv [2022-03-04T08:30:59.761Z] #40 0.762 + GOPATH=/tmp/tmp.pCApTPSSFv [2022-03-04T08:30:59.761Z] #40 0.762 + RM_GOPATH=1 [2022-03-04T08:30:59.761Z] #40 0.762 + case "$(go env GOARCH)" in [2022-03-04T08:30:59.761Z] #40 0.763 ++ go env GOARCH [2022-03-04T08:30:59.761Z] #40 0.777 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:59.761Z] #40 0.777 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:30:59.761Z] #40 0.777 ++ dirname /install.sh [2022-03-04T08:30:59.761Z] #40 0.784 + dir=/ [2022-03-04T08:30:59.761Z] #40 0.784 + bin=tini [2022-03-04T08:30:59.761Z] #40 0.784 + shift [2022-03-04T08:30:59.761Z] #40 0.784 + '[' '!' -f //tini.installer ']' [2022-03-04T08:30:59.761Z] #40 0.785 + . //tini.installer [2022-03-04T08:30:59.761Z] #40 0.785 ++ : v0.19.0 [2022-03-04T08:30:59.761Z] #40 0.785 + install_tini [2022-03-04T08:30:59.761Z] #40 0.785 + echo 'Install tini version v0.19.0' [2022-03-04T08:30:59.761Z] #40 0.785 Install tini version v0.19.0 [2022-03-04T08:30:59.761Z] #40 0.786 + git clone https://github.com/krallin/tini.git /tmp/tmp.pCApTPSSFv/tini [2022-03-04T08:30:59.761Z] #40 0.790 Cloning into '/tmp/tmp.pCApTPSSFv/tini'... [2022-03-04T08:30:59.787Z] #19 30.58 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-04T08:30:59.787Z] #19 30.59 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-03-04T08:30:59.787Z] #19 30.61 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-03-04T08:31:00.020Z] #40 1.201 + cd /tmp/tmp.pCApTPSSFv/tini [2022-03-04T08:31:00.020Z] #40 1.201 + git checkout -q v0.19.0 [2022-03-04T08:31:00.020Z] #40 1.206 + cmake . [2022-03-04T08:31:00.043Z] #19 30.94 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-03-04T08:31:00.043Z] #19 30.94 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-04T08:31:00.043Z] #19 30.94 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-04T08:31:00.043Z] #19 30.98 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-03-04T08:31:00.280Z] #40 1.432 -- The C compiler identification is GNU 10.2.1 [2022-03-04T08:31:00.280Z] #40 1.489 -- Detecting C compiler ABI info [2022-03-04T08:31:00.298Z] #19 31.08 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-04T08:31:00.298Z] #19 31.26 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-04T08:31:00.298Z] #19 31.26 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-04T08:31:00.298Z] #19 31.26 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-04T08:31:00.540Z] #40 1.785 -- Detecting C compiler ABI info - done [2022-03-04T08:31:00.540Z] #40 1.840 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-04T08:31:00.540Z] #40 1.841 -- Detecting C compile features [2022-03-04T08:31:00.540Z] #40 1.841 -- Detecting C compile features - done [2022-03-04T08:31:00.540Z] #40 1.858 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-04T08:31:00.554Z] #19 31.45 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-04T08:31:00.801Z] #40 1.981 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-04T08:31:00.801Z] #40 2.034 -- Configuring done [2022-03-04T08:31:00.801Z] #40 2.047 -- Generating done [2022-03-04T08:31:00.801Z] #40 2.048 -- Build files have been written to: /tmp/tmp.pCApTPSSFv/tini [2022-03-04T08:31:00.801Z] #40 2.051 + make tini-static [2022-03-04T08:31:00.801Z] #40 2.171 Scanning dependencies of target tini-static [2022-03-04T08:31:00.809Z] #19 31.75 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-04T08:31:01.062Z] #40 2.195 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-04T08:31:01.066Z] #19 31.93 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-04T08:31:01.322Z] #19 32.31 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-04T08:31:01.579Z] #19 32.58 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-04T08:31:01.633Z] #40 2.703 [100%] Linking C executable tini-static [2022-03-04T08:31:01.835Z] #19 32.76 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-03-04T08:31:01.894Z] #40 3.015 [100%] Built target tini-static [2022-03-04T08:31:01.894Z] #40 3.044 + mkdir -p /build [2022-03-04T08:31:01.894Z] #40 3.046 + cp tini-static /build/docker-init [2022-03-04T08:31:02.155Z] #40 DONE 3.3s [2022-03-04T08:31:02.155Z] [2022-03-04T08:31:02.155Z] #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-04T08:31:02.155Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:02.155Z] #14 18.87 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-04T08:31:02.155Z] #14 18.87 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:02.155Z] #14 18.88 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T08:31:02.155Z] #14 18.95 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-04T08:31:02.155Z] #14 18.96 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:02.155Z] #14 18.97 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T08:31:02.398Z] #19 33.17 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-03-04T08:31:03.101Z] #14 ... [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T08:31:03.101Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T08:31:03.101Z] #42 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T08:31:03.101Z] #43 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T08:31:03.101Z] #46 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T08:31:03.101Z] #47 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T08:31:03.101Z] #49 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T08:31:03.101Z] #51 CACHED [2022-03-04T08:31:03.101Z] [2022-03-04T08:31:03.101Z] #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-04T08:31:03.101Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T08:31:03.101Z] #53 CACHED [2022-03-04T08:31:03.332Z] #19 34.25 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-03-04T08:31:03.332Z] #19 34.25 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-03-04T08:31:03.332Z] #19 34.26 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-04T08:31:03.332Z] #19 34.28 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-03-04T08:31:03.332Z] #19 34.29 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-03-04T08:31:03.361Z] [2022-03-04T08:31:03.361Z] #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-04T08:31:03.361Z] #63 sha256:5ed1b87e923c9229d8cd0f575d3574d6870da7caf2aebcdb517a2a8e22040bcd [2022-03-04T08:31:03.622Z] #63 ... [2022-03-04T08:31:03.622Z] [2022-03-04T08:31:03.622Z] #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-04T08:31:03.622Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:03.622Z] #14 22.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-04T08:31:03.622Z] #14 22.49 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:03.622Z] #14 22.50 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:31:03.941Z] #19 34.66 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-03-04T08:31:03.941Z] #19 34.66 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-04T08:31:03.941Z] #19 34.66 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-04T08:31:03.941Z] #19 34.67 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-03-04T08:31:03.941Z] #19 34.67 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-04T08:31:03.941Z] #19 34.67 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-04T08:31:03.941Z] #19 34.67 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-04T08:31:03.941Z] #19 34.67 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-04T08:31:03.941Z] #19 34.69 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-03-04T08:31:03.941Z] #19 34.69 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-04T08:31:03.941Z] #19 34.69 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-03-04T08:31:03.941Z] #19 34.70 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-03-04T08:31:04.199Z] #19 35.03 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-03-04T08:31:04.461Z] #19 35.14 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-03-04T08:31:04.721Z] #19 35.50 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-04T08:31:04.721Z] #19 35.52 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-03-04T08:31:04.721Z] #19 35.53 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-03-04T08:31:04.978Z] #19 35.87 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-04T08:31:04.978Z] #19 35.87 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-04T08:31:05.236Z] #19 36.17 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:31:05.494Z] #19 36.28 Fetched 787 MB in 20s (39.8 MB/s) [2022-03-04T08:31:05.494Z] #19 36.32 Selecting previously unselected package liblocale-gettext-perl. [2022-03-04T08:31:05.494Z] #19 36.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-04T08:31:05.494Z] #19 36.39 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-04T08:31:05.494Z] #19 36.40 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-04T08:31:05.494Z] #19 36.43 Selecting previously unselected package bzip2. [2022-03-04T08:31:05.494Z] #19 36.43 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-04T08:31:05.494Z] #19 36.43 Unpacking bzip2 (1.0.8-4) ... [2022-03-04T08:31:05.494Z] #19 36.46 Selecting previously unselected package libmagic-mgc. [2022-03-04T08:31:05.494Z] #19 36.46 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-04T08:31:05.494Z] #19 36.47 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-04T08:31:05.752Z] #19 36.54 Selecting previously unselected package libmagic1:amd64. [2022-03-04T08:31:05.752Z] #19 36.54 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-04T08:31:05.752Z] #19 36.55 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-04T08:31:05.752Z] #19 36.58 Selecting previously unselected package file. [2022-03-04T08:31:05.752Z] #19 36.58 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-04T08:31:05.752Z] #19 36.58 Unpacking file (1:5.39-3) ... [2022-03-04T08:31:05.752Z] #19 36.61 Selecting previously unselected package xz-utils. [2022-03-04T08:31:05.752Z] #19 36.62 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-04T08:31:05.752Z] #19 36.62 Unpacking xz-utils (5.2.5-2) ... [2022-03-04T08:31:06.010Z] #19 36.69 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-04T08:31:06.010Z] #19 36.69 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-04T08:31:06.010Z] #19 36.69 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-04T08:31:06.267Z] #19 37.02 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-04T08:31:06.267Z] #19 37.02 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-04T08:31:06.267Z] #19 37.02 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-04T08:31:06.523Z] #19 37.32 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-04T08:31:06.523Z] #19 37.32 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-04T08:31:06.523Z] #19 37.32 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-04T08:31:06.781Z] #19 37.62 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-04T08:31:06.781Z] #19 37.62 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-04T08:31:06.781Z] #19 37.62 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-04T08:31:07.038Z] #19 37.89 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-04T08:31:07.038Z] #19 37.89 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-04T08:31:07.038Z] #19 37.89 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-04T08:31:07.295Z] #19 38.11 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-04T08:31:07.295Z] #19 38.11 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:07.295Z] #19 38.12 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:31:07.295Z] #19 38.15 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-04T08:31:07.295Z] #19 38.15 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:07.295Z] #19 38.15 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:31:08.907Z] #14 ... [2022-03-04T08:31:08.907Z] [2022-03-04T08:31:08.907Z] #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-04T08:31:08.907Z] #63 sha256:5ed1b87e923c9229d8cd0f575d3574d6870da7caf2aebcdb517a2a8e22040bcd [2022-03-04T08:31:08.907Z] #63 23.95 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T08:31:08.907Z] #63 23.95 + GOBIN=/build [2022-03-04T08:31:08.907Z] #63 23.95 + GO111MODULE=on [2022-03-04T08:31:08.907Z] #63 23.95 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-04T08:31:11.443Z] #63 26.40 rootlesskit version 0.14.6 [2022-03-04T08:31:11.443Z] #63 26.40 Usage of /build/rootlesskit-docker-proxy: [2022-03-04T08:31:11.443Z] #63 26.40 -container-ip string [2022-03-04T08:31:11.443Z] #63 26.40 container ip [2022-03-04T08:31:11.443Z] #63 26.40 -container-port int [2022-03-04T08:31:11.443Z] #63 26.40 container port (default -1) [2022-03-04T08:31:11.443Z] #63 26.41 -host-ip string [2022-03-04T08:31:11.443Z] #63 26.41 host ip [2022-03-04T08:31:11.443Z] #63 26.41 -host-port int [2022-03-04T08:31:11.443Z] #63 26.41 host port (default -1) [2022-03-04T08:31:11.443Z] #63 26.41 -proto string [2022-03-04T08:31:11.443Z] #63 26.41 proxy protocol (default "tcp") [2022-03-04T08:31:11.702Z] #63 DONE 26.8s [2022-03-04T08:31:11.702Z] [2022-03-04T08:31:11.702Z] #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-04T08:31:11.702Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:11.702Z] #14 27.79 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-04T08:31:11.702Z] #14 27.80 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:11.702Z] #14 27.82 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:31:11.702Z] #14 29.92 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-04T08:31:11.702Z] #14 29.93 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:11.702Z] #14 29.94 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T08:31:11.966Z] #14 ... [2022-03-04T08:31:11.966Z] [2022-03-04T08:31:11.966Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T08:31:11.966Z] #64 sha256:d7f735aa6faebab64cacd95d059a0d1cf0f8a934258622da61f3cd1c4d9e78b6 [2022-03-04T08:31:11.966Z] #64 DONE 0.1s [2022-03-04T08:31:11.966Z] [2022-03-04T08:31:11.966Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T08:31:11.966Z] #65 sha256:5c6c7d5c6df4e58b3aa35540c6ff595687d6109bd12a29f2ab0d5e3be629a6f1 [2022-03-04T08:31:11.966Z] #65 DONE 0.1s [2022-03-04T08:31:11.966Z] [2022-03-04T08:31:11.966Z] #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-04T08:31:11.966Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:31:11.966Z] #60 17.21 + cd /tmp/tmp.WVeXXsbKSQ/src/github.com/containerd/containerd [2022-03-04T08:31:11.966Z] #60 17.21 + git checkout -q v1.5.9 [2022-03-04T08:31:11.966Z] #60 17.94 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-04T08:31:11.966Z] #60 17.94 + BUILDTAGS='netgo osusergo static_build' [2022-03-04T08:31:11.966Z] #60 17.94 + export EXTRA_FLAGS=-buildmode=pie [2022-03-04T08:31:11.966Z] #60 17.94 + EXTRA_FLAGS=-buildmode=pie [2022-03-04T08:31:11.966Z] #60 17.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-04T08:31:11.966Z] #60 17.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-04T08:31:11.966Z] #60 17.94 + '[' '' = dynamic ']' [2022-03-04T08:31:11.966Z] #60 17.94 + make [2022-03-04T08:31:11.966Z] #60 18.88 + bin/ctr [2022-03-04T08:31:12.546Z] #19 42.59 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-04T08:31:12.546Z] #19 42.59 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:12.546Z] #19 42.59 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:31:12.546Z] #19 42.62 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-04T08:31:12.546Z] #19 42.63 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:12.546Z] #19 42.63 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:31:12.907Z] #60 ... [2022-03-04T08:31:12.907Z] [2022-03-04T08:31:12.907Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T08:31:12.907Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T08:31:12.907Z] #68 CACHED [2022-03-04T08:31:12.907Z] [2022-03-04T08:31:12.907Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T08:31:12.907Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T08:31:12.907Z] #70 CACHED [2022-03-04T08:31:12.907Z] [2022-03-04T08:31:12.907Z] #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-04T08:31:12.907Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:13.478Z] #14 32.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-04T08:31:13.738Z] #14 32.34 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:13.738Z] #14 32.35 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:31:15.822Z] #19 46.78 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-04T08:31:15.822Z] #19 46.78 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:15.822Z] #19 46.78 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:31:16.079Z] #19 46.81 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-04T08:31:16.079Z] #19 46.82 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:16.079Z] #19 46.82 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:31:17.941Z] #14 36.14 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-04T08:31:17.941Z] #14 36.15 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:31:17.941Z] #14 36.15 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:31:19.400Z] #14 37.91 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-04T08:31:19.400Z] #14 37.91 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-04T08:31:19.400Z] #14 37.92 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T08:31:19.400Z] #14 38.00 Selecting previously unselected package libapparmor1:amd64. [2022-03-04T08:31:19.400Z] #14 38.00 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-04T08:31:19.400Z] #14 38.01 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T08:31:19.400Z] #14 38.06 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-04T08:31:19.400Z] #14 38.06 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-04T08:31:19.400Z] #14 38.07 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T08:31:19.400Z] #14 38.14 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T08:31:19.400Z] #14 38.14 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T08:31:19.400Z] #14 38.15 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:31:19.400Z] #14 38.22 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T08:31:19.400Z] #14 38.22 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T08:31:19.400Z] #14 38.23 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:31:19.661Z] #14 38.32 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-04T08:31:19.661Z] #14 38.33 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:31:19.661Z] #14 38.33 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:31:19.661Z] #14 38.37 Selecting previously unselected package libudev-dev:amd64. [2022-03-04T08:31:19.661Z] #14 38.37 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-04T08:31:19.661Z] #14 38.38 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-04T08:31:19.661Z] #14 38.46 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-04T08:31:19.661Z] #14 38.46 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-04T08:31:19.661Z] #14 38.47 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T08:31:19.661Z] #14 38.58 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-04T08:31:19.921Z] #14 38.58 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-04T08:31:19.921Z] #14 38.60 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T08:31:19.921Z] #14 38.71 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-04T08:31:19.921Z] #14 38.71 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-04T08:31:19.921Z] #14 38.72 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T08:31:19.921Z] #14 38.81 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-04T08:31:20.182Z] #14 38.81 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-04T08:31:20.182Z] #14 38.82 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T08:31:20.182Z] #14 38.87 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-04T08:31:20.182Z] #14 38.88 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-04T08:31:20.182Z] #14 38.88 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T08:31:20.182Z] #14 39.06 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-04T08:31:20.182Z] #14 39.06 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-04T08:31:20.182Z] #14 39.07 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T08:31:20.253Z] #19 50.98 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-04T08:31:20.253Z] #19 50.98 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:20.253Z] #19 50.98 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:31:20.253Z] #19 51.01 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-04T08:31:20.253Z] #19 51.01 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:20.253Z] #19 51.02 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:31:20.442Z] #14 39.17 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-04T08:31:20.442Z] #14 39.18 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:31:20.442Z] #14 39.18 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:31:20.442Z] #14 39.22 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-04T08:31:20.442Z] #14 39.23 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-04T08:31:20.442Z] #14 39.23 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T08:31:20.702Z] #14 39.32 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-04T08:31:20.702Z] #14 39.32 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-04T08:31:20.702Z] #14 39.32 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T08:31:20.702Z] #14 39.51 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T08:31:20.702Z] #14 39.52 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T08:31:20.702Z] #14 39.53 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T08:31:20.702Z] #14 39.55 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T08:31:20.702Z] #14 39.56 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T08:31:20.702Z] #14 39.57 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T08:31:20.702Z] #14 39.58 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:31:20.702Z] #14 39.59 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T08:31:20.702Z] #14 39.60 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-04T08:31:20.702Z] #14 39.62 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T08:31:20.702Z] #14 39.63 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T08:31:20.702Z] #14 39.64 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:31:20.702Z] #14 39.65 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T08:31:20.702Z] #14 39.67 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T08:31:20.963Z] #14 39.69 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-04T08:31:20.963Z] #14 39.70 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T08:31:20.963Z] #14 39.72 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T08:31:20.963Z] #14 39.73 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T08:31:20.963Z] #14 39.74 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T08:31:20.963Z] #14 39.75 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.76 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.78 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-04T08:31:20.963Z] #14 39.78 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.79 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-04T08:31:20.963Z] #14 39.80 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T08:31:20.963Z] #14 39.81 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.82 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-04T08:31:20.963Z] #14 39.83 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.85 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T08:31:20.963Z] #14 39.86 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:31:20.963Z] #14 39.87 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-04T08:31:20.963Z] #14 39.89 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:31:21.228Z] #14 39.90 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:31:21.228Z] #14 39.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:31:21.797Z] #14 DONE 40.6s [2022-03-04T08:31:21.798Z] [2022-03-04T08:31:21.798Z] #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-04T08:31:21.798Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:31:21.798Z] #60 ... [2022-03-04T08:31:21.798Z] [2022-03-04T08:31:21.798Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T08:31:21.798Z] #55 sha256:319dcec493037ef7354bed9f47f54a502245852fe28d34de4cce83bec1ded98f [2022-03-04T08:31:21.798Z] #55 DONE 0.1s [2022-03-04T08:31:21.798Z] [2022-03-04T08:31:21.798Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T08:31:21.798Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T08:31:23.180Z] #15 DONE 1.2s [2022-03-04T08:31:23.180Z] [2022-03-04T08:31:23.180Z] #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-04T08:31:23.180Z] #56 sha256:118d99e01250c42809774232d348ae533e7a8673b4fbfdfc5a9f5bd1feb5d9ca [2022-03-04T08:31:23.180Z] #56 1.067 + RM_GOPATH=0 [2022-03-04T08:31:23.180Z] #56 1.067 + TMP_GOPATH= [2022-03-04T08:31:23.180Z] #56 1.067 + : /build [2022-03-04T08:31:23.180Z] #56 1.067 + '[' -z '' ']' [2022-03-04T08:31:23.180Z] #56 1.072 ++ mktemp -d [2022-03-04T08:31:23.180Z] #56 1.074 + export GOPATH=/tmp/tmp.vKKA3vBKOY [2022-03-04T08:31:23.180Z] #56 1.074 + GOPATH=/tmp/tmp.vKKA3vBKOY [2022-03-04T08:31:23.180Z] #56 1.074 + RM_GOPATH=1 [2022-03-04T08:31:23.180Z] #56 1.074 + case "$(go env GOARCH)" in [2022-03-04T08:31:23.180Z] #56 1.075 ++ go env GOARCH [2022-03-04T08:31:23.180Z] #56 1.079 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:31:23.180Z] #56 1.079 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:31:23.180Z] #56 1.080 ++ dirname /install.sh [2022-03-04T08:31:23.180Z] #56 1.081 + dir=/ [2022-03-04T08:31:23.180Z] #56 1.081 + bin=runc [2022-03-04T08:31:23.180Z] #56 1.081 + shift [2022-03-04T08:31:23.180Z] #56 1.082 + '[' '!' -f //runc.installer ']' [2022-03-04T08:31:23.180Z] #56 1.082 + . //runc.installer [2022-03-04T08:31:23.180Z] #56 1.082 ++ set -e [2022-03-04T08:31:23.180Z] #56 1.083 ++ : v1.1.0 [2022-03-04T08:31:23.180Z] #56 1.083 + install_runc [2022-03-04T08:31:23.180Z] #56 1.084 + RUNC_BUILDTAGS=seccomp [2022-03-04T08:31:23.180Z] #56 1.084 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-04T08:31:23.180Z] #56 1.084 Install runc version v1.1.0 (build tags: seccomp) [2022-03-04T08:31:23.180Z] #56 1.084 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vKKA3vBKOY/src/github.com/opencontainers/runc [2022-03-04T08:31:23.180Z] #56 1.090 Cloning into '/tmp/tmp.vKKA3vBKOY/src/github.com/opencontainers/runc'... [2022-03-04T08:31:24.122Z] #56 ... [2022-03-04T08:31:24.122Z] [2022-03-04T08:31:24.122Z] #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-04T08:31:24.122Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T08:31:24.122Z] #16 DONE 1.0s [2022-03-04T08:31:24.122Z] [2022-03-04T08:31:24.122Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T08:31:24.122Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T08:31:24.438Z] #19 55.10 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-04T08:31:24.438Z] #19 55.10 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:24.438Z] #19 55.10 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:31:24.438Z] #19 55.14 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-04T08:31:24.438Z] #19 55.14 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:24.438Z] #19 55.14 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:31:25.067Z] #17 0.795 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-04T08:31:25.067Z] #17 DONE 0.9s [2022-03-04T08:31:25.067Z] [2022-03-04T08:31:25.067Z] #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-04T08:31:25.067Z] #56 sha256:118d99e01250c42809774232d348ae533e7a8673b4fbfdfc5a9f5bd1feb5d9ca [2022-03-04T08:31:26.009Z] #56 ... [2022-03-04T08:31:26.009Z] [2022-03-04T08:31:26.009Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T08:31:26.009Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T08:31:26.009Z] #18 DONE 0.8s [2022-03-04T08:31:26.009Z] [2022-03-04T08:31:26.009Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T08:31:26.009Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T08:31:26.581Z] #19 DONE 0.9s [2022-03-04T08:31:26.581Z] [2022-03-04T08:31:26.581Z] #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-04T08:31:26.581Z] #56 sha256:118d99e01250c42809774232d348ae533e7a8673b4fbfdfc5a9f5bd1feb5d9ca [2022-03-04T08:31:27.151Z] #56 ... [2022-03-04T08:31:27.151Z] [2022-03-04T08:31:27.151Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T08:31:27.151Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T08:31:27.619Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d448f65029cc3c34) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] { [Pipeline] checkout [2022-03-04T08:31:27.643Z] The recommended git tool is: git [2022-03-04T08:31:27.652Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:27.658Z] Cloning the remote Git repository [2022-03-04T08:31:27.659Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:31:27.723Z] #20 DONE 1.1s [2022-03-04T08:31:27.723Z] [2022-03-04T08:31:27.723Z] #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-04T08:31:27.723Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T08:31:28.613Z] #19 58.98 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-04T08:31:28.613Z] #19 58.98 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:28.613Z] #19 58.99 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:31:28.613Z] #19 59.01 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-04T08:31:28.613Z] #19 59.01 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:28.613Z] #19 59.02 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:31:28.613Z] #19 59.04 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-04T08:31:28.613Z] #19 59.04 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:28.613Z] #19 59.04 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:31:28.613Z] #19 59.07 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-04T08:31:28.613Z] #19 59.07 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:28.613Z] #19 59.07 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:31:28.613Z] #19 59.10 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-04T08:31:28.613Z] #19 59.10 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:28.613Z] #19 59.10 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:31:28.613Z] #19 59.13 Selecting previously unselected package cross-config. [2022-03-04T08:31:28.613Z] #19 59.13 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.14 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-04T08:31:28.613Z] #19 59.16 Selecting previously unselected package gcc-10-cross-base. [2022-03-04T08:31:28.613Z] #19 59.16 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.17 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-04T08:31:28.613Z] #19 59.20 Selecting previously unselected package libc6-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.20 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.20 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-04T08:31:28.613Z] #19 59.32 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.32 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.33 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:28.613Z] #19 59.36 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.36 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.36 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:28.613Z] #19 59.39 Selecting previously unselected package libitm1-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.39 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.40 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:28.613Z] #19 59.42 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.42 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.43 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:28.613Z] #19 59.45 Selecting previously unselected package libasan6-arm64-cross. [2022-03-04T08:31:28.613Z] #19 59.45 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.613Z] #19 59.46 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:27.669Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:27.669Z] > git init /home/ubuntu/workspace/moby_PR-43157 # timeout=10 [2022-03-04T08:31:27.687Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:27.687Z] > git --version # timeout=10 [2022-03-04T08:31:27.693Z] > git --version # 'git version 2.25.1' [2022-03-04T08:31:27.693Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:27.694Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:28.870Z] #19 59.68 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-04T08:31:28.870Z] #19 59.69 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:28.870Z] #19 59.69 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:28.870Z] #19 59.79 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-04T08:31:29.108Z] #21 1.219 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:31:29.108Z] #21 1.221 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:31:29.108Z] #21 1.228 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-04T08:31:29.127Z] #19 59.79 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:29.127Z] #19 59.80 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:29.127Z] #19 60.01 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-04T08:31:29.127Z] #19 60.01 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:29.127Z] #19 60.02 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:29.127Z] #19 60.08 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-04T08:31:29.385Z] #19 60.08 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:29.385Z] #19 60.09 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:29.385Z] #19 60.18 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-04T08:31:29.385Z] #19 60.18 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:29.385Z] #19 60.18 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:29.385Z] #19 60.31 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-04T08:31:29.385Z] #19 60.31 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:29.643Z] #19 60.32 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:31:31.061Z] #21 1.841 Reading package lists... [2022-03-04T08:31:31.543Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b1ab58b5f2672aab) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] { [Pipeline] checkout [2022-03-04T08:31:31.566Z] The recommended git tool is: git [2022-03-04T08:31:31.575Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:31.584Z] Cloning the remote Git repository [2022-03-04T08:31:31.584Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:31:32.012Z] #21 3.145 Reading package lists... [2022-03-04T08:31:32.156Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e7af9abcadf15087) in /home/ubuntu/workspace/moby_PR-43157 [Pipeline] { [Pipeline] checkout [2022-03-04T08:31:32.184Z] The recommended git tool is: git [2022-03-04T08:31:32.235Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:32.243Z] Cloning the remote Git repository [2022-03-04T08:31:32.243Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:31:32.278Z] #21 4.335 Building dependency tree... [2022-03-04T08:31:32.537Z] #21 4.592 Reading state information... [2022-03-04T08:31:31.584Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:31.585Z] > git init /home/ubuntu/workspace/moby_PR-43157 # timeout=10 [2022-03-04T08:31:31.597Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:31.597Z] > git --version # timeout=10 [2022-03-04T08:31:31.603Z] > git --version # 'git version 2.25.1' [2022-03-04T08:31:31.603Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:31.604Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:32.798Z] #21 ... [2022-03-04T08:31:32.799Z] [2022-03-04T08:31:32.799Z] #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-04T08:31:32.799Z] #56 sha256:118d99e01250c42809774232d348ae533e7a8673b4fbfdfc5a9f5bd1feb5d9ca [2022-03-04T08:31:32.799Z] #56 5.265 + cd /tmp/tmp.vKKA3vBKOY/src/github.com/opencontainers/runc [2022-03-04T08:31:32.799Z] #56 5.265 + git checkout -q v1.1.0 [2022-03-04T08:31:32.799Z] #56 5.383 + '[' -z '' ']' [2022-03-04T08:31:32.799Z] #56 5.383 + target=static [2022-03-04T08:31:32.799Z] #56 5.383 + make BUILDTAGS=seccomp static [2022-03-04T08:31:32.799Z] #56 5.619 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-04T08:31:32.799Z] #56 10.58 + mkdir -p /build [2022-03-04T08:31:32.799Z] #56 10.59 + cp runc /build/runc [2022-03-04T08:31:32.799Z] #56 DONE 10.8s [2022-03-04T08:31:32.799Z] [2022-03-04T08:31:32.799Z] #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-04T08:31:32.799Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T08:31:32.799Z] #21 4.878 The following additional packages will be installed: [2022-03-04T08:31:32.799Z] #21 4.879 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T08:31:32.799Z] #21 4.879 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-04T08:31:32.799Z] #21 4.879 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-04T08:31:32.799Z] #21 4.879 python3-pkg-resources vim-runtime xxd [2022-03-04T08:31:32.799Z] #21 4.881 Suggested packages: [2022-03-04T08:31:32.799Z] #21 4.881 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-04T08:31:32.799Z] #21 4.881 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-04T08:31:32.799Z] #21 4.881 acl attr quota [2022-03-04T08:31:32.799Z] #21 4.881 Recommended packages: [2022-03-04T08:31:32.799Z] #21 4.881 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-04T08:31:32.242Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:32.242Z] > git init /home/ubuntu/workspace/moby_PR-43157 # timeout=10 [2022-03-04T08:31:32.257Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:32.257Z] > git --version # timeout=10 [2022-03-04T08:31:32.267Z] > git --version # 'git version 2.17.1' [2022-03-04T08:31:32.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:32.268Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:33.367Z] #21 5.532 The following NEW packages will be installed: [2022-03-04T08:31:33.367Z] #21 5.537 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-04T08:31:33.367Z] #21 5.537 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T08:31:33.367Z] #21 5.537 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-04T08:31:33.367Z] #21 5.537 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-04T08:31:33.367Z] #21 5.537 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-04T08:31:33.367Z] #21 5.537 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-04T08:31:33.367Z] #21 5.537 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-04T08:31:33.367Z] #21 5.537 xz-utils zip zstd [2022-03-04T08:31:33.627Z] #21 5.833 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:31:33.627Z] #21 5.833 Need to get 27.6 MB of archives. [2022-03-04T08:31:33.627Z] #21 5.833 After this operation, 106 MB of additional disk space will be used. [2022-03-04T08:31:33.627Z] #21 5.833 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-04T08:31:33.627Z] #21 5.859 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-04T08:31:33.627Z] #21 5.859 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-04T08:31:33.627Z] #21 5.859 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-04T08:31:33.627Z] #21 5.859 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-04T08:31:33.627Z] #21 5.863 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-04T08:31:33.627Z] #21 5.863 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-04T08:31:33.627Z] #21 5.864 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-04T08:31:33.887Z] #21 5.890 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T08:31:33.887Z] #21 5.890 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-04T08:31:33.887Z] #21 5.890 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-04T08:31:33.887Z] #21 5.890 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-04T08:31:33.887Z] #21 5.891 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-04T08:31:33.887Z] #21 5.898 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-04T08:31:33.887Z] #21 5.908 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-04T08:31:33.887Z] #21 5.917 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-04T08:31:33.887Z] #21 5.917 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-04T08:31:33.887Z] #21 5.917 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-04T08:31:33.887Z] #21 5.918 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-04T08:31:33.887Z] #21 5.919 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-04T08:31:33.887Z] #21 5.934 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-04T08:31:33.887Z] #21 5.934 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T08:31:33.887Z] #21 5.934 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T08:31:33.887Z] #21 5.935 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T08:31:33.887Z] #21 5.939 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-04T08:31:33.887Z] #21 5.939 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-04T08:31:33.887Z] #21 5.940 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T08:31:33.887Z] #21 6.069 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-04T08:31:33.887Z] #21 6.069 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-04T08:31:33.887Z] #21 6.069 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-04T08:31:33.887Z] #21 6.069 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-04T08:31:33.887Z] #21 6.069 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-04T08:31:33.887Z] #21 6.069 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-04T08:31:33.887Z] #21 6.069 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-04T08:31:33.887Z] #21 6.121 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-04T08:31:33.887Z] #21 6.121 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-04T08:31:33.887Z] #21 6.121 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T08:31:33.887Z] #21 6.121 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-04T08:31:34.146Z] #21 6.122 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-04T08:31:34.146Z] #21 6.122 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-04T08:31:34.146Z] #21 6.130 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-04T08:31:34.146Z] #21 6.161 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-04T08:31:34.146Z] #21 6.161 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-04T08:31:34.146Z] #21 6.161 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-04T08:31:34.146Z] #21 6.321 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-04T08:31:34.146Z] #21 6.321 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-04T08:31:34.146Z] #21 6.349 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-04T08:31:34.146Z] #21 6.349 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-04T08:31:34.409Z] #21 6.719 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:31:34.669Z] #21 6.800 Fetched 27.6 MB in 1s (34.2 MB/s) [2022-03-04T08:31:34.669Z] #21 6.833 Selecting previously unselected package pigz. [2022-03-04T08:31:34.669Z] #21 6.833 (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-04T08:31:34.669Z] #21 6.868 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-04T08:31:34.669Z] #21 6.877 Unpacking pigz (2.6-1) ... [2022-03-04T08:31:34.897Z] #19 65.29 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-04T08:31:34.897Z] #19 65.30 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:34.897Z] #19 65.30 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:31:34.897Z] #19 65.32 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-04T08:31:34.897Z] #19 65.32 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-04T08:31:34.897Z] #19 65.33 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-04T08:31:34.897Z] #19 65.49 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-04T08:31:34.897Z] #19 65.49 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:34.897Z] #19 65.50 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-04T08:31:34.897Z] #19 65.73 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-04T08:31:34.897Z] #19 65.73 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:34.897Z] #19 65.74 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:31:34.930Z] #21 6.952 Selecting previously unselected package libelf1:amd64. [2022-03-04T08:31:34.930Z] #21 6.956 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-04T08:31:34.930Z] #21 6.965 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-04T08:31:34.930Z] #21 7.052 Selecting previously unselected package libbpf0:amd64. [2022-03-04T08:31:34.930Z] #21 7.056 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-04T08:31:34.930Z] #21 7.061 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-04T08:31:34.930Z] #21 7.124 Selecting previously unselected package libcap2:amd64. [2022-03-04T08:31:34.930Z] #21 7.124 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-04T08:31:34.930Z] #21 7.128 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-04T08:31:34.930Z] #21 7.174 Selecting previously unselected package libmnl0:amd64. [2022-03-04T08:31:35.155Z] #19 66.00 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-04T08:31:35.155Z] #19 66.00 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:35.155Z] #19 66.00 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:31:35.190Z] #21 7.177 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-04T08:31:35.190Z] #21 7.182 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-04T08:31:35.190Z] #21 7.226 Selecting previously unselected package libxtables12:amd64. [2022-03-04T08:31:35.190Z] #21 7.229 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-04T08:31:35.190Z] #21 7.234 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-04T08:31:35.190Z] #21 7.291 Selecting previously unselected package libcap2-bin. [2022-03-04T08:31:35.190Z] #21 7.295 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-04T08:31:35.190Z] #21 7.299 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-04T08:31:35.190Z] #21 7.353 Selecting previously unselected package iproute2. [2022-03-04T08:31:35.190Z] #21 7.354 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-04T08:31:35.190Z] #21 7.360 Unpacking iproute2 (5.10.0-4) ... [2022-03-04T08:31:35.451Z] #21 7.556 Selecting previously unselected package xxd. [2022-03-04T08:31:35.451Z] #21 7.560 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:31:35.451Z] #21 7.564 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:35.451Z] #21 7.630 Selecting previously unselected package vim-common. [2022-03-04T08:31:35.451Z] #21 7.637 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:31:35.451Z] #21 7.651 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:35.711Z] #21 7.750 Selecting previously unselected package bash-completion. [2022-03-04T08:31:35.711Z] #21 7.753 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-04T08:31:36.652Z] #21 8.660 Unpacking bash-completion (1:2.11-2) ... [2022-03-04T08:31:36.652Z] #21 8.865 Selecting previously unselected package bzip2. [2022-03-04T08:31:36.911Z] #21 8.867 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-04T08:31:36.911Z] #21 8.872 Unpacking bzip2 (1.0.8-4) ... [2022-03-04T08:31:36.911Z] #21 8.917 Selecting previously unselected package xz-utils. [2022-03-04T08:31:36.911Z] #21 8.917 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-04T08:31:36.911Z] #21 8.921 Unpacking xz-utils (5.2.5-2) ... [2022-03-04T08:31:36.911Z] #21 9.033 Selecting previously unselected package apparmor. [2022-03-04T08:31:36.911Z] #21 9.033 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-04T08:31:36.911Z] #21 9.067 Unpacking apparmor (2.13.6-10) ... [2022-03-04T08:31:37.171Z] #21 9.245 Selecting previously unselected package inetutils-ping. [2022-03-04T08:31:37.171Z] #21 9.245 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-04T08:31:37.171Z] #21 9.253 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-04T08:31:37.171Z] #21 9.322 Selecting previously unselected package libip4tc2:amd64. [2022-03-04T08:31:37.171Z] #21 9.325 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-04T08:31:37.171Z] #21 9.331 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T08:31:37.171Z] #21 9.380 Selecting previously unselected package libip6tc2:amd64. [2022-03-04T08:31:37.171Z] #21 9.381 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-04T08:31:37.171Z] #21 9.389 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T08:31:37.171Z] #21 9.435 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-04T08:31:37.171Z] #21 9.435 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-04T08:31:37.431Z] #21 9.442 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T08:31:37.431Z] #21 9.488 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-04T08:31:37.431Z] #21 9.492 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-04T08:31:37.431Z] #21 9.496 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T08:31:37.431Z] #21 9.542 Selecting previously unselected package libnftnl11:amd64. [2022-03-04T08:31:37.431Z] #21 9.545 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-04T08:31:37.431Z] #21 9.551 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T08:31:37.431Z] #21 9.612 Selecting previously unselected package iptables. [2022-03-04T08:31:37.431Z] #21 9.615 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-04T08:31:37.431Z] #21 9.621 Unpacking iptables (1.8.7-1) ... [2022-03-04T08:31:37.691Z] #21 9.769 Selecting previously unselected package libonig5:amd64. [2022-03-04T08:31:37.691Z] #21 9.769 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T08:31:37.691Z] #21 9.774 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T08:31:37.691Z] #21 9.845 Selecting previously unselected package libjq1:amd64. [2022-03-04T08:31:37.691Z] #21 9.849 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T08:31:37.691Z] #21 9.852 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T08:31:37.691Z] #21 9.904 Selecting previously unselected package jq. [2022-03-04T08:31:37.691Z] #21 9.909 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-04T08:31:37.691Z] #21 9.913 Unpacking jq (1.6-2.1) ... [2022-03-04T08:31:37.691Z] #21 9.962 Selecting previously unselected package libaio1:amd64. [2022-03-04T08:31:37.951Z] #21 9.965 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-04T08:31:37.951Z] #21 9.970 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-04T08:31:37.951Z] #21 10.01 Selecting previously unselected package libgpm2:amd64. [2022-03-04T08:31:37.951Z] #21 10.01 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-04T08:31:37.951Z] #21 10.02 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-04T08:31:37.951Z] #21 10.06 Selecting previously unselected package libicu67:amd64. [2022-03-04T08:31:37.951Z] #21 10.06 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-04T08:31:37.951Z] #21 10.07 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T08:31:39.331Z] #21 11.26 Selecting previously unselected package libinih1:amd64. [2022-03-04T08:31:39.332Z] #21 11.27 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-04T08:31:39.332Z] #21 11.27 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-04T08:31:39.332Z] #21 11.36 Selecting previously unselected package libnet1:amd64. [2022-03-04T08:31:39.332Z] #21 11.36 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T08:31:39.332Z] #21 11.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T08:31:39.332Z] #21 11.42 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T08:31:39.332Z] #21 11.42 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T08:31:39.332Z] #21 11.43 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T08:31:39.332Z] #21 11.49 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T08:31:39.332Z] #21 11.49 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T08:31:39.332Z] #21 11.49 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T08:31:39.332Z] #21 11.53 Selecting previously unselected package net-tools. [2022-03-04T08:31:39.332Z] #21 11.54 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-04T08:31:39.332Z] #21 11.54 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T08:31:39.332Z] #21 11.63 Selecting previously unselected package patch. [2022-03-04T08:31:39.590Z] #21 11.63 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-04T08:31:39.590Z] #21 11.63 Unpacking patch (2.7.6-7) ... [2022-03-04T08:31:39.590Z] #21 11.69 Selecting previously unselected package python-pip-whl. [2022-03-04T08:31:39.590Z] #21 11.70 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-04T08:31:39.590Z] #21 11.71 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-04T08:31:39.757Z] Fetching without tags [2022-03-04T08:31:39.850Z] #21 11.98 Selecting previously unselected package python3-lib2to3. [2022-03-04T08:31:39.850Z] #21 11.99 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-04T08:31:39.850Z] #21 11.99 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-04T08:31:39.850Z] #21 12.05 Selecting previously unselected package python3-distutils. [2022-03-04T08:31:40.012Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:40.112Z] #21 12.06 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-04T08:31:40.112Z] #21 12.06 Unpacking python3-distutils (3.9.2-1) ... [2022-03-04T08:31:40.112Z] #21 12.13 Selecting previously unselected package python3-pkg-resources. [2022-03-04T08:31:40.112Z] #21 12.13 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T08:31:40.112Z] #21 12.14 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T08:31:40.112Z] #21 12.21 Selecting previously unselected package python3-setuptools. [2022-03-04T08:31:40.112Z] #21 12.22 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-04T08:31:40.112Z] #21 12.22 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-04T08:31:39.745Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:39.752Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:31:39.755Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:39.761Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:39.767Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:39.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:39.768Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:40.022Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:40.028Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:31:40.372Z] #21 12.34 Selecting previously unselected package python3-wheel. [2022-03-04T08:31:40.372Z] #21 12.35 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-04T08:31:40.372Z] #21 12.35 Unpacking python3-wheel (0.34.2-1) ... [2022-03-04T08:31:40.372Z] #21 12.40 Selecting previously unselected package python3-pip. [2022-03-04T08:31:40.372Z] #21 12.40 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-04T08:31:40.372Z] #21 12.41 Unpacking python3-pip (20.3.4-4) ... [2022-03-04T08:31:40.372Z] #21 12.53 Selecting previously unselected package sudo. [2022-03-04T08:31:40.372Z] #21 12.54 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-04T08:31:40.372Z] #21 12.56 Unpacking sudo (1.9.5p2-3) ... [2022-03-04T08:31:40.410Z] #19 70.73 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-04T08:31:40.410Z] #19 70.73 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:40.410Z] #19 70.74 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:31:40.410Z] #19 70.76 Selecting previously unselected package patch. [2022-03-04T08:31:40.410Z] #19 70.76 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-04T08:31:40.410Z] #19 70.76 Unpacking patch (2.7.6-7) ... [2022-03-04T08:31:40.410Z] #19 70.80 Selecting previously unselected package dpkg-dev. [2022-03-04T08:31:40.410Z] #19 70.80 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-04T08:31:40.410Z] #19 70.80 Unpacking dpkg-dev (1.20.9) ... [2022-03-04T08:31:40.410Z] #19 70.92 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-04T08:31:40.410Z] #19 70.92 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-04T08:31:40.410Z] #19 70.93 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-04T08:31:40.410Z] #19 70.95 Selecting previously unselected package libio-string-perl. [2022-03-04T08:31:40.410Z] #19 70.95 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-04T08:31:40.410Z] #19 70.96 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-04T08:31:40.410Z] #19 70.98 Selecting previously unselected package libicu67:amd64. [2022-03-04T08:31:40.410Z] #19 70.98 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-04T08:31:40.410Z] #19 70.99 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T08:31:40.516Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:40.517Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:31:40.633Z] #21 12.80 Selecting previously unselected package thin-provisioning-tools. [2022-03-04T08:31:40.633Z] #21 12.80 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-04T08:31:40.633Z] #21 12.81 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-04T08:31:40.760Z] Running on azwin-2-1919f0 in d:\jenkins\workspace\moby_PR-43157 [Pipeline] { [Pipeline] ws [2022-03-04T08:31:40.777Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-04T08:31:40.886Z] The recommended git tool is: git [2022-03-04T08:31:40.903Z] #21 12.94 Selecting previously unselected package uidmap. [2022-03-04T08:31:40.903Z] #21 12.95 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-04T08:31:40.903Z] #21 12.96 Unpacking uidmap (1:4.8.1-1) ... [2022-03-04T08:31:40.903Z] #21 13.03 Selecting previously unselected package vim-runtime. [2022-03-04T08:31:40.903Z] #21 13.04 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:31:40.903Z] #21 13.05 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-04T08:31:40.903Z] #21 13.07 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-04T08:31:40.903Z] #21 13.08 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:41.170Z] Commit message: "move MediaTypeWriter to streamformatter package" [2022-03-04T08:31:41.313Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:41.392Z] Cloning the remote Git repository [2022-03-04T08:31:41.392Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:31:41.458Z] #19 72.27 Selecting previously unselected package libxml2:amd64. [2022-03-04T08:31:41.458Z] #19 72.27 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-04T08:31:41.458Z] #19 72.33 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T08:31:41.499Z] Running on azwin-2-1919f1 in d:\jenkins\workspace\moby_PR-43157 [Pipeline] { [Pipeline] ws [2022-03-04T08:31:41.525Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-04T08:31:41.619Z] The recommended git tool is: git [Pipeline] sh [2022-03-04T08:31:40.499Z] > git remote # timeout=10 [2022-03-04T08:31:40.504Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:31:40.507Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:40.507Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:31:40.516Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:31:40.527Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:40.531Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:31:41.841Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:41.911Z] + docker version [2022-03-04T08:31:41.911Z] Client: Docker Engine - Community [2022-03-04T08:31:41.911Z] Version: 20.10.12 [2022-03-04T08:31:41.911Z] API version: 1.41 [2022-03-04T08:31:41.911Z] Go version: go1.16.12 [2022-03-04T08:31:41.911Z] Git commit: e91ed57 [2022-03-04T08:31:41.911Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-04T08:31:41.911Z] OS/Arch: linux/arm64 [2022-03-04T08:31:41.911Z] Context: default [2022-03-04T08:31:41.911Z] Experimental: true [2022-03-04T08:31:41.911Z] [2022-03-04T08:31:41.911Z] Server: Docker Engine - Community [2022-03-04T08:31:41.911Z] Engine: [2022-03-04T08:31:41.911Z] Version: 20.10.12 [2022-03-04T08:31:41.911Z] API version: 1.41 (minimum version 1.12) [2022-03-04T08:31:41.911Z] Go version: go1.16.12 [2022-03-04T08:31:41.911Z] Git commit: 459d0df [2022-03-04T08:31:41.911Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-04T08:31:41.911Z] OS/Arch: linux/arm64 [2022-03-04T08:31:41.911Z] Experimental: true [2022-03-04T08:31:41.911Z] containerd: [2022-03-04T08:31:41.911Z] Version: 1.4.12 [2022-03-04T08:31:41.911Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:41.911Z] runc: [2022-03-04T08:31:41.911Z] Version: 1.0.2 [2022-03-04T08:31:41.911Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T08:31:41.911Z] docker-init: [2022-03-04T08:31:41.911Z] Version: 0.19.0 [2022-03-04T08:31:41.911Z] GitCommit: de40ad0 [2022-03-04T08:31:41.920Z] Cloning the remote Git repository [2022-03-04T08:31:41.920Z] Cloning with configured refspecs honoured and without tags [Pipeline] sh [2022-03-04T08:31:41.429Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:41.430Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T08:31:41.493Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:41.493Z] > git --version # timeout=10 [2022-03-04T08:31:41.543Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T08:31:41.543Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:41.546Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:42.064Z] #19 72.73 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-04T08:31:42.064Z] #19 72.73 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-04T08:31:42.064Z] #19 72.79 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-04T08:31:42.064Z] #19 72.81 Selecting previously unselected package libxml-sax-base-perl. [2022-03-04T08:31:42.064Z] #19 72.82 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-04T08:31:42.064Z] #19 72.82 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-04T08:31:42.064Z] #19 72.85 Selecting previously unselected package libxml-sax-perl. [2022-03-04T08:31:42.064Z] #19 72.86 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-04T08:31:42.064Z] #19 72.86 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-04T08:31:42.064Z] #19 72.90 Selecting previously unselected package libxml-libxml-perl. [2022-03-04T08:31:42.064Z] #19 72.90 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-04T08:31:42.064Z] #19 72.90 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-04T08:31:42.064Z] #19 72.96 Selecting previously unselected package libxml-simple-perl. [2022-03-04T08:31:42.064Z] #19 72.96 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-04T08:31:42.064Z] #19 72.96 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-04T08:31:42.064Z] #19 72.99 Selecting previously unselected package libyaml-perl. [2022-03-04T08:31:42.064Z] #19 72.99 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-04T08:31:42.064Z] #19 72.99 Unpacking libyaml-perl (1.30-1) ... [2022-03-04T08:31:42.064Z] #19 73.03 Selecting previously unselected package libconfig-auto-perl. [2022-03-04T08:31:42.064Z] #19 73.03 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-04T08:31:42.064Z] #19 73.03 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-04T08:31:42.064Z] #19 73.05 Selecting previously unselected package libfile-which-perl. [2022-03-04T08:31:42.064Z] #19 73.06 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-04T08:31:42.064Z] #19 73.06 Unpacking libfile-which-perl (1.23-1) ... [2022-03-04T08:31:42.064Z] #19 73.08 Selecting previously unselected package libfile-homedir-perl. [2022-03-04T08:31:42.204Z] + docker info [2022-03-04T08:31:42.287Z] #21 14.26 Selecting previously unselected package vim. [2022-03-04T08:31:42.287Z] #21 14.26 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:31:42.287Z] #21 14.27 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:42.325Z] #19 73.08 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-04T08:31:42.325Z] #19 73.09 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-04T08:31:42.325Z] #19 73.12 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-04T08:31:42.325Z] #19 73.12 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-04T08:31:42.325Z] #19 73.12 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-04T08:31:42.325Z] #19 73.16 Selecting previously unselected package dpkg-cross. [2022-03-04T08:31:42.325Z] #19 73.17 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-04T08:31:42.325Z] #19 73.17 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-04T08:31:42.325Z] #19 73.20 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-04T08:31:42.325Z] #19 73.20 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-04T08:31:42.325Z] #19 73.20 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-04T08:31:42.325Z] #19 73.23 Selecting previously unselected package libc6-armel-cross. [2022-03-04T08:31:42.325Z] #19 73.23 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:42.325Z] #19 73.23 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-04T08:31:42.550Z] #21 14.53 Selecting previously unselected package xfsprogs. [2022-03-04T08:31:42.550Z] #21 14.53 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-04T08:31:42.550Z] #21 14.54 Unpacking xfsprogs (5.10.0-4) ... [2022-03-04T08:31:42.550Z] #21 14.75 Selecting previously unselected package zip. [2022-03-04T08:31:42.550Z] #21 14.75 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-04T08:31:42.550Z] #21 14.75 Unpacking zip (3.0-12) ... [2022-03-04T08:31:42.581Z] #19 73.35 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-04T08:31:42.581Z] #19 73.35 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.581Z] #19 73.35 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:42.581Z] #19 73.38 Selecting previously unselected package libgomp1-armel-cross. [2022-03-04T08:31:42.581Z] #19 73.38 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.581Z] #19 73.39 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:42.581Z] #19 73.42 Selecting previously unselected package libatomic1-armel-cross. [2022-03-04T08:31:42.581Z] #19 73.42 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.581Z] #19 73.43 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:42.581Z] #19 73.45 Selecting previously unselected package libasan6-armel-cross. [2022-03-04T08:31:42.581Z] #19 73.45 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.581Z] #19 73.45 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:41.958Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:41.958Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T08:31:42.034Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:42.034Z] > git --version # timeout=10 [2022-03-04T08:31:42.099Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T08:31:42.099Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:42.101Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:42.773Z] Client: [2022-03-04T08:31:42.773Z] Context: default [2022-03-04T08:31:42.773Z] Debug Mode: false [2022-03-04T08:31:42.773Z] Plugins: [2022-03-04T08:31:42.773Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T08:31:42.773Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T08:31:42.773Z] [2022-03-04T08:31:42.773Z] Server: [2022-03-04T08:31:42.773Z] Containers: 0 [2022-03-04T08:31:42.773Z] Running: 0 [2022-03-04T08:31:42.773Z] Paused: 0 [2022-03-04T08:31:42.773Z] Stopped: 0 [2022-03-04T08:31:42.773Z] Images: 2 [2022-03-04T08:31:42.773Z] Server Version: 20.10.12 [2022-03-04T08:31:42.773Z] Storage Driver: overlay2 [2022-03-04T08:31:42.773Z] Backing Filesystem: extfs [2022-03-04T08:31:42.773Z] Supports d_type: true [2022-03-04T08:31:42.773Z] Native Overlay Diff: true [2022-03-04T08:31:42.773Z] userxattr: false [2022-03-04T08:31:42.773Z] Logging Driver: json-file [2022-03-04T08:31:42.773Z] Cgroup Driver: cgroupfs [2022-03-04T08:31:42.773Z] Cgroup Version: 1 [2022-03-04T08:31:42.773Z] Plugins: [2022-03-04T08:31:42.773Z] Volume: local [2022-03-04T08:31:42.773Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T08:31:42.773Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T08:31:42.773Z] Swarm: inactive [2022-03-04T08:31:42.773Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-04T08:31:42.773Z] Default Runtime: runc [2022-03-04T08:31:42.773Z] Init Binary: docker-init [2022-03-04T08:31:42.773Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:42.773Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T08:31:42.773Z] init version: de40ad0 [2022-03-04T08:31:42.773Z] Security Options: [2022-03-04T08:31:42.773Z] apparmor [2022-03-04T08:31:42.773Z] seccomp [2022-03-04T08:31:42.773Z] Profile: default [2022-03-04T08:31:42.773Z] Kernel Version: 5.11.0-1023-aws [2022-03-04T08:31:42.773Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-04T08:31:42.773Z] OSType: linux [2022-03-04T08:31:42.773Z] Architecture: aarch64 [2022-03-04T08:31:42.773Z] CPUs: 2 [2022-03-04T08:31:42.773Z] Total Memory: 7.576GiB [2022-03-04T08:31:42.773Z] Name: ip-10-100-32-37 [2022-03-04T08:31:42.773Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-04T08:31:42.773Z] Docker Root Dir: /var/lib/docker [2022-03-04T08:31:42.773Z] Debug Mode: false [2022-03-04T08:31:42.773Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:31:42.773Z] Labels: [2022-03-04T08:31:42.773Z] Experimental: true [2022-03-04T08:31:42.773Z] Insecure Registries: [2022-03-04T08:31:42.773Z] 127.0.0.0/8 [2022-03-04T08:31:42.773Z] Live Restore Enabled: true [2022-03-04T08:31:42.773Z] [Pipeline] sh [2022-03-04T08:31:42.813Z] #21 14.81 Selecting previously unselected package zstd. [2022-03-04T08:31:42.813Z] #21 14.82 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-04T08:31:42.813Z] #21 14.82 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-04T08:31:42.813Z] #21 15.02 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T08:31:42.838Z] #19 73.67 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-04T08:31:42.838Z] #19 73.68 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.838Z] #19 73.68 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:42.838Z] #19 73.74 Selecting previously unselected package libubsan1-armel-cross. [2022-03-04T08:31:42.838Z] #19 73.74 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:42.838Z] #19 73.75 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:42.838Z] #19 73.84 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-04T08:31:43.057Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:31:43.057Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:31:43.057Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43157/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T08:31:43.057Z] + bash /home/ubuntu/workspace/moby_PR-43157/check-config.sh [2022-03-04T08:31:43.057Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T08:31:43.057Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-04T08:31:43.057Z] [2022-03-04T08:31:43.057Z] Generally Necessary: [2022-03-04T08:31:43.057Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T08:31:43.057Z] - apparmor: enabled and tools installed [2022-03-04T08:31:43.057Z] - CONFIG_NAMESPACES: enabled [2022-03-04T08:31:43.057Z] - CONFIG_NET_NS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_PID_NS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_IPC_NS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_UTS_NS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUPS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CPUSETS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_MEMCG: enabled [2022-03-04T08:31:43.057Z] - CONFIG_KEYS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_VETH: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T08:31:43.057Z] [2022-03-04T08:31:43.057Z] Optional Features: [2022-03-04T08:31:43.057Z] - CONFIG_USER_NS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_SECCOMP: enabled [2022-03-04T08:31:43.057Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T08:31:43.057Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T08:31:43.057Z] (cgroup swap accounting is currently enabled) [2022-03-04T08:31:43.057Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T08:31:43.057Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T08:31:43.057Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T08:31:43.057Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T08:31:43.057Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T08:31:43.057Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T08:31:43.100Z] #19 73.85 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:43.101Z] #19 73.85 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:31:43.101Z] #19 73.96 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-04T08:31:43.101Z] #19 73.96 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:43.101Z] #19 73.97 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:31:43.317Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T08:31:43.317Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T08:31:43.317Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T08:31:43.317Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T08:31:43.317Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T08:31:43.317Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T08:31:43.317Z] - CONFIG_EXT4_FS: enabled [2022-03-04T08:31:43.317Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T08:31:43.317Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T08:31:43.317Z] - Network Drivers: [2022-03-04T08:31:43.317Z] - "overlay": [2022-03-04T08:31:43.317Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T08:31:43.317Z] Optional (for encrypted networks): [2022-03-04T08:31:43.317Z] - CONFIG_CRYPTO: enabled [2022-03-04T08:31:43.317Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T08:31:43.317Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T08:31:43.317Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T08:31:43.317Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T08:31:43.317Z] - CONFIG_XFRM: enabled [2022-03-04T08:31:43.317Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T08:31:43.317Z] - "ipvlan": [2022-03-04T08:31:43.317Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T08:31:43.317Z] - "macvlan": [2022-03-04T08:31:43.317Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T08:31:43.317Z] - "ftp,tftp client in container": [2022-03-04T08:31:43.317Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T08:31:43.317Z] - Storage Drivers: [2022-03-04T08:31:43.317Z] - "aufs": [2022-03-04T08:31:43.317Z] - CONFIG_AUFS_FS: missing [2022-03-04T08:31:43.317Z] - "btrfs": [2022-03-04T08:31:43.317Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T08:31:43.317Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T08:31:43.317Z] - "devicemapper": [2022-03-04T08:31:43.317Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T08:31:43.317Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T08:31:43.317Z] - "overlay": [2022-03-04T08:31:43.317Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T08:31:43.317Z] - "zfs": [2022-03-04T08:31:43.317Z] - /dev/zfs: present [2022-03-04T08:31:43.317Z] - zfs command: missing [2022-03-04T08:31:43.317Z] - zpool command: missing [2022-03-04T08:31:43.317Z] [2022-03-04T08:31:43.317Z] Limits: [2022-03-04T08:31:43.317Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T08:31:43.317Z] [2022-03-04T08:31:43.317Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T08:31:43.380Z] #21 15.43 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T08:31:43.380Z] #21 15.45 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T08:31:43.380Z] #21 15.47 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-04T08:31:43.380Z] #21 15.48 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T08:31:43.380Z] #21 15.49 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T08:31:43.380Z] #21 15.52 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-04T08:31:43.380Z] #21 15.53 Setting up uidmap (1:4.8.1-1) ... [2022-03-04T08:31:43.380Z] #21 15.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T08:31:43.380Z] #21 15.56 Setting up bzip2 (1.0.8-4) ... [2022-03-04T08:31:43.380Z] #21 15.57 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T08:31:43.380Z] #21 15.58 Setting up python3-wheel (0.34.2-1) ... [2022-03-04T08:31:43.645Z] #21 15.86 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:43.645Z] #21 15.87 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-04T08:31:43.645Z] #21 15.89 Setting up libcap2-bin (1:2.44-1) ... [2022-03-04T08:31:43.645Z] #21 15.90 Setting up apparmor (2.13.6-10) ... [2022-03-04T08:31:43.653Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a75fd11f03298bd433e7d54232785b683bca0477 . [2022-03-04T08:31:43.653Z] #1 [internal] load build definition from Dockerfile [2022-03-04T08:31:43.653Z] #1 sha256:86d0dda0a1e914339bb4f7be15b87d5114a7f075a655fa7baf3f8a3dab52d734 [2022-03-04T08:31:43.653Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T08:31:43.653Z] #1 DONE 0.0s [2022-03-04T08:31:43.653Z] [2022-03-04T08:31:43.653Z] #2 [internal] load .dockerignore [2022-03-04T08:31:43.653Z] #2 sha256:d7bb4bda7b5c6aa2b9d8ea94007ec4aa73ffadfb11b01e5124f0fa10f0f15898 [2022-03-04T08:31:43.653Z] #2 transferring context: 87B 0.0s done [2022-03-04T08:31:43.653Z] #2 DONE 0.0s [2022-03-04T08:31:43.653Z] [2022-03-04T08:31:43.653Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T08:31:43.653Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-04T08:31:43.917Z] #3 DONE 0.1s [2022-03-04T08:31:43.917Z] [2022-03-04T08:31:43.917Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T08:31:43.917Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-04T08:31:43.917Z] #4 CACHED [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #6 [internal] load build definition from Dockerfile [2022-03-04T08:31:44.177Z] #6 sha256:d9f3e585ffdeaaa45d8a8d940a0178213a1d7bbc19a3e1a248f41e4bec8f4b3f [2022-03-04T08:31:44.177Z] #6 DONE 0.0s [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #5 [internal] load .dockerignore [2022-03-04T08:31:44.177Z] #5 sha256:841308507a40ad47b0fedb23427a2e731311bde7b38d0d49532da5807d1bb80b [2022-03-04T08:31:44.177Z] #5 DONE 0.0s [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T08:31:44.177Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-04T08:31:44.177Z] #8 DONE 0.1s [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #7 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T08:31:44.177Z] #7 sha256:1e9883a0d5b244c5c62286e2ce9a44fdb2e671a95ab620a5108bea58e8490ce6 [2022-03-04T08:31:44.177Z] #7 DONE 0.1s [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:44.177Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T08:31:44.177Z] #9 DONE 0.1s [2022-03-04T08:31:44.177Z] [2022-03-04T08:31:44.177Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:44.177Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T08:31:44.438Z] #10 DONE 0.1s [2022-03-04T08:31:44.551Z] Running on azwin-2-f35d10 in d:\jenkins\workspace\moby_PR-43157 [Pipeline] { [Pipeline] ws [2022-03-04T08:31:44.564Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-04T08:31:44.658Z] The recommended git tool is: git [2022-03-04T08:31:44.701Z] [2022-03-04T08:31:44.701Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T08:31:44.701Z] #11 sha256:7edbc9676dd71d180882210fc3ec1e1deb0b10ff9c182f7bf78973da50430f6b [2022-03-04T08:31:44.701Z] #11 DONE 0.0s [2022-03-04T08:31:44.701Z] [2022-03-04T08:31:44.701Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:44.701Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T08:31:44.701Z] #69 DONE 0.0s [2022-03-04T08:31:44.701Z] [2022-03-04T08:31:44.701Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:44.701Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T08:31:44.701Z] #67 DONE 0.0s [2022-03-04T08:31:44.701Z] [2022-03-04T08:31:44.701Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T08:31:44.701Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-04T08:31:44.701Z] #28 DONE 0.0s [2022-03-04T08:31:44.701Z] [2022-03-04T08:31:44.701Z] #24 [internal] load build context [2022-03-04T08:31:44.701Z] #24 sha256:860a7d5d081474073afecaa8ed8a86e4995ab493fc45139be8aa2d408a0054ab [2022-03-04T08:31:44.899Z] using credential docker-jenkins-github-credentials [2022-03-04T08:31:44.977Z] Cloning the remote Git repository [2022-03-04T08:31:44.977Z] Cloning with configured refspecs honoured and without tags [2022-03-04T08:31:45.029Z] #21 16.97 Setting up zip (3.0-12) ... [2022-03-04T08:31:45.029Z] #21 16.98 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:45.029Z] #21 17.01 Setting up bash-completion (1:2.11-2) ... [2022-03-04T08:31:45.276Z] #24 ... [2022-03-04T08:31:45.276Z] [2022-03-04T08:31:45.276Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T08:31:45.276Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T08:31:45.276Z] #45 DONE 0.5s [2022-03-04T08:31:45.276Z] [2022-03-04T08:31:45.276Z] #24 [internal] load build context [2022-03-04T08:31:45.276Z] #24 sha256:860a7d5d081474073afecaa8ed8a86e4995ab493fc45139be8aa2d408a0054ab [2022-03-04T08:31:45.019Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T08:31:45.020Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T08:31:45.112Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:45.112Z] > git --version # timeout=10 [2022-03-04T08:31:45.183Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T08:31:45.183Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:45.186Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:45.853Z] #24 transferring context: 57.19MB 1.2s done [2022-03-04T08:31:45.854Z] #24 DONE 1.3s [2022-03-04T08:31:45.968Z] #21 18.01 Setting up xz-utils (5.2.5-2) ... [2022-03-04T08:31:45.969Z] #21 18.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-04T08:31:45.969Z] #21 18.03 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-04T08:31:45.969Z] #21 18.04 Setting up patch (2.7.6-7) ... [2022-03-04T08:31:45.969Z] #21 18.05 Setting up sudo (1.9.5p2-3) ... [2022-03-04T08:31:45.969Z] #21 18.13 invoke-rc.d: could not determine current runlevel [2022-03-04T08:31:45.969Z] #21 18.14 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-04T08:31:45.969Z] #21 18.14 Setting up xfsprogs (5.10.0-4) ... [2022-03-04T08:31:45.969Z] #21 18.16 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-04T08:31:45.969Z] #21 18.17 Setting up inetutils-ping (2:2.0-1) ... [2022-03-04T08:31:45.969Z] #21 18.18 Setting up pigz (2.6-1) ... [2022-03-04T08:31:45.969Z] #21 18.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T08:31:45.969Z] #21 18.21 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T08:31:46.115Z] #65 sha256:064c89b57ebf11545b2dea6f147cb459905f02b22292d27dfcc9504b9141ade2 [2022-03-04T08:31:46.115Z] #65 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T08:31:46.115Z] #42 sha256:15f8808bb1f3f61247a9d5652f0e669a3e450497f1e2c9c00f2903a93b23643c [2022-03-04T08:31:46.115Z] #42 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #63 sha256:f9747c796b6ab5f0175bc0083d4776e1182302bbd2cdf82602935206120a17d6 [2022-03-04T08:31:46.115Z] #63 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-04T08:31:46.115Z] #29 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #38 sha256:c31ed29bf2acf84b86e49763477ee7a7b2dde8c85889f2339a0382194b688638 [2022-03-04T08:31:46.115Z] #38 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #43 sha256:377687fe327eca3c76fd56e68e5f4a46fd6645ac01759226be9df08f8b780c61 [2022-03-04T08:31:46.115Z] #43 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T08:31:46.115Z] #17 sha256:22947a83bba46ee3e02d0b19bc9f9d4d3534d61caa38c8d70f81c4c8c9c38c8c [2022-03-04T08:31:46.115Z] #17 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #31 sha256:42cc23f98bea8f7e31bc9c20da1403732301182a79f9dd858fd1eced7a337c95 [2022-03-04T08:31:46.115Z] #31 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T08:31:46.115Z] #62 sha256:a1deaa92da93477fb6efe33a12c77ebe8c169f02b3f55e4e487fab37764c977c [2022-03-04T08:31:46.115Z] #62 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #51 sha256:f0a288a30afbed135131a3ed39071e4a81883c890ef6b9234f4330c6cef7c5ef [2022-03-04T08:31:46.115Z] #51 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #26 sha256:667b88c84126d0fa3d9dd8e8721902c81d8d1ff524b2f21f321881f3818c6d9f [2022-03-04T08:31:46.115Z] #26 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #13 sha256:77dabde4d399e47134a0530eae4aeae927e67fc1957d7743db29a5891117dba1 [2022-03-04T08:31:46.115Z] #13 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #57 sha256:4743651a89fb3f691731d07986f3e5d44f174994b90966692d1753d9e7839906 [2022-03-04T08:31:46.115Z] #57 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #44 sha256:b2a13994be0087507bbb75a4dd12e23e6cf74eea1c6b4e39ede20ba178375e70 [2022-03-04T08:31:46.115Z] #44 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #41 sha256:f937ec8021dcb08e57e8b2d47b0a9caadc5e0e7ca30c85dba23ce247f6268f63 [2022-03-04T08:31:46.115Z] #41 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #56 sha256:fbe87d8ad0229e19675c6671cfe8aa846442c0efdf738f275abb15b5173ae126 [2022-03-04T08:31:46.115Z] #56 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T08:31:46.115Z] #12 sha256:1d9327043a64a9ba63ce39260da857735b5607be360e59888b7e7e6ae96d5e49 [2022-03-04T08:31:46.115Z] #12 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #36 sha256:a97cc058b35b8dda549da31fe654a8fe1f5a67e8ebb89f8f383b079060ee7b54 [2022-03-04T08:31:46.115Z] #36 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T08:31:46.115Z] #30 sha256:8208ffde2cfae37ae178cc701546781ac5d137dd4d819e407c72406d85191341 [2022-03-04T08:31:46.115Z] #30 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T08:31:46.115Z] #55 sha256:feb1406fcc096d3251b19de5f7898ebc685bbc75f8b6b659664d18b6d934f074 [2022-03-04T08:31:46.115Z] #55 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T08:31:46.115Z] #27 sha256:5b0134dc9a4c8e7692ed3e44d7da36772bac78fd2937b89680b84580fe1cdfe8 [2022-03-04T08:31:46.115Z] #27 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T08:31:46.115Z] #25 sha256:dc0a754c0a7892ef48d3ddec60aa63dfc78994d8ad9f82d3f8f12ea07e3e7cba [2022-03-04T08:31:46.115Z] #25 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T08:31:46.115Z] #32 sha256:de2cbf701497f19851f51e88ab7c880a18023c2a4d11f247f9d165dbaa18cf60 [2022-03-04T08:31:46.115Z] #32 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T08:31:46.115Z] #59 sha256:3f4a883ca6284b0fb7b1e2cd7ca29a20561f4ce0e2e2b06082339f8e920b0c9b [2022-03-04T08:31:46.115Z] #59 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T08:31:46.115Z] #33 sha256:577f1c3e1769f6f199126d55a8d12f9de036e9daef8d36543d3ae913f421ef9c [2022-03-04T08:31:46.115Z] #33 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #47 sha256:02a332ea4e611fe365ab72ad62c6f621a82437238eefcd4427210c155f5a88ee [2022-03-04T08:31:46.115Z] #47 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #54 sha256:545e213ccebe9a7191b45566d67fdb2b753642d78d251db24123ad367947795f [2022-03-04T08:31:46.115Z] #54 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #66 sha256:690fe435ac646772798bcaeefed45b22d4cecd4d9e09744eca8e2818c5162dea [2022-03-04T08:31:46.115Z] #66 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T08:31:46.115Z] #18 sha256:5aed196794ff538d3206161610513b2ff3a28f0720ad70255807f4aeafc08f95 [2022-03-04T08:31:46.115Z] #18 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #60 sha256:b2d5378f409d6a835a7b4bdea266c790ce7ac73888738b2cc75d239829108dba [2022-03-04T08:31:46.115Z] #60 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #58 sha256:d2c59185f78bb8a88c97bf40329b5b4adf76250f6fad38a328c455378027290f [2022-03-04T08:31:46.115Z] #58 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T08:31:46.115Z] #39 sha256:fa2d476b47846b21ddd5f916a10fd0db75ea13364722b13a3148f9c04e572bf0 [2022-03-04T08:31:46.115Z] #39 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #61 sha256:c3a14f3db8170457bfe35271f564223c6c2e8b2a3e7cfc279351aea40796a1d7 [2022-03-04T08:31:46.115Z] #61 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #16 sha256:8cb7160692c1e982c9b4d4486545b01486d3549d79a0372c5dc95aadaff04ce2 [2022-03-04T08:31:46.115Z] #16 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #34 sha256:4e13c64604814891abc79b07b4f427febb10038ab21ad877c4317f4495608b14 [2022-03-04T08:31:46.115Z] #34 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #48 sha256:7857befc3d47de46874b1ee9267eb88d3d4cf712d24c2f234b9cb37e6cba5dad [2022-03-04T08:31:46.115Z] #48 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T08:31:46.115Z] #19 sha256:14d10628c756dce3dcea1fd8cf4bcbabe6405c38b3f4c95a467eb60c6362c0d8 [2022-03-04T08:31:46.115Z] #19 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #37 sha256:0b31e78e8ff4a1af04f4aa3270b2c1eddbd3e40cedb48cbc751b7c9bf960d9ab [2022-03-04T08:31:46.115Z] #37 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #21 sha256:6deb01233caa15da42ba8af7e5935e6f72e020c4ceca7dd3e309c696d48a5145 [2022-03-04T08:31:46.115Z] #21 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #50 sha256:28e3ac5b2fd3eb8e6bcfc53198da4aa51f61dba94fe26e3ffaee91a8fb99685d [2022-03-04T08:31:46.115Z] #50 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T08:31:46.115Z] #64 sha256:678e6a88515f539d44af0b03006f6fd4789125c5b292e071fdb85eaaf923e4be [2022-03-04T08:31:46.115Z] #64 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #49 sha256:8cda003becdb46f909b76ee5cc530fef8a4bb47fa622c19dc92932b6ac7d6e7f [2022-03-04T08:31:46.115Z] #49 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #22 sha256:7cfd5f8af85da50ac48fd6926f807306e8f282c02216682da5519558963ec20a [2022-03-04T08:31:46.115Z] #22 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #53 sha256:4a19ffe3ed23ab7fe114eb821a0896b2bcf09456a92532cc5296039154ab9124 [2022-03-04T08:31:46.115Z] #53 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:31:46.115Z] #23 sha256:54730426869ff4cb4cd2c66408df0f53ef2f4ff6b12539dfa139b314e63e14a0 [2022-03-04T08:31:46.115Z] #23 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #46 sha256:99462a4a4380a15537d0360b9c3af47e442fb5d1ec18a3abfd30587dc05221ef [2022-03-04T08:31:46.115Z] #46 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T08:31:46.115Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-04T08:31:46.115Z] #68 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #40 sha256:53a0a5de097e21f76be1777dd1bb1b7f9fe73b57e6c4111642331e08d0f490eb [2022-03-04T08:31:46.115Z] #40 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T08:31:46.115Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-04T08:31:46.115Z] #70 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T08:31:46.115Z] #20 sha256:28d2998bee70dbdf192a51b51e4a42dbd8d4f1e120d0b469b35fb7550496c0a0 [2022-03-04T08:31:46.115Z] #20 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #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-04T08:31:46.115Z] #14 sha256:9427e63f45ee015546e906e3d03b742d2ee6b969eee0376d72df77ca750d0724 [2022-03-04T08:31:46.115Z] #14 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T08:31:46.115Z] #15 sha256:4a5b431038ffd579e77048e57c91451a776d5a110561ab7c28ab5313074ec9b7 [2022-03-04T08:31:46.115Z] #15 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #52 sha256:f49d8dd615ca71fa17d29ccead56a5ee762548cad8f8f7c857db50b252d0fb70 [2022-03-04T08:31:46.115Z] #52 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #71 sha256:fb5e20c0a14a76e9b70262e8a7fe51c41e325fc34a1a3b2b19cdfb0c4abe09d9 [2022-03-04T08:31:46.115Z] #71 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T08:31:46.115Z] #35 sha256:04a304f73914f482805a10cc082a1960e0d1536b88f8814b50b61d0d3a293095 [2022-03-04T08:31:46.115Z] #35 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T08:31:46.115Z] #72 sha256:d7fbcb7e5fe035d427fea4421ca68794b8d9246980ffe8267117232b7f134f75 [2022-03-04T08:31:46.115Z] #72 CACHED [2022-03-04T08:31:46.115Z] [2022-03-04T08:31:46.115Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T08:31:46.115Z] #73 sha256:bfd20b4c00cd874684973f2f6962c9ab912ac35e189149fcb5a55a5dee89068b [2022-03-04T08:31:46.229Z] #21 18.23 Setting up python-pip-whl (20.3.4-4) ... [2022-03-04T08:31:46.229Z] #21 18.25 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:46.489Z] #21 18.56 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-04T08:31:46.489Z] #21 18.57 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-04T08:31:46.489Z] #21 18.77 Setting up libelf1:amd64 (0.183-1) ... [2022-03-04T08:31:46.489Z] #21 18.80 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-04T08:31:46.634Z] Fetching without tags [2022-03-04T08:31:46.750Z] #21 18.82 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T08:31:46.750Z] #21 18.83 Setting up python3-distutils (3.9.2-1) ... [2022-03-04T08:31:46.750Z] #21 19.03 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:31:46.750Z] #21 19.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-04T08:31:46.750Z] #21 19.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-04T08:31:46.750Z] #21 19.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-04T08:31:46.750Z] #21 19.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-04T08:31:46.750Z] #21 19.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-04T08:31:46.863Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:47.011Z] #21 19.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-04T08:31:47.011Z] #21 19.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-04T08:31:47.011Z] #21 19.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-04T08:31:47.011Z] #21 19.09 Setting up python3-setuptools (52.0.0-4) ... [2022-03-04T08:31:47.057Z] #73 DONE 0.8s [2022-03-04T08:31:47.057Z] [2022-03-04T08:31:47.057Z] #74 exporting to image [2022-03-04T08:31:47.057Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T08:31:47.057Z] #74 exporting layers [2022-03-04T08:31:47.363Z] Fetching without tags [2022-03-04T08:31:47.394Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:47.395Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:31:46.607Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:46.612Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:31:46.615Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:46.621Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:46.634Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:46.634Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:46.635Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:46.863Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:46.868Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:31:47.346Z] > git remote # timeout=10 [2022-03-04T08:31:47.352Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:31:47.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:47.364Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:31:47.377Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:31:47.395Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:47.398Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:31:47.570Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:47.583Z] #21 19.61 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T08:31:47.583Z] #21 19.62 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T08:31:47.583Z] #21 19.63 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-04T08:31:47.583Z] #21 19.65 Setting up python3-pip (20.3.4-4) ... [2022-03-04T08:31:47.629Z] #74 exporting layers 0.8s done [2022-03-04T08:31:47.629Z] #74 writing image sha256:3b97e0e435313650049d25fcc09ecdb67ee337d66c006fc36bad011b50b61ed5 done [2022-03-04T08:31:47.629Z] #74 naming to docker.io/library/docker:a75fd11f03298bd433e7d54232785b683bca0477 done [2022-03-04T08:31:47.629Z] #74 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-04T08:31:47.853Z] Commit message: "move MediaTypeWriter to streamformatter package" [2022-03-04T08:31:47.960Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-04T08:31:47.338Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:47.342Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:31:47.347Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:47.355Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:47.361Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:47.361Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:47.362Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:47.569Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:47.572Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:31:48.047Z] > git remote # timeout=10 [2022-03-04T08:31:48.052Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:31:48.057Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:48.058Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:31:48.081Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:31:48.081Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:31:48.154Z] #21 20.08 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T08:31:48.154Z] #21 20.10 Setting up jq (1.6-2.1) ... [2022-03-04T08:31:48.154Z] #21 20.11 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-04T08:31:48.154Z] #21 20.19 Setting up iptables (1.8.7-1) ... [2022-03-04T08:31:48.154Z] #21 20.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-04T08:31:48.154Z] #21 20.23 Setting up iproute2 (5.10.0-4) ... [2022-03-04T08:31:48.154Z] #21 20.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:31:48.156Z] Commit message: "move MediaTypeWriter to streamformatter package" [Pipeline] withEnv [Pipeline] { [2022-03-04T08:31:48.245Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/test/unit [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:31:48.475Z] #19 78.80 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-04T08:31:48.475Z] #19 78.80 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:48.475Z] #19 78.80 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:31:48.475Z] #19 78.83 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-04T08:31:48.475Z] #19 78.83 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-04T08:31:48.475Z] #19 78.83 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-04T08:31:48.475Z] #19 79.00 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-04T08:31:48.476Z] #19 79.00 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:48.476Z] #19 79.00 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-04T08:31:48.476Z] #19 79.22 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-04T08:31:48.476Z] #19 79.22 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:48.476Z] #19 79.22 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [2022-03-04T08:31:48.525Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-04T08:31:48.525Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-04T08:31:48.525Z] + TESTDIRS=./... [2022-03-04T08:31:48.525Z] + exclude_paths='/vendor/|/integration' [2022-03-04T08:31:48.525Z] ++ go list ./... [2022-03-04T08:31:48.525Z] ++ grep -vE '(/vendor/|/integration)' [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:31:48.593Z] + docker version [2022-03-04T08:31:48.593Z] Client: Docker Engine - Community [2022-03-04T08:31:48.593Z] Version: 20.10.12 [2022-03-04T08:31:48.593Z] API version: 1.41 [2022-03-04T08:31:48.593Z] Go version: go1.16.12 [2022-03-04T08:31:48.593Z] Git commit: e91ed57 [2022-03-04T08:31:48.593Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-04T08:31:48.593Z] OS/Arch: linux/amd64 [2022-03-04T08:31:48.593Z] Context: default [2022-03-04T08:31:48.593Z] Experimental: true [2022-03-04T08:31:48.593Z] [2022-03-04T08:31:48.593Z] Server: Docker Engine - Community [2022-03-04T08:31:48.593Z] Engine: [2022-03-04T08:31:48.593Z] Version: 20.10.12 [2022-03-04T08:31:48.593Z] API version: 1.41 (minimum version 1.12) [2022-03-04T08:31:48.593Z] Go version: go1.16.12 [2022-03-04T08:31:48.593Z] Git commit: 459d0df [2022-03-04T08:31:48.593Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-04T08:31:48.593Z] OS/Arch: linux/amd64 [2022-03-04T08:31:48.593Z] Experimental: true [2022-03-04T08:31:48.593Z] containerd: [2022-03-04T08:31:48.593Z] Version: 1.4.12 [2022-03-04T08:31:48.593Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:48.593Z] runc: [2022-03-04T08:31:48.593Z] Version: 1.0.2 [2022-03-04T08:31:48.593Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T08:31:48.593Z] docker-init: [2022-03-04T08:31:48.593Z] Version: 0.19.0 [2022-03-04T08:31:48.593Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T08:31:48.732Z] #19 79.47 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-04T08:31:48.732Z] #19 79.47 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:48.732Z] #19 79.48 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:31:48.850Z] + docker version [2022-03-04T08:31:48.850Z] Client: Docker Engine - Community [2022-03-04T08:31:48.850Z] Version: 20.10.12 [2022-03-04T08:31:48.850Z] API version: 1.41 [2022-03-04T08:31:48.850Z] Go version: go1.16.12 [2022-03-04T08:31:48.850Z] Git commit: e91ed57 [2022-03-04T08:31:48.850Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T08:31:48.850Z] OS/Arch: linux/amd64 [2022-03-04T08:31:48.850Z] Context: default [2022-03-04T08:31:48.850Z] Experimental: true [2022-03-04T08:31:48.850Z] [2022-03-04T08:31:48.850Z] Server: Docker Engine - Community [2022-03-04T08:31:48.850Z] Engine: [2022-03-04T08:31:48.850Z] Version: 20.10.12 [2022-03-04T08:31:48.850Z] API version: 1.41 (minimum version 1.12) [2022-03-04T08:31:48.850Z] Go version: go1.16.12 [2022-03-04T08:31:48.850Z] Git commit: 459d0df [2022-03-04T08:31:48.850Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T08:31:48.850Z] OS/Arch: linux/amd64 [2022-03-04T08:31:48.850Z] Experimental: true [2022-03-04T08:31:48.850Z] containerd: [2022-03-04T08:31:48.850Z] Version: 1.4.12 [2022-03-04T08:31:48.850Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:48.850Z] runc: [2022-03-04T08:31:48.850Z] Version: 1.0.2 [2022-03-04T08:31:48.850Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T08:31:48.850Z] docker-init: [2022-03-04T08:31:48.850Z] Version: 0.19.0 [2022-03-04T08:31:48.850Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T08:31:48.881Z] + docker info [2022-03-04T08:31:49.104Z] #21 DONE 21.1s [2022-03-04T08:31:49.104Z] [2022-03-04T08:31:49.104Z] #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-04T08:31:49.104Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T08:31:49.126Z] + docker info [2022-03-04T08:31:49.675Z] #22 0.850 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-04T08:31:49.816Z] Client: [2022-03-04T08:31:49.816Z] Context: default [2022-03-04T08:31:49.816Z] Debug Mode: false [2022-03-04T08:31:49.816Z] Plugins: [2022-03-04T08:31:49.816Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T08:31:49.816Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T08:31:49.816Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T08:31:49.816Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T08:31:49.816Z] [2022-03-04T08:31:49.816Z] Server: [2022-03-04T08:31:49.816Z] Containers: 0 [2022-03-04T08:31:49.816Z] Running: 0 [2022-03-04T08:31:49.816Z] Paused: 0 [2022-03-04T08:31:49.816Z] Stopped: 0 [2022-03-04T08:31:49.816Z] Images: 2 [2022-03-04T08:31:49.816Z] Server Version: 20.10.12 [2022-03-04T08:31:49.816Z] Storage Driver: overlay2 [2022-03-04T08:31:49.816Z] Backing Filesystem: extfs [2022-03-04T08:31:49.816Z] Supports d_type: true [2022-03-04T08:31:49.816Z] Native Overlay Diff: true [2022-03-04T08:31:49.816Z] userxattr: false [2022-03-04T08:31:49.816Z] Logging Driver: json-file [2022-03-04T08:31:49.816Z] Cgroup Driver: systemd [2022-03-04T08:31:49.816Z] Cgroup Version: 2 [2022-03-04T08:31:49.816Z] Plugins: [2022-03-04T08:31:49.816Z] Volume: local [2022-03-04T08:31:49.816Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T08:31:49.816Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T08:31:49.816Z] Swarm: inactive [2022-03-04T08:31:49.816Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T08:31:49.816Z] Default Runtime: runc [2022-03-04T08:31:49.816Z] Init Binary: docker-init [2022-03-04T08:31:49.816Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:49.816Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T08:31:49.816Z] init version: de40ad0 [2022-03-04T08:31:49.816Z] Security Options: [2022-03-04T08:31:49.816Z] apparmor [2022-03-04T08:31:49.816Z] seccomp [2022-03-04T08:31:49.816Z] Profile: default [2022-03-04T08:31:49.816Z] cgroupns [2022-03-04T08:31:49.816Z] Kernel Version: 5.11.0-1023-aws [2022-03-04T08:31:49.816Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-04T08:31:49.816Z] OSType: linux [2022-03-04T08:31:49.816Z] Architecture: x86_64 [2022-03-04T08:31:49.816Z] CPUs: 2 [2022-03-04T08:31:49.816Z] Total Memory: 7.559GiB [2022-03-04T08:31:49.816Z] Name: ip-10-100-96-129 [2022-03-04T08:31:49.816Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-04T08:31:49.816Z] Docker Root Dir: /var/lib/docker [2022-03-04T08:31:49.816Z] Debug Mode: false [2022-03-04T08:31:49.816Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:31:49.816Z] Labels: [2022-03-04T08:31:49.816Z] Experimental: true [2022-03-04T08:31:49.816Z] Insecure Registries: [2022-03-04T08:31:49.816Z] 127.0.0.0/8 [2022-03-04T08:31:49.816Z] Live Restore Enabled: true [2022-03-04T08:31:49.816Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-04T08:31:48.069Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T08:31:48.080Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:31:48.083Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [Pipeline] sh [2022-03-04T08:31:49.911Z] + pkg_list='github.com/docker/docker/api [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/backend [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/container [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/events [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/filters [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/image [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/mount [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/network [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/registry [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/time [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/versions [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:31:49.911Z] github.com/docker/docker/api/types/volume [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:31:49.911Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:31:49.911Z] github.com/docker/docker/cli [2022-03-04T08:31:49.911Z] github.com/docker/docker/cli/config [2022-03-04T08:31:49.911Z] github.com/docker/docker/cli/debug [2022-03-04T08:31:49.911Z] github.com/docker/docker/client [2022-03-04T08:31:49.911Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:31:49.911Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:31:49.911Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:31:49.911Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:31:49.911Z] github.com/docker/docker/container [2022-03-04T08:31:49.911Z] github.com/docker/docker/container/stream [2022-03-04T08:31:49.911Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:31:49.911Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:31:49.911Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/config [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/events [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/exec [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/images [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/links [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:31:49.911Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/names [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/network [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/stats [2022-03-04T08:31:49.912Z] github.com/docker/docker/distribution [2022-03-04T08:31:49.912Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:31:49.912Z] github.com/docker/docker/distribution/utils [2022-03-04T08:31:49.912Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:31:49.912Z] github.com/docker/docker/dockerversion [2022-03-04T08:31:49.912Z] github.com/docker/docker/errdefs [2022-03-04T08:31:49.912Z] github.com/docker/docker/image [2022-03-04T08:31:49.912Z] github.com/docker/docker/image/cache [2022-03-04T08:31:49.912Z] github.com/docker/docker/image/tarexport [2022-03-04T08:31:49.912Z] github.com/docker/docker/image/v1 [2022-03-04T08:31:49.912Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:31:49.912Z] github.com/docker/docker/layer [2022-03-04T08:31:49.912Z] github.com/docker/docker/libcontainerd [2022-03-04T08:31:49.912Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:31:49.912Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:31:49.912Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:31:49.912Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:31:49.912Z] github.com/docker/docker/oci [2022-03-04T08:31:49.912Z] github.com/docker/docker/oci/caps [2022-03-04T08:31:49.912Z] github.com/docker/docker/opts [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/archive [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/directory [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/locker [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/mount [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/platform [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/pools [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/progress [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/signal [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/stack [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/system [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/term [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:31:49.912Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:31:49.912Z] github.com/docker/docker/plugin [2022-03-04T08:31:49.912Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:31:49.912Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:31:49.912Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:31:49.912Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:31:49.912Z] github.com/docker/docker/quota [2022-03-04T08:31:49.912Z] github.com/docker/docker/reference [2022-03-04T08:31:49.912Z] github.com/docker/docker/registry [2022-03-04T08:31:49.912Z] github.com/docker/docker/registry/resumable [2022-03-04T08:31:49.912Z] github.com/docker/docker/restartmanager [2022-03-04T08:31:49.912Z] github.com/docker/docker/rootless [2022-03-04T08:31:49.912Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:31:49.912Z] github.com/docker/docker/runconfig [2022-03-04T08:31:49.912Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/environment [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/registry [2022-03-04T08:31:49.912Z] github.com/docker/docker/testutil/request [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/drivers [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/local [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/mounts [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/service [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:31:49.912Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:31:49.912Z] ++ grep --fixed-strings -v /libnetwork [2022-03-04T08:31:49.912Z] ++ echo 'github.com/docker/docker/api [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/backend [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/container [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/events [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/filters [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/image [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/mount [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/network [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/registry [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/time [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/versions [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:31:49.912Z] github.com/docker/docker/api/types/volume [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:31:49.912Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:31:49.912Z] github.com/docker/docker/cli [2022-03-04T08:31:49.912Z] github.com/docker/docker/cli/config [2022-03-04T08:31:49.912Z] github.com/docker/docker/cli/debug [2022-03-04T08:31:49.912Z] github.com/docker/docker/client [2022-03-04T08:31:49.912Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:31:49.912Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:31:49.912Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:31:49.912Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:31:49.912Z] github.com/docker/docker/container [2022-03-04T08:31:49.912Z] github.com/docker/docker/container/stream [2022-03-04T08:31:49.912Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:31:49.912Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:31:49.912Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/config [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/events [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/exec [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/images [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/links [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger [2022-03-04T08:31:49.912Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/names [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/network [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/stats [2022-03-04T08:31:49.913Z] github.com/docker/docker/distribution [2022-03-04T08:31:49.913Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:31:49.913Z] github.com/docker/docker/distribution/utils [2022-03-04T08:31:49.913Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:31:49.913Z] github.com/docker/docker/dockerversion [2022-03-04T08:31:49.913Z] github.com/docker/docker/errdefs [2022-03-04T08:31:49.913Z] github.com/docker/docker/image [2022-03-04T08:31:49.913Z] github.com/docker/docker/image/cache [2022-03-04T08:31:49.913Z] github.com/docker/docker/image/tarexport [2022-03-04T08:31:49.913Z] github.com/docker/docker/image/v1 [2022-03-04T08:31:49.913Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:31:49.913Z] github.com/docker/docker/layer [2022-03-04T08:31:49.913Z] github.com/docker/docker/libcontainerd [2022-03-04T08:31:49.913Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:31:49.913Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:31:49.913Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:31:49.913Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:31:49.913Z] github.com/docker/docker/oci [2022-03-04T08:31:49.913Z] github.com/docker/docker/oci/caps [2022-03-04T08:31:49.913Z] github.com/docker/docker/opts [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/archive [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/directory [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/locker [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/mount [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/platform [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/pools [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/progress [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/signal [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/stack [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/system [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/term [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:31:49.913Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:31:49.913Z] github.com/docker/docker/plugin [2022-03-04T08:31:49.913Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:31:49.913Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:31:49.913Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:31:49.913Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:31:49.913Z] github.com/docker/docker/quota [2022-03-04T08:31:49.913Z] github.com/docker/docker/reference [2022-03-04T08:31:49.913Z] github.com/docker/docker/registry [2022-03-04T08:31:49.913Z] github.com/docker/docker/registry/resumable [2022-03-04T08:31:49.913Z] github.com/docker/docker/restartmanager [2022-03-04T08:31:49.913Z] github.com/docker/docker/rootless [2022-03-04T08:31:49.913Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:31:49.913Z] github.com/docker/docker/runconfig [2022-03-04T08:31:49.913Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/environment [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/registry [2022-03-04T08:31:49.913Z] github.com/docker/docker/testutil/request [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/drivers [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/local [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/mounts [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/service [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:31:49.913Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:31:49.913Z] + base_pkg_list='github.com/docker/docker/api [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/backend [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/container [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/events [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/filters [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/image [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/mount [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/network [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/registry [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/time [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/versions [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:31:49.913Z] github.com/docker/docker/api/types/volume [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:31:49.913Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:31:49.913Z] github.com/docker/docker/cli [2022-03-04T08:31:49.913Z] github.com/docker/docker/cli/config [2022-03-04T08:31:49.913Z] github.com/docker/docker/cli/debug [2022-03-04T08:31:49.913Z] github.com/docker/docker/client [2022-03-04T08:31:49.913Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:31:49.913Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:31:49.913Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:31:49.913Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:31:49.913Z] github.com/docker/docker/container [2022-03-04T08:31:49.913Z] github.com/docker/docker/container/stream [2022-03-04T08:31:49.913Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:31:49.913Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:31:49.913Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/config [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/events [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/exec [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:31:49.913Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/images [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/links [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/names [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/network [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/stats [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/utils [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:31:49.914Z] github.com/docker/docker/dockerversion [2022-03-04T08:31:49.914Z] github.com/docker/docker/errdefs [2022-03-04T08:31:49.914Z] github.com/docker/docker/image [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/cache [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/tarexport [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/v1 [2022-03-04T08:31:49.914Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:31:49.914Z] github.com/docker/docker/layer [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:31:49.914Z] github.com/docker/docker/oci [2022-03-04T08:31:49.914Z] github.com/docker/docker/oci/caps [2022-03-04T08:31:49.914Z] github.com/docker/docker/opts [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/archive [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/directory [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/locker [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/mount [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/platform [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/pools [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/progress [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/signal [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/stack [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/system [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/term [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:31:49.914Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:31:49.914Z] github.com/docker/docker/plugin [2022-03-04T08:31:49.914Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:31:49.914Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:31:49.914Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:31:49.914Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:31:49.914Z] github.com/docker/docker/quota [2022-03-04T08:31:49.914Z] github.com/docker/docker/reference [2022-03-04T08:31:49.914Z] github.com/docker/docker/registry [2022-03-04T08:31:49.914Z] github.com/docker/docker/registry/resumable [2022-03-04T08:31:49.914Z] github.com/docker/docker/restartmanager [2022-03-04T08:31:49.914Z] github.com/docker/docker/rootless [2022-03-04T08:31:49.914Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:31:49.914Z] github.com/docker/docker/runconfig [2022-03-04T08:31:49.914Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/environment [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/registry [2022-03-04T08:31:49.914Z] github.com/docker/docker/testutil/request [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/drivers [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/local [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/mounts [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/service [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:31:49.914Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:31:49.914Z] ++ grep --fixed-strings /libnetwork [2022-03-04T08:31:49.914Z] ++ echo 'github.com/docker/docker/api [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/backend [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/container [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/events [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/filters [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/image [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/mount [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/network [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/registry [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/time [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/versions [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:31:49.914Z] github.com/docker/docker/api/types/volume [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:31:49.914Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:31:49.914Z] github.com/docker/docker/cli [2022-03-04T08:31:49.914Z] github.com/docker/docker/cli/config [2022-03-04T08:31:49.914Z] github.com/docker/docker/cli/debug [2022-03-04T08:31:49.914Z] github.com/docker/docker/client [2022-03-04T08:31:49.914Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:31:49.914Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:31:49.914Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:31:49.914Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:31:49.914Z] github.com/docker/docker/container [2022-03-04T08:31:49.914Z] github.com/docker/docker/container/stream [2022-03-04T08:31:49.914Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:31:49.914Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:31:49.914Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/config [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/events [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/exec [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/images [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/links [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/names [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/network [2022-03-04T08:31:49.914Z] github.com/docker/docker/daemon/stats [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/utils [2022-03-04T08:31:49.914Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:31:49.914Z] github.com/docker/docker/dockerversion [2022-03-04T08:31:49.914Z] github.com/docker/docker/errdefs [2022-03-04T08:31:49.914Z] github.com/docker/docker/image [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/cache [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/tarexport [2022-03-04T08:31:49.914Z] github.com/docker/docker/image/v1 [2022-03-04T08:31:49.914Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:31:49.914Z] github.com/docker/docker/layer [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:31:49.914Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:31:49.914Z] github.com/docker/docker/libnetwork [2022-03-04T08:31:49.914Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:31:49.914Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:31:49.914Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:31:49.915Z] github.com/docker/docker/oci [2022-03-04T08:31:49.915Z] github.com/docker/docker/oci/caps [2022-03-04T08:31:49.915Z] github.com/docker/docker/opts [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/archive [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/directory [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/locker [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/mount [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/platform [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/pools [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/progress [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/signal [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/stack [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/system [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/term [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:31:49.915Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:31:49.915Z] github.com/docker/docker/plugin [2022-03-04T08:31:49.915Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:31:49.915Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:31:49.915Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:31:49.915Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:31:49.915Z] github.com/docker/docker/quota [2022-03-04T08:31:49.915Z] github.com/docker/docker/reference [2022-03-04T08:31:49.915Z] github.com/docker/docker/registry [2022-03-04T08:31:49.915Z] github.com/docker/docker/registry/resumable [2022-03-04T08:31:49.915Z] github.com/docker/docker/restartmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/rootless [2022-03-04T08:31:49.915Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:31:49.915Z] github.com/docker/docker/runconfig [2022-03-04T08:31:49.915Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/environment [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/registry [2022-03-04T08:31:49.915Z] github.com/docker/docker/testutil/request [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/drivers [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/local [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/mounts [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/service [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:31:49.915Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:31:49.915Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/types' [2022-03-04T08:31:49.915Z] + echo 'github.com/docker/docker/libnetwork [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:31:49.915Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/types' [2022-03-04T08:31:49.916Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:31:49.916Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:31:49.916Z] + type docker-proxy [2022-03-04T08:31:49.916Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-04T08:31:49.916Z] + hack/make.sh binary-proxy install-proxy [2022-03-04T08:31:49.916Z] [2022-03-04T08:31:49.916Z] Removing bundles/ [2022-03-04T08:31:49.916Z] [2022-03-04T08:31:49.916Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-04T08:31:49.916Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-04T08:31:49.916Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:31:49.935Z] #22 0.854 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-04T08:31:49.935Z] #22 0.858 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-04T08:31:49.935Z] #22 DONE 1.0s [2022-03-04T08:31:49.935Z] [2022-03-04T08:31:49.935Z] #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-04T08:31:49.935Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:31:49.935Z] #60 ... [2022-03-04T08:31:49.935Z] [2022-03-04T08:31:49.935Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:31:49.935Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T08:31:50.057Z] Client: [2022-03-04T08:31:50.057Z] Context: default [2022-03-04T08:31:50.057Z] Debug Mode: false [2022-03-04T08:31:50.057Z] Plugins: [2022-03-04T08:31:50.057Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T08:31:50.057Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T08:31:50.057Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T08:31:50.057Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T08:31:50.057Z] [2022-03-04T08:31:50.057Z] Server: [2022-03-04T08:31:50.057Z] Containers: 0 [2022-03-04T08:31:50.057Z] Running: 0 [2022-03-04T08:31:50.057Z] Paused: 0 [2022-03-04T08:31:50.057Z] Stopped: 0 [2022-03-04T08:31:50.057Z] Images: 2 [2022-03-04T08:31:50.057Z] Server Version: 20.10.12 [2022-03-04T08:31:50.057Z] Storage Driver: overlay2 [2022-03-04T08:31:50.057Z] Backing Filesystem: extfs [2022-03-04T08:31:50.057Z] Supports d_type: true [2022-03-04T08:31:50.057Z] Native Overlay Diff: true [2022-03-04T08:31:50.057Z] userxattr: false [2022-03-04T08:31:50.057Z] Logging Driver: json-file [2022-03-04T08:31:50.057Z] Cgroup Driver: cgroupfs [2022-03-04T08:31:50.057Z] Cgroup Version: 1 [2022-03-04T08:31:50.057Z] Plugins: [2022-03-04T08:31:50.057Z] Volume: local [2022-03-04T08:31:50.057Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T08:31:50.057Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T08:31:50.057Z] Swarm: inactive [2022-03-04T08:31:50.057Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T08:31:50.057Z] Default Runtime: runc [2022-03-04T08:31:50.057Z] Init Binary: docker-init [2022-03-04T08:31:50.057Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T08:31:50.057Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T08:31:50.057Z] init version: de40ad0 [2022-03-04T08:31:50.057Z] Security Options: [2022-03-04T08:31:50.057Z] apparmor [2022-03-04T08:31:50.057Z] seccomp [2022-03-04T08:31:50.057Z] Profile: default [2022-03-04T08:31:50.057Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T08:31:50.057Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T08:31:50.057Z] OSType: linux [2022-03-04T08:31:50.057Z] Architecture: x86_64 [2022-03-04T08:31:50.057Z] CPUs: 2 [2022-03-04T08:31:50.057Z] Total Memory: 7.565GiB [2022-03-04T08:31:50.057Z] Name: ip-10-100-94-75 [2022-03-04T08:31:50.057Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T08:31:50.057Z] Docker Root Dir: /var/lib/docker [2022-03-04T08:31:50.057Z] Debug Mode: false [2022-03-04T08:31:50.057Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:31:50.057Z] Labels: [2022-03-04T08:31:50.057Z] Experimental: true [2022-03-04T08:31:50.057Z] Insecure Registries: [2022-03-04T08:31:50.057Z] 127.0.0.0/8 [2022-03-04T08:31:50.057Z] Live Restore Enabled: true [2022-03-04T08:31:50.057Z] [2022-03-04T08:31:50.057Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T08:31:50.150Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:a75fd11f03298bd433e7d54232785b683bca0477 . [2022-03-04T08:31:50.379Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:31:50.379Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:31:50.380Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43157/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T08:31:50.380Z] + bash /home/ubuntu/workspace/moby_PR-43157/check-config.sh [2022-03-04T08:31:50.380Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T08:31:50.380Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T08:31:50.380Z] [2022-03-04T08:31:50.380Z] Generally Necessary: [2022-03-04T08:31:50.380Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T08:31:50.380Z] - apparmor: enabled and tools installed [2022-03-04T08:31:50.380Z] - CONFIG_NAMESPACES: enabled [2022-03-04T08:31:50.380Z] - CONFIG_NET_NS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_PID_NS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_IPC_NS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_UTS_NS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUPS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CPUSETS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_MEMCG: enabled [2022-03-04T08:31:50.380Z] - CONFIG_KEYS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_VETH: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T08:31:50.380Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T08:31:50.380Z] [2022-03-04T08:31:50.380Z] Optional Features: [2022-03-04T08:31:50.380Z] - CONFIG_USER_NS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_SECCOMP: enabled [2022-03-04T08:31:50.380Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T08:31:50.380Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T08:31:50.380Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T08:31:50.380Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T08:31:50.380Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T08:31:50.409Z] #1 [internal] load build definition from Dockerfile [2022-03-04T08:31:50.409Z] #1 sha256:2c05dd30c085b520452707945f700446cca3886fe46a6a3a94258a04f99eeb57 [2022-03-04T08:31:50.409Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T08:31:50.409Z] #1 DONE 0.0s [2022-03-04T08:31:50.409Z] [2022-03-04T08:31:50.409Z] #2 [internal] load .dockerignore [2022-03-04T08:31:50.409Z] #2 sha256:e10b6fa723740ea57c16123eec6efc2f56ffcd7368d61025ad68ad1b348ed875 [2022-03-04T08:31:50.409Z] #2 transferring context: 87B done [2022-03-04T08:31:50.409Z] #2 DONE 0.0s [2022-03-04T08:31:50.409Z] [2022-03-04T08:31:50.409Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T08:31:50.409Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T08:31:50.409Z] #3 DONE 0.1s [2022-03-04T08:31:50.409Z] [2022-03-04T08:31:50.409Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T08:31:50.409Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T08:31:50.409Z] #4 CACHED [2022-03-04T08:31:50.636Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T08:31:50.636Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T08:31:50.636Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T08:31:50.636Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T08:31:50.636Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T08:31:50.636Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T08:31:50.636Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T08:31:50.636Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T08:31:50.636Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T08:31:50.636Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T08:31:50.636Z] - CONFIG_EXT4_FS: enabled [2022-03-04T08:31:50.636Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T08:31:50.636Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T08:31:50.636Z] - Network Drivers: [2022-03-04T08:31:50.636Z] - "overlay": [2022-03-04T08:31:50.636Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T08:31:50.636Z] Optional (for encrypted networks): [2022-03-04T08:31:50.636Z] - CONFIG_CRYPTO: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T08:31:50.636Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T08:31:50.636Z] - CONFIG_XFRM: enabled [2022-03-04T08:31:50.636Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T08:31:50.636Z] - "ipvlan": [2022-03-04T08:31:50.636Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T08:31:50.636Z] - "macvlan": [2022-03-04T08:31:50.636Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T08:31:50.636Z] - "ftp,tftp client in container": [2022-03-04T08:31:50.636Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T08:31:50.636Z] - Storage Drivers: [2022-03-04T08:31:50.636Z] - "aufs": [2022-03-04T08:31:50.636Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T08:31:50.636Z] - "btrfs": [2022-03-04T08:31:50.636Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T08:31:50.636Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T08:31:50.636Z] - "devicemapper": [2022-03-04T08:31:50.636Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T08:31:50.636Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T08:31:50.636Z] - "overlay": [2022-03-04T08:31:50.636Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T08:31:50.636Z] - "zfs": [2022-03-04T08:31:50.636Z] - /dev/zfs: present [2022-03-04T08:31:50.636Z] - zfs command: missing [2022-03-04T08:31:50.636Z] - zpool command: missing [2022-03-04T08:31:50.636Z] [2022-03-04T08:31:50.636Z] Limits: [2022-03-04T08:31:50.636Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T08:31:50.636Z] [2022-03-04T08:31:50.636Z] + true [Pipeline] } [Pipeline] // stage [2022-03-04T08:31:50.667Z] [2022-03-04T08:31:50.667Z] #5 [internal] load .dockerignore [2022-03-04T08:31:50.667Z] #5 sha256:f9c5b59f2b6441443030011729ad19672a6c4ddef4191270515052e415512c28 [2022-03-04T08:31:50.667Z] #5 DONE 0.0s [2022-03-04T08:31:50.667Z] [2022-03-04T08:31:50.667Z] #6 [internal] load build definition from Dockerfile [2022-03-04T08:31:50.667Z] #6 sha256:e650f1f949922442b3ee3adaf44859aa738ea6e5ab54fa15d0e415c471a31124 [2022-03-04T08:31:50.667Z] #6 DONE 0.0s [2022-03-04T08:31:50.667Z] [2022-03-04T08:31:50.667Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:50.667Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T08:31:50.667Z] #8 DONE 0.1s [2022-03-04T08:31:50.667Z] [2022-03-04T08:31:50.667Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T08:31:50.667Z] #10 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T08:31:50.926Z] #10 DONE 0.1s [2022-03-04T08:31:50.926Z] [2022-03-04T08:31:50.926Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:50.926Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T08:31:50.926Z] #7 DONE 0.1s [2022-03-04T08:31:50.926Z] [2022-03-04T08:31:50.926Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T08:31:50.926Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T08:31:50.926Z] #9 DONE 0.1s [2022-03-04T08:31:50.967Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a75fd11f03298bd433e7d54232785b683bca0477 . [2022-03-04T08:31:51.191Z] [2022-03-04T08:31:51.191Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:51.191Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T08:31:51.191Z] #69 DONE 0.0s [2022-03-04T08:31:51.191Z] [2022-03-04T08:31:51.191Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T08:31:51.191Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T08:31:51.191Z] #11 DONE 0.0s [2022-03-04T08:31:51.191Z] [2022-03-04T08:31:51.191Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:51.191Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T08:31:51.191Z] #67 DONE 0.0s [2022-03-04T08:31:51.191Z] [2022-03-04T08:31:51.191Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T08:31:51.191Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T08:31:51.191Z] #28 DONE 0.0s [2022-03-04T08:31:51.191Z] [2022-03-04T08:31:51.191Z] #24 [internal] load build context [2022-03-04T08:31:51.191Z] #24 sha256:8382bf558e3fc08944f79efa540979dc191871acd60b9e88b965586c020b306c [2022-03-04T08:31:51.224Z] #2 [internal] load .dockerignore [2022-03-04T08:31:51.224Z] #2 sha256:ffe578860be4111df29440ada4376dbbfd65623aa0ea3487ef02050ae975672b [2022-03-04T08:31:51.224Z] #2 transferring context: 87B done [2022-03-04T08:31:51.224Z] #2 DONE 0.0s [2022-03-04T08:31:51.224Z] [2022-03-04T08:31:51.224Z] #1 [internal] load build definition from Dockerfile [2022-03-04T08:31:51.224Z] #1 sha256:e891e09473b584f349ec11d2f2521089a782fb74fab2f33b200572a954332a98 [2022-03-04T08:31:51.224Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T08:31:51.224Z] #1 DONE 0.0s [2022-03-04T08:31:51.224Z] [2022-03-04T08:31:51.224Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T08:31:51.224Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T08:31:51.224Z] #3 DONE 0.2s [2022-03-04T08:31:51.224Z] [2022-03-04T08:31:51.224Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T08:31:51.224Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T08:31:51.224Z] #4 CACHED [2022-03-04T08:31:51.482Z] [2022-03-04T08:31:51.482Z] #6 [internal] load .dockerignore [2022-03-04T08:31:51.482Z] #6 sha256:11bb60a1fe65b01406fc1a26159f8227dd3f6a9d850ee33df7c80aeaf437e0fb [2022-03-04T08:31:51.482Z] #6 DONE 0.0s [2022-03-04T08:31:51.482Z] [2022-03-04T08:31:51.482Z] #5 [internal] load build definition from Dockerfile [2022-03-04T08:31:51.482Z] #5 sha256:c5d2d77b6b107afe10b9152301fc251cd0fcb7daad18f5ae62fba1ee3e12823b [2022-03-04T08:31:51.482Z] #5 DONE 0.0s [2022-03-04T08:31:51.482Z] [2022-03-04T08:31:51.482Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T08:31:51.482Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T08:31:51.482Z] #10 DONE 0.1s [2022-03-04T08:31:51.482Z] [2022-03-04T08:31:51.482Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:51.482Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T08:31:51.740Z] #9 DONE 0.1s [2022-03-04T08:31:51.740Z] [2022-03-04T08:31:51.740Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T08:31:51.740Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T08:31:51.740Z] #7 DONE 0.1s [2022-03-04T08:31:51.740Z] [2022-03-04T08:31:51.740Z] #8 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T08:31:51.740Z] #8 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T08:31:51.740Z] #8 DONE 0.1s [2022-03-04T08:31:51.765Z] #24 ... [2022-03-04T08:31:51.765Z] [2022-03-04T08:31:51.765Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T08:31:51.765Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T08:31:51.765Z] #45 DONE 0.4s [2022-03-04T08:31:51.765Z] [2022-03-04T08:31:51.765Z] #24 [internal] load build context [2022-03-04T08:31:51.765Z] #24 sha256:8382bf558e3fc08944f79efa540979dc191871acd60b9e88b965586c020b306c [2022-03-04T08:31:51.997Z] [2022-03-04T08:31:51.997Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:51.997Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T08:31:51.998Z] #69 DONE 0.0s [2022-03-04T08:31:51.998Z] [2022-03-04T08:31:51.998Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T08:31:51.998Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T08:31:51.998Z] #67 DONE 0.0s [2022-03-04T08:31:51.998Z] [2022-03-04T08:31:51.998Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T08:31:51.998Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T08:31:51.998Z] #11 DONE 0.0s [2022-03-04T08:31:51.998Z] [2022-03-04T08:31:51.998Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T08:31:51.998Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T08:31:51.998Z] #28 DONE 0.0s [2022-03-04T08:31:51.998Z] [2022-03-04T08:31:51.998Z] #24 [internal] load build context [2022-03-04T08:31:51.998Z] #24 sha256:ddc701e83a77458c3dcf5929b7815f8753246d84a704d9082b8ae1944e9420eb [2022-03-04T08:31:52.256Z] #24 ... [2022-03-04T08:31:52.256Z] [2022-03-04T08:31:52.256Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T08:31:52.256Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T08:31:52.256Z] #45 DONE 0.4s [2022-03-04T08:31:52.256Z] [2022-03-04T08:31:52.256Z] #24 [internal] load build context [2022-03-04T08:31:52.256Z] #24 sha256:ddc701e83a77458c3dcf5929b7815f8753246d84a704d9082b8ae1944e9420eb [2022-03-04T08:31:52.905Z] #19 83.92 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-04T08:31:52.905Z] #19 83.93 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:52.905Z] #19 83.93 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:31:52.905Z] #19 83.95 Selecting previously unselected package crossbuild-essential-armel. [2022-03-04T08:31:53.153Z] #24 transferring context: 57.18MB 1.7s done [2022-03-04T08:31:53.153Z] #24 DONE 1.8s [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T08:31:53.153Z] #54 sha256:4648aaee48083bc0cd3cbefb68ce4228db1cd9f86c1703798b816ff37db03986 [2022-03-04T08:31:53.153Z] #54 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T08:31:53.153Z] #36 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #40 sha256:c6571b614022f97cfed9e5e166c9801673c26eab65dbf423c201b246aa2cf20f [2022-03-04T08:31:53.153Z] #40 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T08:31:53.153Z] #65 sha256:3d4c2a9f4c636588ed0f3ea414a8baa3a1c405dfed92f41b9710d8b4c317c726 [2022-03-04T08:31:53.153Z] #65 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T08:31:53.153Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T08:31:53.153Z] #70 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T08:31:53.153Z] #48 sha256:616949bbd4a3c36cc3ceabfced6368d8ffae96ecf0cc10d6c68c380b66610cfb [2022-03-04T08:31:53.153Z] #48 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T08:31:53.153Z] #22 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T08:31:53.153Z] #58 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T08:31:53.153Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T08:31:53.153Z] #33 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T08:31:53.153Z] #44 sha256:95a3eacb029fdcae36bc30c69542e4328303cd8621c8d066cc049ec27e7d2838 [2022-03-04T08:31:53.153Z] #44 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:31:53.153Z] #38 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T08:31:53.153Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T08:31:53.153Z] #15 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T08:31:53.153Z] #64 sha256:e731707b75fcde52d84d637ac1e6233a3c46861b43b29f442bdef8f07bb6cbce [2022-03-04T08:31:53.153Z] #64 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T08:31:53.153Z] #72 sha256:d06ad1e009dfa3524d69102fe3292475c369e4f0ac6e788d571c01ef78683895 [2022-03-04T08:31:53.153Z] #72 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T08:31:53.153Z] #29 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T08:31:53.153Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T08:31:53.153Z] #20 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T08:31:53.153Z] #61 sha256:cbcb9180f2cc583def1d8db55fe9b26fe2c9f2aee9ba9cb0f017393a498b7cd3 [2022-03-04T08:31:53.153Z] #61 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T08:31:53.153Z] #53 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:31:53.153Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T08:31:53.153Z] #23 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T08:31:53.153Z] #30 sha256:cd866b226e4c6e50a27249d16f85c15795c13c0dae1f5096297320552b612b5d [2022-03-04T08:31:53.153Z] #30 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T08:31:53.153Z] #34 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T08:31:53.153Z] #51 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T08:31:53.153Z] #52 sha256:bc9884c03bad3e69b692902f6167da5603260429e5faae3671092108aa39db05 [2022-03-04T08:31:53.153Z] #52 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T08:31:53.153Z] #25 sha256:fd3600ff0e9fe5e189a409c63aaea8ef63aa37109506c70c6105d84b74fe27e4 [2022-03-04T08:31:53.153Z] #25 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #31 sha256:4878af1ad480f6dfdf597884bc78b56d3e5e32ec7c3021b4f99eca820e89c0c5 [2022-03-04T08:31:53.153Z] #31 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T08:31:53.153Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T08:31:53.153Z] #17 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #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-04T08:31:53.153Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T08:31:53.153Z] #16 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T08:31:53.153Z] #55 sha256:6b1a569212bb6e413c666cfed2646bf5b76a4574ee51cfd2430b23451813e17c [2022-03-04T08:31:53.153Z] #55 CACHED [2022-03-04T08:31:53.153Z] [2022-03-04T08:31:53.153Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #41 sha256:d384709defb7840f5e545254fb46041022505497c649b852729f90deb52666b8 [2022-03-04T08:31:53.154Z] #41 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T08:31:53.154Z] #46 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T08:31:53.154Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T08:31:53.154Z] #18 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #60 sha256:5597e701f81a17707bd676a08559ef1cf082e31a47cab0703dc25967e1ba1620 [2022-03-04T08:31:53.154Z] #60 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:53.154Z] #14 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T08:31:53.154Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T08:31:53.154Z] #42 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T08:31:53.154Z] #43 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #26 sha256:f32309469b0c2924feaee8c69de8562d117fb721d09019caa38c25dd702e6c54 [2022-03-04T08:31:53.154Z] #26 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #37 sha256:daee9913de2c8fb2690c4f79e532b9c07689beddd72daf24645acc28692a26c7 [2022-03-04T08:31:53.154Z] #37 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T08:31:53.154Z] #27 sha256:56a99e4c2cb1a080dda3a8392cb2dadb7d049141788773a3f9908062408b7e1e [2022-03-04T08:31:53.154Z] #27 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T08:31:53.154Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T08:31:53.154Z] #68 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T08:31:53.154Z] #39 sha256:31b34960adb17b8ed19f593b676860675d0e8905c35ad01fda5972b83ff458dc [2022-03-04T08:31:53.154Z] #39 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T08:31:53.154Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T08:31:53.154Z] #19 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #35 sha256:b132a14ce7192f3f72190cf28ec8e1d7f3c80d49818c506ef09c7d89bf9efe50 [2022-03-04T08:31:53.154Z] #35 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T08:31:53.154Z] #21 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #57 sha256:0e05752d93122a0a16161bbe66b4613c8f410df23b3577d056a417a9ee9cb5f9 [2022-03-04T08:31:53.154Z] #57 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T08:31:53.154Z] #32 sha256:df85457da4e61a6cfa2be24a4a6766886be7ae855811ab9ef286dcb6fbd2ce45 [2022-03-04T08:31:53.154Z] #32 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #71 sha256:6e4d52c8f59b9f97ba30bb54c45f7704157dfcd3701f0b82015624c21fe3a7f8 [2022-03-04T08:31:53.154Z] #71 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #56 sha256:d597b8e7f57b487b98b57d5e63a9707ea96f245c0d56b36d5122154c4258dbf3 [2022-03-04T08:31:53.154Z] #56 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T08:31:53.154Z] #49 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T08:31:53.154Z] #59 sha256:58ae58eb044535204550cd1e9335a6a3e9c9a152040400ebe53ee5dbd100b821 [2022-03-04T08:31:53.154Z] #59 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #73 sha256:6577796c22f761ba89983fad38ec0df26120915ef7152f617facb475bc77f04d [2022-03-04T08:31:53.154Z] #73 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #66 sha256:39650a31d8a9da9b53a2a29e70fa8a88cc97a8b758f7ef08df2672063f24f01c [2022-03-04T08:31:53.154Z] #66 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T08:31:53.154Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T08:31:53.154Z] #12 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T08:31:53.154Z] #62 sha256:1eb033df2a2ff0cdde898eeec60c663af0c7dfaab705e45763638376595e1362 [2022-03-04T08:31:53.154Z] #62 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T08:31:53.154Z] #13 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T08:31:53.154Z] #50 sha256:091f3cfd3b760443aaed5879bb64368e276ddc776426c2e92246503293d58a78 [2022-03-04T08:31:53.154Z] #50 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #63 sha256:5fa797823eeb508b5b00a8c69e5e11a40aac0be06a7836e9bd9fd8f2634f937c [2022-03-04T08:31:53.154Z] #63 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T08:31:53.154Z] #47 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #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-04T08:31:53.154Z] #74 sha256:ae8d0cef394111640bcb3cfffd655943c38b55a773204d42b8ce80784c2a6ff5 [2022-03-04T08:31:53.154Z] #74 CACHED [2022-03-04T08:31:53.154Z] [2022-03-04T08:31:53.154Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T08:31:53.154Z] #75 sha256:8cf7e2cd7f423e8bdbf811632e366cf29032cd7f067bf0f125f18572c8044897 [2022-03-04T08:31:53.161Z] #19 83.95 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-04T08:31:53.161Z] #19 83.96 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-04T08:31:53.161Z] #19 83.98 Selecting previously unselected package libc6-armhf-cross. [2022-03-04T08:31:53.161Z] #19 83.98 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:53.161Z] #19 83.99 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-04T08:31:53.161Z] #19 84.10 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-04T08:31:53.161Z] #19 84.10 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.161Z] #19 84.11 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.161Z] #19 84.13 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-04T08:31:53.161Z] #19 84.14 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.161Z] #19 84.14 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.161Z] #19 84.17 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-04T08:31:53.161Z] #19 84.17 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.161Z] #19 84.19 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.161Z] #19 84.22 Selecting previously unselected package libasan6-armhf-cross. [2022-03-04T08:31:53.417Z] #19 84.22 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.417Z] #19 84.22 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.635Z] #24 transferring context: 57.19MB 1.8s done [2022-03-04T08:31:53.635Z] #24 DONE 1.9s [2022-03-04T08:31:53.673Z] #19 84.44 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-04T08:31:53.673Z] #19 84.44 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.673Z] #19 84.45 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.673Z] #19 84.51 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-04T08:31:53.673Z] #19 84.51 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.673Z] #19 84.52 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.673Z] #19 84.61 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-04T08:31:53.673Z] #19 84.61 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:31:53.673Z] #19 84.61 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:31:53.673Z] #19 84.72 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-04T08:31:53.721Z] #75 DONE 0.8s [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T08:31:53.892Z] #27 sha256:675dd139c3e265fd68094c3fd31815a6513c72eaac33fcd3fccd70a2a854641a [2022-03-04T08:31:53.892Z] #27 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T08:31:53.892Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T08:31:53.892Z] #17 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #56 sha256:a56ea5c52ac4b6f87b8c340e1422664534f65239c69d8858de6d7f5ab0c14e35 [2022-03-04T08:31:53.892Z] #56 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #50 sha256:02e4d33984ffb4c92b603a5c8412d2175fbf8bc092fb259e0d64257506394e49 [2022-03-04T08:31:53.892Z] #50 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #41 sha256:8bb93ddb7cc161ce86558b999c8c203fb3411664ef93b1ce71745570fe83871b [2022-03-04T08:31:53.892Z] #41 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T08:31:53.892Z] #16 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #31 sha256:0a52039aa9b7b1c8a3151ea7af3bba06cf79259560d983f902e8f24fb87bcc9d [2022-03-04T08:31:53.892Z] #31 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #66 sha256:ead58ec14cf79b067d35c3352973260061450ba89a146200712b12d39c3c1930 [2022-03-04T08:31:53.892Z] #66 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T08:31:53.892Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T08:31:53.892Z] #20 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T08:31:53.892Z] #65 sha256:5e3ec4e447da7ee4bbc92c0964f5dda0b2bb223045979b19d78000101c124854 [2022-03-04T08:31:53.892Z] #65 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T08:31:53.892Z] #13 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T08:31:53.892Z] #14 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T08:31:53.892Z] #22 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T08:31:53.892Z] #53 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #61 sha256:702631e4ef51f722f3c03afe102c7908364493a0cada309bac62bab6a88e8338 [2022-03-04T08:31:53.892Z] #61 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T08:31:53.892Z] #59 sha256:307f845af9d61c02991028b44af038a13c9382dcd6b97dc7b368af8dea399391 [2022-03-04T08:31:53.892Z] #59 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T08:31:53.892Z] #21 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #54 sha256:ac8ab30f28b5c83c3a948a11ee00649fa54e498c32285c9d44ec462721a9616f [2022-03-04T08:31:53.892Z] #54 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T08:31:53.892Z] #30 sha256:b1347de1866e359410b166c76aff4d8209435c292323b84453c8c9246e802e15 [2022-03-04T08:31:53.892Z] #30 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T08:31:53.892Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T08:31:53.892Z] #33 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T08:31:53.892Z] #39 sha256:2934ba4fc1987b9c4475562738a54023dbfea649ee68d2621ec8f5dc8ead0079 [2022-03-04T08:31:53.892Z] #39 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T08:31:53.892Z] #34 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:31:53.892Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T08:31:53.892Z] #23 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #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-04T08:31:53.892Z] #40 sha256:e28f417513305401d1e7616014310730c4c28b828925a8d0093e06dc8a5aa858 [2022-03-04T08:31:53.892Z] #40 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.892Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T08:31:53.892Z] #57 sha256:28af3feb4f306955f5379cff2ab3573556840289f680214594197efe46392085 [2022-03-04T08:31:53.892Z] #57 CACHED [2022-03-04T08:31:53.892Z] [2022-03-04T08:31:53.893Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T08:31:53.893Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T08:31:53.893Z] #70 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T08:31:53.893Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T08:31:53.893Z] #68 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T08:31:53.893Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T08:31:53.893Z] #12 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #60 sha256:ce25b370b756ddb000c0abcdb79afdfdd4293959a5730826d5e5f7022834961d [2022-03-04T08:31:53.893Z] #60 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T08:31:53.893Z] #43 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #52 sha256:1331192cba5ffddf3dbd876cb98eec75848ae05664a66d262707bcb842db8c47 [2022-03-04T08:31:53.893Z] #52 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #48 sha256:2fa78a43398e0a22e645286effa60297fa9e8f56b042cfbb31ca0282b3849d2c [2022-03-04T08:31:53.893Z] #48 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T08:31:53.893Z] #51 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T08:31:53.893Z] #47 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T08:31:53.893Z] #64 sha256:7db6b96203f35af50e488072b7c3198b3b65fc3743c720ac5230d6f0549bcd6e [2022-03-04T08:31:53.893Z] #64 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T08:31:53.893Z] #38 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T08:31:53.893Z] #32 sha256:053eaf25162a31837250959197a69a1cf2fbfdc5fcffe8f5a4bbcc46dfa7ef4a [2022-03-04T08:31:53.893Z] #32 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #44 sha256:b9119ad5983c7de6a9f58614f6c8e7b01192413bbac128a271e8b18f0668a257 [2022-03-04T08:31:53.893Z] #44 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T08:31:53.893Z] #62 sha256:0084e1b9af3b545c89abee91a3412aff7830732fa61a1978a6d5f32d4b76bd62 [2022-03-04T08:31:53.893Z] #62 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T08:31:53.893Z] #36 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #26 sha256:81f4f8bae4291fa277aec4f531d03a7a81e042c636777cd0e8c5cece3a30b4ce [2022-03-04T08:31:53.893Z] #26 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T08:31:53.893Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T08:31:53.893Z] #15 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T08:31:53.893Z] #46 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T08:31:53.893Z] #25 sha256:c9de8ba653513736f1063c48dc87189cc9b45193a02679293b4dc1494acbdd13 [2022-03-04T08:31:53.893Z] #25 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T08:31:53.893Z] #49 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T08:31:53.893Z] #58 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T08:31:53.893Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T08:31:53.893Z] #18 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #35 sha256:df6b7bfdf5f40f6355ec15483cba0af57103ea5f0ab7938eede43185b60ef6d1 [2022-03-04T08:31:53.893Z] #35 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #63 sha256:67a2fd2180b4666ea92df2000141abb25f5be032ae6f084840c5bc934d1fe88d [2022-03-04T08:31:53.893Z] #63 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T08:31:53.893Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T08:31:53.893Z] #19 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T08:31:53.893Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T08:31:53.893Z] #42 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T08:31:53.893Z] #55 sha256:c700ea7ba059bbb884537317c28e839adee1a3e67436e6bde55da28637abba5d [2022-03-04T08:31:53.893Z] #55 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #37 sha256:6fb9a0d3bb0c04ccc0bc323ffb2f34533ea7b0a76399dfe1d8b01686784aebc0 [2022-03-04T08:31:53.893Z] #37 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #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-04T08:31:53.893Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T08:31:53.893Z] #29 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T08:31:53.893Z] #71 sha256:0267ddca714ec0995aa78b0c210402c6db657eeb233681aaf59bbc5cf5da18fe [2022-03-04T08:31:53.893Z] #71 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T08:31:53.893Z] #72 sha256:864518a1eac606b3d63b37d837ae049a021f193ad27350fdb204b5263f54f547 [2022-03-04T08:31:53.893Z] #72 CACHED [2022-03-04T08:31:53.893Z] [2022-03-04T08:31:53.893Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T08:31:53.893Z] #73 sha256:59180d4063780bcd71e5da7cfb6532fb92cead4c12cf69f36f106e2928306e9e [2022-03-04T08:31:53.929Z] #19 84.72 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:31:53.929Z] #19 84.73 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:31:53.979Z] [2022-03-04T08:31:53.979Z] #76 exporting to image [2022-03-04T08:31:53.979Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T08:31:53.979Z] #76 exporting layers [2022-03-04T08:31:54.824Z] #73 DONE 0.8s [2022-03-04T08:31:54.824Z] [2022-03-04T08:31:54.824Z] #74 exporting to image [2022-03-04T08:31:54.824Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T08:31:54.824Z] #74 exporting layers [2022-03-04T08:31:54.913Z] #76 exporting layers 1.0s done [2022-03-04T08:31:54.913Z] #76 writing image sha256:294f358f40cf4954265e12425b8d7ea34d03496e3166f68161955b46afc67485 [2022-03-04T08:31:54.913Z] #76 writing image sha256:294f358f40cf4954265e12425b8d7ea34d03496e3166f68161955b46afc67485 done [2022-03-04T08:31:54.913Z] #76 naming to docker.io/library/docker:a75fd11f03298bd433e7d54232785b683bca0477 done [2022-03-04T08:31:54.913Z] #76 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T08:31:55.263Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -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:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh dynbinary test-integration [2022-03-04T08:31:55.521Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-04T08:31:55.521Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-04T08:31:55.521Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-04T08:31:55.521Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-04T08:31:55.521Z] 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-04T08:31:55.521Z] Detected virtualization docker. [2022-03-04T08:31:55.521Z] Detected architecture x86-64. [2022-03-04T08:31:55.521Z] Set hostname to . [2022-03-04T08:31:55.753Z] #74 exporting layers 0.9s done [2022-03-04T08:31:55.753Z] #74 writing image sha256:0b7291a23e4aa8d827434c9d4271c0d5aa52222f766ffaf4a6b72a2d85c6591f done [2022-03-04T08:31:55.753Z] #74 naming to docker.io/library/docker:a75fd11f03298bd433e7d54232785b683bca0477 done [2022-03-04T08:31:55.753Z] #74 DONE 1.0s [Pipeline] } [Pipeline] // stage [2022-03-04T08:31:55.780Z] modprobe@configfs.service: Succeeded. [2022-03-04T08:31:55.780Z] modprobe@drm.service: Succeeded. [2022-03-04T08:31:55.780Z] modprobe@fuse.service: Succeeded. [2022-03-04T08:31:55.780Z] + source /etc/docker-entrypoint-cmd [2022-03-04T08:31:55.780Z] ++ hack/make.sh dynbinary test-integration [2022-03-04T08:31:55.780Z] [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T08:31:56.039Z] Removing bundles/ [2022-03-04T08:31:56.039Z] [2022-03-04T08:31:56.039Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T08:31:56.039Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:31:56.039Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:31:56.089Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -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:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh dynbinary test-integration [2022-03-04T08:31:56.344Z] [2022-03-04T08:31:56.496Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-04T08:31:56.496Z] [2022-03-04T08:31:56.496Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-04T08:31:56.496Z] Installing docker-proxy to /usr/local/bin/ [2022-03-04T08:31:56.496Z] [2022-03-04T08:31:56.496Z] + mkdir -p bundles [2022-03-04T08:31:56.496Z] + '[' -n 'github.com/docker/docker/api [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/backend [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/container [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/events [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/filters [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/image [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/mount [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/network [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/registry [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/time [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/versions [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:31:56.496Z] github.com/docker/docker/api/types/volume [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:31:56.496Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:31:56.496Z] github.com/docker/docker/cli [2022-03-04T08:31:56.496Z] github.com/docker/docker/cli/config [2022-03-04T08:31:56.496Z] github.com/docker/docker/cli/debug [2022-03-04T08:31:56.496Z] github.com/docker/docker/client [2022-03-04T08:31:56.496Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:31:56.496Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:31:56.496Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:31:56.496Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:31:56.496Z] github.com/docker/docker/container [2022-03-04T08:31:56.496Z] github.com/docker/docker/container/stream [2022-03-04T08:31:56.496Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:31:56.496Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:31:56.496Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/config [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/events [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/exec [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/images [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/links [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/names [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/network [2022-03-04T08:31:56.496Z] github.com/docker/docker/daemon/stats [2022-03-04T08:31:56.496Z] github.com/docker/docker/distribution [2022-03-04T08:31:56.496Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:31:56.496Z] github.com/docker/docker/distribution/utils [2022-03-04T08:31:56.496Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:31:56.496Z] github.com/docker/docker/dockerversion [2022-03-04T08:31:56.496Z] github.com/docker/docker/errdefs [2022-03-04T08:31:56.496Z] github.com/docker/docker/image [2022-03-04T08:31:56.496Z] github.com/docker/docker/image/cache [2022-03-04T08:31:56.496Z] github.com/docker/docker/image/tarexport [2022-03-04T08:31:56.496Z] github.com/docker/docker/image/v1 [2022-03-04T08:31:56.496Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:31:56.496Z] github.com/docker/docker/layer [2022-03-04T08:31:56.497Z] github.com/docker/docker/libcontainerd [2022-03-04T08:31:56.497Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:31:56.497Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:31:56.497Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:31:56.497Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:31:56.497Z] github.com/docker/docker/oci [2022-03-04T08:31:56.497Z] github.com/docker/docker/oci/caps [2022-03-04T08:31:56.497Z] github.com/docker/docker/opts [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/archive [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/directory [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/locker [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/mount [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/platform [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/pools [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/progress [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/signal [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/stack [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/system [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/term [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:31:56.497Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:31:56.497Z] github.com/docker/docker/plugin [2022-03-04T08:31:56.497Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:31:56.497Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:31:56.497Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:31:56.497Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:31:56.497Z] github.com/docker/docker/quota [2022-03-04T08:31:56.497Z] github.com/docker/docker/reference [2022-03-04T08:31:56.497Z] github.com/docker/docker/registry [2022-03-04T08:31:56.497Z] github.com/docker/docker/registry/resumable [2022-03-04T08:31:56.497Z] github.com/docker/docker/restartmanager [2022-03-04T08:31:56.497Z] github.com/docker/docker/rootless [2022-03-04T08:31:56.497Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:31:56.497Z] github.com/docker/docker/runconfig [2022-03-04T08:31:56.497Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/environment [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/registry [2022-03-04T08:31:56.497Z] github.com/docker/docker/testutil/request [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/drivers [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/local [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/mounts [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/service [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:31:56.497Z] github.com/docker/docker/volume/testutils' ']' [2022-03-04T08:31:56.497Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-04T08:31:56.497Z] ? github.com/docker/docker/api [no test files] [2022-03-04T08:31:56.514Z] #23 ... [2022-03-04T08:31:56.514Z] [2022-03-04T08:31:56.514Z] #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-04T08:31:56.514Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:31:56.514Z] #60 63.57 + bin/containerd [2022-03-04T08:31:56.602Z] Removing bundles/ [2022-03-04T08:31:56.602Z] [2022-03-04T08:31:56.602Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T08:31:56.602Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:31:56.602Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:31:59.179Z] #19 89.46 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-04T08:31:59.179Z] #19 89.46 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:31:59.179Z] #19 89.48 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:31:59.179Z] #19 89.57 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-04T08:31:59.179Z] #19 89.58 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-04T08:31:59.180Z] #19 89.60 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-04T08:31:59.180Z] #19 90.10 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-04T08:31:59.104Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:59.151Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:31:59.209Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:31:59.336Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:59.432Z] Fetching without tags [2022-03-04T08:31:59.435Z] #19 90.10 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-04T08:31:59.435Z] #19 90.16 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-04T08:31:59.805Z] #60 ... [2022-03-04T08:31:59.805Z] [2022-03-04T08:31:59.805Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:31:59.805Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T08:31:59.805Z] #23 6.855 Collecting yamllint==1.26.1 [2022-03-04T08:31:59.805Z] #23 7.917 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-04T08:31:59.805Z] #23 8.384 Collecting pathspec>=0.5.3 [2022-03-04T08:31:59.805Z] #23 8.393 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-04T08:31:59.805Z] #23 8.539 Collecting pyyaml [2022-03-04T08:31:59.805Z] #23 8.546 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-04T08:31:59.805Z] #23 8.575 Building wheels for collected packages: yamllint [2022-03-04T08:31:59.805Z] #23 8.576 Building wheel for yamllint (setup.py): started [2022-03-04T08:31:59.805Z] #23 8.927 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-04T08:31:59.805Z] #23 8.929 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=908b43055f386395ed15e6f6765c6a3f4a527df7a83a1dead7c01d3eead7f2a3 [2022-03-04T08:31:59.805Z] #23 8.929 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-04T08:31:59.805Z] #23 8.932 Successfully built yamllint [2022-03-04T08:31:59.805Z] #23 8.942 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-04T08:31:59.805Z] #23 9.105 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-04T08:31:59.805Z] #23 DONE 9.4s [2022-03-04T08:31:59.805Z] [2022-03-04T08:31:59.805Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T08:31:59.805Z] #27 sha256:0671c8ad636f0f91b36ffe42c3ae94d85261fb2a21ad9b775d37de9cd7855d2a [2022-03-04T08:31:59.805Z] #27 DONE 0.2s [2022-03-04T08:31:59.805Z] [2022-03-04T08:31:59.805Z] #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-04T08:31:59.805Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:32:00.000Z] #19 90.71 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-04T08:32:00.000Z] #19 90.71 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:00.000Z] #19 90.78 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:00.066Z] #60 ... [2022-03-04T08:32:00.066Z] [2022-03-04T08:32:00.066Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T08:32:00.066Z] #32 sha256:157775138861a0ae5e8ba6f6081d72e57e0b4eef922590f178ccebd8d8cae361 [2022-03-04T08:32:00.066Z] #32 DONE 0.4s [2022-03-04T08:32:00.066Z] [2022-03-04T08:32:00.066Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T08:32:00.066Z] #35 sha256:06e197ea6c23f0e30c59b8b5d7aebf63ad6af377e5db0abb13ae12b376a816f3 [2022-03-04T08:32:00.066Z] #35 DONE 0.2s [2022-03-04T08:32:00.066Z] [2022-03-04T08:32:00.066Z] #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-04T08:32:00.066Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:32:00.227Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:00.231Z] Fetching without tags [2022-03-04T08:32:00.257Z] #19 91.03 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-04T08:32:00.257Z] #19 91.03 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:32:00.257Z] #19 91.03 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:32:00.327Z] #60 ... [2022-03-04T08:32:00.328Z] [2022-03-04T08:32:00.328Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T08:32:00.328Z] #37 sha256:dff149b1d3857b0b77bb963322187c30605beec1241a5e7588ade1236e9b0b52 [2022-03-04T08:32:00.328Z] #37 DONE 0.1s [2022-03-04T08:32:00.328Z] [2022-03-04T08:32:00.328Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T08:32:00.328Z] #41 sha256:e9435ced33c5abb31fe7f666668d44ff3ff36197bbc38489a106c555db3b1958 [2022-03-04T08:32:00.328Z] #41 DONE 0.1s [2022-03-04T08:32:00.328Z] [2022-03-04T08:32:00.328Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T08:32:00.328Z] #44 sha256:1bee27fcfa625848265c468b77f5035a7b2884bb17b0e3c9d55f3aeee2da5c14 [2022-03-04T08:31:59.921Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:31:59.971Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:32:00.023Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:32:00.146Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:32:00.269Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:32:00.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:32:00.271Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:32:00.588Z] #44 DONE 0.2s [2022-03-04T08:32:00.588Z] [2022-03-04T08:32:00.588Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T08:32:00.588Z] #48 sha256:ae467245fcebf2314805c732a7664147c666918b35cfd12bb3fb716377bf8bcc [2022-03-04T08:32:00.588Z] #48 DONE 0.1s [2022-03-04T08:32:00.588Z] [2022-03-04T08:32:00.588Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T08:32:00.588Z] #50 sha256:c8ec63275e144d215369760ad1f21e29c7fff15ed9bf4c3d6218e87980b8c481 [2022-03-04T08:32:00.588Z] #50 DONE 0.1s [2022-03-04T08:32:00.588Z] [2022-03-04T08:32:00.588Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T08:32:00.588Z] #52 sha256:ecc16799ba17ef734243b2ca4af05297a189ae3817e42f0c359d8a24f693a80e [2022-03-04T08:32:00.848Z] #52 DONE 0.3s [2022-03-04T08:32:00.848Z] [2022-03-04T08:32:00.848Z] #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-04T08:32:00.848Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:32:01.023Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:01.109Z] #60 ... [2022-03-04T08:32:01.109Z] [2022-03-04T08:32:01.109Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T08:32:01.109Z] #54 sha256:83846196b0c1d4daaf87c132436e5e21fd83ea032db76a641e11a92c39878008 [2022-03-04T08:32:01.109Z] #54 DONE 0.1s [2022-03-04T08:32:01.109Z] [2022-03-04T08:32:01.109Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T08:32:01.109Z] #57 sha256:ed375075e40a4e4fc998c80cbc37d53a2ff3bad08fb116928f054c4be8d99917 [2022-03-04T08:32:01.109Z] #57 DONE 0.1s [2022-03-04T08:32:01.109Z] [2022-03-04T08:32:01.109Z] #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-04T08:32:01.109Z] #60 sha256:e445c1a606fa14d0938886578694a50a261668e1eb26b7ca22fa17dc40672eb6 [2022-03-04T08:31:59.468Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:31:59.469Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:31:59.471Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:32:00.264Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:00.321Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:32:01.059Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:01.110Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:32:04.339Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:04.339Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:32:04.433Z] #19 95.45 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-04T08:32:04.433Z] #19 95.45 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:32:04.433Z] #19 95.45 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:32:04.433Z] #19 95.48 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-04T08:32:04.433Z] #19 95.48 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-04T08:32:04.598Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:04.598Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:32:04.255Z] > git remote # timeout=10 [2022-03-04T08:32:04.314Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:32:04.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:32:04.371Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:32:04.504Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T08:32:04.690Z] #19 95.48 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-04T08:32:04.690Z] #19 95.51 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-04T08:32:04.690Z] #19 95.51 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-04T08:32:04.690Z] #19 95.51 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-04T08:32:04.690Z] #19 95.66 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-04T08:32:04.690Z] #19 95.66 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:04.690Z] #19 95.67 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:04.690Z] #19 95.70 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-04T08:32:04.690Z] #19 95.70 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:04.690Z] #19 95.70 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:04.690Z] #19 95.74 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-04T08:32:04.690Z] #19 95.74 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:04.940Z] Commit message: "move MediaTypeWriter to streamformatter package" [2022-03-04T08:32:04.947Z] #19 95.74 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:04.947Z] #19 95.77 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-04T08:32:04.947Z] #19 95.77 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:04.947Z] #19 95.78 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:04.947Z] #19 95.80 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-04T08:32:04.947Z] #19 95.80 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:04.947Z] #19 95.81 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.204Z] #19 96.04 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-04T08:32:05.204Z] #19 96.04 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.204Z] #19 96.04 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.204Z] #19 96.15 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-04T08:32:05.257Z] Commit message: "move MediaTypeWriter to streamformatter package" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-04T08:32:03.975Z] > git remote # timeout=10 [2022-03-04T08:32:04.047Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:32:04.105Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:32:04.108Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:32:04.245Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T08:32:04.376Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:04.433Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [Pipeline] sh [2022-03-04T08:32:05.460Z] #19 96.15 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.460Z] #19 96.16 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.460Z] #19 96.38 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-04T08:32:05.460Z] #19 96.38 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.460Z] #19 96.38 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.716Z] #19 96.46 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-04T08:32:05.716Z] #19 96.46 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.716Z] #19 96.46 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.716Z] #19 96.57 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-04T08:32:05.716Z] #19 96.57 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.716Z] #19 96.57 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:05.716Z] #19 96.61 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-04T08:32:05.716Z] #19 96.61 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:05.716Z] #19 96.61 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:32:05.972Z] #19 96.78 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-04T08:32:05.972Z] #19 96.78 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:32:05.972Z] #19 96.79 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:06.246Z] + docker version [2022-03-04T08:32:06.246Z] Client: [2022-03-04T08:32:06.246Z] Version: 20.10.9 [2022-03-04T08:32:06.246Z] API version: 1.41 [2022-03-04T08:32:06.246Z] Go version: go1.16.8 [2022-03-04T08:32:06.246Z] Git commit: c2ea9bc [2022-03-04T08:32:06.246Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:06.246Z] OS/Arch: windows/amd64 [2022-03-04T08:32:06.246Z] Context: default [2022-03-04T08:32:06.246Z] Experimental: true [2022-03-04T08:32:06.246Z] [2022-03-04T08:32:06.246Z] Server: Docker Engine - Community [2022-03-04T08:32:06.246Z] Engine: [2022-03-04T08:32:06.246Z] Version: 20.10.9 [2022-03-04T08:32:06.246Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:06.246Z] Go version: go1.16.8 [2022-03-04T08:32:06.246Z] Git commit: 79ea9d3 [2022-03-04T08:32:06.246Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:06.246Z] OS/Arch: windows/amd64 [2022-03-04T08:32:06.246Z] Experimental: true [Pipeline] sh [2022-03-04T08:32:04.636Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:04.690Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:32:06.831Z] + docker version [2022-03-04T08:32:06.831Z] Client: [2022-03-04T08:32:06.831Z] Version: 20.10.9 [2022-03-04T08:32:06.831Z] API version: 1.41 [2022-03-04T08:32:06.831Z] Go version: go1.16.8 [2022-03-04T08:32:06.831Z] Git commit: c2ea9bc [2022-03-04T08:32:06.831Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:06.831Z] OS/Arch: windows/amd64 [2022-03-04T08:32:06.831Z] Context: default [2022-03-04T08:32:06.831Z] Experimental: true [2022-03-04T08:32:06.831Z] [2022-03-04T08:32:06.831Z] Server: Docker Engine - Community [2022-03-04T08:32:06.831Z] Engine: [2022-03-04T08:32:06.831Z] Version: 20.10.9 [2022-03-04T08:32:06.831Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:06.831Z] Go version: go1.16.8 [2022-03-04T08:32:06.831Z] Git commit: 79ea9d3 [2022-03-04T08:32:06.831Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:06.831Z] OS/Arch: windows/amd64 [2022-03-04T08:32:06.831Z] Experimental: true [Pipeline] sh [2022-03-04T08:32:07.307Z] + docker info [2022-03-04T08:32:07.307Z] Client: [2022-03-04T08:32:07.307Z] Context: default [2022-03-04T08:32:07.307Z] Debug Mode: false [2022-03-04T08:32:07.307Z] [2022-03-04T08:32:07.307Z] Server: [2022-03-04T08:32:07.307Z] Containers: 1 [2022-03-04T08:32:07.307Z] Running: 0 [2022-03-04T08:32:07.307Z] Paused: 0 [2022-03-04T08:32:07.307Z] Stopped: 1 [2022-03-04T08:32:07.307Z] Images: 11 [2022-03-04T08:32:07.307Z] Server Version: 20.10.9 [2022-03-04T08:32:07.307Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:07.307Z] Windows: [2022-03-04T08:32:07.307Z] LCOW: [2022-03-04T08:32:07.307Z] Logging Driver: json-file [2022-03-04T08:32:07.307Z] Plugins: [2022-03-04T08:32:07.307Z] Volume: local [2022-03-04T08:32:07.307Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:07.307Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:07.307Z] Swarm: inactive [2022-03-04T08:32:07.307Z] Default Isolation: process [2022-03-04T08:32:07.307Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:32:07.307Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:32:07.307Z] OSType: windows [2022-03-04T08:32:07.307Z] Architecture: x86_64 [2022-03-04T08:32:07.307Z] CPUs: 4 [2022-03-04T08:32:07.307Z] Total Memory: 32GiB [2022-03-04T08:32:07.307Z] Name: azwin-2-1919f0 [2022-03-04T08:32:07.307Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T08:32:07.307Z] Docker Root Dir: D:\docker [2022-03-04T08:32:07.307Z] Debug Mode: false [2022-03-04T08:32:07.307Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:07.307Z] Labels: [2022-03-04T08:32:07.307Z] Experimental: true [2022-03-04T08:32:07.307Z] Insecure Registries: [2022-03-04T08:32:07.307Z] 10.0.0.4:5000 [2022-03-04T08:32:07.307Z] 127.0.0.0/8 [2022-03-04T08:32:07.307Z] Registry Mirrors: [2022-03-04T08:32:07.307Z] http://10.0.0.4:5000/ [2022-03-04T08:32:07.307Z] Live Restore Enabled: false [2022-03-04T08:32:07.307Z] Product License: Community Engine [2022-03-04T08:32:07.307Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T08:32:07.892Z] + docker info [2022-03-04T08:32:07.892Z] Client: [2022-03-04T08:32:07.892Z] Context: default [2022-03-04T08:32:07.892Z] Debug Mode: false [2022-03-04T08:32:07.892Z] [2022-03-04T08:32:07.892Z] Server: [2022-03-04T08:32:07.892Z] Containers: 1 [2022-03-04T08:32:07.892Z] Running: 0 [2022-03-04T08:32:07.892Z] Paused: 0 [2022-03-04T08:32:07.892Z] Stopped: 1 [2022-03-04T08:32:07.892Z] Images: 11 [2022-03-04T08:32:07.892Z] Server Version: 20.10.9 [2022-03-04T08:32:07.892Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:07.892Z] Windows: [2022-03-04T08:32:07.892Z] LCOW: [2022-03-04T08:32:07.892Z] Logging Driver: json-file [2022-03-04T08:32:07.892Z] Plugins: [2022-03-04T08:32:07.892Z] Volume: local [2022-03-04T08:32:07.892Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:07.892Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:07.892Z] Swarm: inactive [2022-03-04T08:32:07.892Z] Default Isolation: process [2022-03-04T08:32:07.892Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:32:07.892Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:32:07.892Z] OSType: windows [2022-03-04T08:32:07.892Z] Architecture: x86_64 [2022-03-04T08:32:07.892Z] CPUs: 4 [2022-03-04T08:32:07.892Z] Total Memory: 32GiB [2022-03-04T08:32:07.892Z] Name: azwin-2-1919f1 [2022-03-04T08:32:07.892Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T08:32:07.892Z] Docker Root Dir: D:\docker [2022-03-04T08:32:07.892Z] Debug Mode: false [2022-03-04T08:32:07.892Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:07.892Z] Labels: [2022-03-04T08:32:07.892Z] Experimental: true [2022-03-04T08:32:07.892Z] Insecure Registries: [2022-03-04T08:32:07.892Z] 10.0.0.4:5000 [2022-03-04T08:32:07.892Z] 127.0.0.0/8 [2022-03-04T08:32:07.892Z] Registry Mirrors: [2022-03-04T08:32:07.892Z] http://10.0.0.4:5000/ [2022-03-04T08:32:07.892Z] Live Restore Enabled: false [2022-03-04T08:32:07.892Z] Product License: Community Engine [2022-03-04T08:32:07.892Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T08:32:08.733Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-04T08:32:11.219Z] #19 101.3 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-04T08:32:11.219Z] #19 101.3 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:32:11.219Z] #19 101.3 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:11.219Z] #19 101.3 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-04T08:32:11.219Z] #19 101.3 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-04T08:32:11.219Z] #19 101.3 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-04T08:32:11.219Z] #19 101.5 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-04T08:32:11.219Z] #19 101.5 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-04T08:32:11.219Z] #19 101.5 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-04T08:32:11.219Z] #19 101.8 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-04T08:32:11.219Z] #19 101.8 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:11.219Z] #19 101.8 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:11.219Z] #19 102.0 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-04T08:32:11.219Z] #19 102.0 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:32:11.219Z] #19 102.0 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:11.433Z] Fetching without tags [2022-03-04T08:32:12.337Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:10.992Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:32:11.074Z] > git config --add remote.origin.fetch +refs/pull/43157/head:refs/remotes/origin/PR-43157 # timeout=10 [2022-03-04T08:32:11.155Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:32:11.315Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T08:32:11.471Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T08:32:11.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:32:11.473Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43157/head:refs/remotes/origin/PR-43157 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T08:32:12.374Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:12.451Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:32:15.392Z] #19 106.4 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-04T08:32:15.648Z] #19 106.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:32:15.648Z] #19 106.4 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:15.648Z] #19 106.4 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-04T08:32:15.648Z] #19 106.4 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-04T08:32:15.648Z] #19 106.4 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-04T08:32:15.648Z] #19 106.4 Selecting previously unselected package libc6-s390x-cross. [2022-03-04T08:32:15.648Z] #19 106.4 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-04T08:32:15.648Z] #19 106.4 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-04T08:32:15.648Z] #19 106.6 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-04T08:32:15.648Z] #19 106.6 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:15.648Z] #19 106.6 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:15.648Z] #19 106.6 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-04T08:32:15.648Z] #19 106.6 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:15.648Z] #19 106.6 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:15.648Z] #19 106.6 Selecting previously unselected package libitm1-s390x-cross. [2022-03-04T08:32:15.905Z] #19 106.6 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:15.905Z] #19 106.6 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:15.905Z] #19 106.7 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-04T08:32:15.905Z] #19 106.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:15.905Z] #19 106.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:15.905Z] #19 106.7 Selecting previously unselected package libasan6-s390x-cross. [2022-03-04T08:32:15.905Z] #19 106.7 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:15.905Z] #19 106.7 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:15.905Z] #19 106.9 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-04T08:32:16.161Z] #19 106.9 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:16.161Z] #19 106.9 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:16.161Z] #19 107.0 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-04T08:32:16.161Z] #19 107.0 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:16.161Z] #19 107.0 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:16.161Z] #19 107.1 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-04T08:32:16.161Z] #19 107.1 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:16.161Z] #19 107.1 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:16.161Z] #19 107.2 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-04T08:32:16.161Z] #19 107.2 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:32:16.418Z] #19 107.2 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:16.767Z] Merge succeeded, producing a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:16.767Z] Checking out Revision a75fd11f03298bd433e7d54232785b683bca0477 (PR-43157) [2022-03-04T08:32:17.230Z] Commit message: "move MediaTypeWriter to streamformatter package" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T08:32:16.337Z] > git remote # timeout=10 [2022-03-04T08:32:16.411Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T08:32:16.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T08:32:16.495Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T08:32:16.653Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T08:32:16.804Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T08:32:16.880Z] > git checkout -f a75fd11f03298bd433e7d54232785b683bca0477 # timeout=10 [2022-03-04T08:32:18.577Z] + docker version [2022-03-04T08:32:18.577Z] Client: [2022-03-04T08:32:18.577Z] Version: 20.10.9 [2022-03-04T08:32:18.577Z] API version: 1.41 [2022-03-04T08:32:18.577Z] Go version: go1.16.8 [2022-03-04T08:32:18.577Z] Git commit: c2ea9bc [2022-03-04T08:32:18.577Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:18.577Z] OS/Arch: windows/amd64 [2022-03-04T08:32:18.577Z] Context: default [2022-03-04T08:32:18.577Z] Experimental: true [2022-03-04T08:32:18.577Z] [2022-03-04T08:32:18.577Z] Server: Docker Engine - Community [2022-03-04T08:32:18.577Z] Engine: [2022-03-04T08:32:18.577Z] Version: 20.10.9 [2022-03-04T08:32:18.577Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:18.577Z] Go version: go1.16.8 [2022-03-04T08:32:18.577Z] Git commit: 79ea9d3 [2022-03-04T08:32:18.577Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:18.577Z] OS/Arch: windows/amd64 [2022-03-04T08:32:18.577Z] Experimental: true [Pipeline] sh [2022-03-04T08:32:19.644Z] + docker info [2022-03-04T08:32:20.114Z] Client: [2022-03-04T08:32:20.114Z] Context: default [2022-03-04T08:32:20.114Z] Debug Mode: false [2022-03-04T08:32:20.114Z] Plugins: [2022-03-04T08:32:20.114Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-04T08:32:20.114Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-04T08:32:20.114Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-04T08:32:20.114Z] [2022-03-04T08:32:20.114Z] Server: [2022-03-04T08:32:20.114Z] Containers: 1 [2022-03-04T08:32:20.114Z] Running: 0 [2022-03-04T08:32:20.114Z] Paused: 0 [2022-03-04T08:32:20.114Z] Stopped: 1 [2022-03-04T08:32:20.114Z] Images: 11 [2022-03-04T08:32:20.114Z] Server Version: 20.10.9 [2022-03-04T08:32:20.114Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:20.114Z] Windows: [2022-03-04T08:32:20.114Z] LCOW: [2022-03-04T08:32:20.114Z] Logging Driver: json-file [2022-03-04T08:32:20.114Z] Plugins: [2022-03-04T08:32:20.114Z] Volume: local [2022-03-04T08:32:20.114Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:20.114Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:20.114Z] Swarm: inactive [2022-03-04T08:32:20.114Z] Default Isolation: process [2022-03-04T08:32:20.114Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T08:32:20.114Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T08:32:20.114Z] OSType: windows [2022-03-04T08:32:20.114Z] Architecture: x86_64 [2022-03-04T08:32:20.114Z] CPUs: 4 [2022-03-04T08:32:20.114Z] Total Memory: 32GiB [2022-03-04T08:32:20.114Z] Name: azwin-2-f35d10 [2022-03-04T08:32:20.114Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-04T08:32:20.114Z] Docker Root Dir: D:\docker [2022-03-04T08:32:20.114Z] Debug Mode: false [2022-03-04T08:32:20.114Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:20.114Z] Labels: [2022-03-04T08:32:20.114Z] Experimental: true [2022-03-04T08:32:20.114Z] Insecure Registries: [2022-03-04T08:32:20.114Z] 10.0.0.4:5000 [2022-03-04T08:32:20.114Z] 127.0.0.0/8 [2022-03-04T08:32:20.114Z] Registry Mirrors: [2022-03-04T08:32:20.114Z] http://10.0.0.4:5000/ [2022-03-04T08:32:20.114Z] Live Restore Enabled: false [2022-03-04T08:32:20.114Z] Product License: Community Engine [2022-03-04T08:32:20.114Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T08:32:20.526Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T08:32:20.526Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e1a47fb7\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T08:32:20.526Z] ---------------------------------------------------------------------------- [2022-03-04T08:32:20.526Z] [2022-03-04T08:32:20.526Z] INFO: executeCI.ps1 starting at Fri Mar 4 08:32:18 CUT 2022 [2022-03-04T08:32:20.526Z] [2022-03-04T08:32:20.526Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T08:32:20.526Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T08:32:20.526Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-04T08:32:20.526Z] INFO: Environment variables: [2022-03-04T08:32:20.526Z] [2022-03-04T08:32:20.526Z] Name Value [2022-03-04T08:32:20.526Z] ---- ----- [2022-03-04T08:32:20.526Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T08:32:20.526Z] amd64 true [2022-03-04T08:32:20.526Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T08:32:20.526Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T08:32:20.526Z] arm64 true [2022-03-04T08:32:20.526Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T08:32:20.526Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T08:32:20.526Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T08:32:20.526Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T08:32:20.526Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T08:32:20.526Z] BRANCH_NAME PR-43157 [2022-03-04T08:32:20.526Z] BUILD_DISPLAY_NAME #15 [2022-03-04T08:32:20.526Z] BUILD_ID 15 [2022-03-04T08:32:20.526Z] BUILD_NUMBER 15 [2022-03-04T08:32:20.526Z] BUILD_TAG jenkins-moby-PR-43157-15 [2022-03-04T08:32:20.526Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/ [2022-03-04T08:32:20.526Z] cgroup2 true [2022-03-04T08:32:20.526Z] CHANGE_AUTHOR ndeloof [2022-03-04T08:32:20.526Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T08:32:20.526Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T08:32:20.526Z] CHANGE_BRANCH json-seq [2022-03-04T08:32:20.526Z] CHANGE_FORK ndeloof/docker [2022-03-04T08:32:20.526Z] CHANGE_ID 43157 [2022-03-04T08:32:20.526Z] CHANGE_TARGET master [2022-03-04T08:32:20.526Z] CHANGE_TITLE postImagesCreate does actually produce JSON sequence (rfc7464). [2022-03-04T08:32:20.526Z] CHANGE_URL https://github.com/moby/moby/pull/43157 [2022-03-04T08:32:20.526Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:32:20.526Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T08:32:20.526Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T08:32:20.526Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T08:32:20.526Z] COMPUTERNAME azwin-2-1919f0 [2022-03-04T08:32:20.526Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T08:32:20.526Z] ConfigSequenceNumber 0 [2022-03-04T08:32:20.527Z] dco true [2022-03-04T08:32:20.527Z] DOCKER_BUILDKIT 0 [2022-03-04T08:32:20.527Z] DOCKER_DUT_DEBUG 1 [2022-03-04T08:32:20.527Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T08:32:20.527Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T08:32:20.527Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T08:32:20.527Z] EXECUTOR_NUMBER 0 [2022-03-04T08:32:20.527Z] FQDN azwin-2-1919f0.westus.cloudapp.azure.com [2022-03-04T08:32:20.527Z] GIT_BRANCH PR-43157 [2022-03-04T08:32:20.527Z] GIT_COMMIT a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:20.527Z] GIT_PREVIOUS_COMMIT e0787fb9eead832721f385fc3765e39f1683d2a7 [2022-03-04T08:32:20.527Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 2ea440344ccbb660980a067d5d8ce9abf7ccef7a [2022-03-04T08:32:20.527Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T08:32:20.527Z] HUDSON_COOKIE 4eba44c2-9f8e-4793-b854-ea72ce1349bb [2022-03-04T08:32:20.527Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:20.527Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T08:32:20.527Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:20.527Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T08:32:20.527Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:20.527Z] JENKINS_NODE_COOKIE 5f6c7913-637f-442a-88bb-5e29619d7818 [2022-03-04T08:32:20.527Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T08:32:20.527Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:20.527Z] JOB_BASE_NAME PR-43157 [2022-03-04T08:32:20.527Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/display/redirect [2022-03-04T08:32:20.527Z] JOB_NAME moby/PR-43157 [2022-03-04T08:32:20.527Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/ [2022-03-04T08:32:20.527Z] library.jps.version master [2022-03-04T08:32:20.527Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T08:32:20.527Z] NODE_LABELS amd64 azure azwin-2-1919f0 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-04T08:32:20.527Z] NODE_NAME azwin-2-1919f0 [2022-03-04T08:32:20.527Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T08:32:20.527Z] OS Windows_NT [2022-03-04T08:32:20.527Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T08:32:20.527Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T08:32:20.527Z] ppc64le false [2022-03-04T08:32:20.527Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T08:32:20.527Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-04T08:32:20.527Z] PROCESSOR_LEVEL 6 [2022-03-04T08:32:20.527Z] PROCESSOR_REVISION 5504 [2022-03-04T08:32:20.527Z] ProgramData C:\ProgramData [2022-03-04T08:32:20.527Z] ProgramFiles C:\Program Files [2022-03-04T08:32:20.527Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T08:32:20.527Z] ProgramW6432 C:\Program Files [2022-03-04T08:32:20.527Z] PROMPT $P$G [2022-03-04T08:32:20.527Z] PSExecutionPolicyPreference Bypass [2022-03-04T08:32:20.527Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T08:32:20.527Z] PUBLIC C:\Users\Public [2022-03-04T08:32:20.527Z] rootless true [2022-03-04T08:32:20.527Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=arti... [2022-03-04T08:32:20.527Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=changes [2022-03-04T08:32:20.527Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect [2022-03-04T08:32:20.527Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=tests [2022-03-04T08:32:20.527Z] s390x false [2022-03-04T08:32:20.527Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T08:32:20.527Z] SOURCES_DRIVE d [2022-03-04T08:32:20.527Z] SOURCES_SUBDIR gopath [2022-03-04T08:32:20.527Z] STAGE_NAME Run tests [2022-03-04T08:32:20.527Z] SystemDrive C: [2022-03-04T08:32:20.527Z] SystemRoot C:\Windows [2022-03-04T08:32:20.527Z] TEMP C:\Windows\TEMP [2022-03-04T08:32:20.527Z] TESTDEBUG 0 [2022-03-04T08:32:20.527Z] TESTRUN_DRIVE d [2022-03-04T08:32:20.527Z] TESTRUN_SUBDIR CI [2022-03-04T08:32:20.527Z] TIMEOUT 120m [2022-03-04T08:32:20.527Z] TMP C:\Windows\TEMP [2022-03-04T08:32:20.527Z] unit_validate true [2022-03-04T08:32:20.527Z] USERDOMAIN WORKGROUP [2022-03-04T08:32:20.527Z] USERNAME azwin-2-1919f0$ [2022-03-04T08:32:20.527Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T08:32:20.527Z] validate_force false [2022-03-04T08:32:20.527Z] windir C:\Windows [2022-03-04T08:32:20.527Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T08:32:20.527Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-04T08:32:20.527Z] windows2022 true [2022-03-04T08:32:20.527Z] windows2022containerd true [2022-03-04T08:32:20.527Z] windowsRS5 true [2022-03-04T08:32:20.527Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T08:32:20.527Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] INFO: Sources under d:\gopath\... [2022-03-04T08:32:20.527Z] INFO: Test run under d:\CI\... [2022-03-04T08:32:20.527Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T08:32:20.527Z] INFO: docker/docker repository was found [2022-03-04T08:32:20.527Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-04T08:32:20.527Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-04T08:32:20.527Z] INFO: Docker version of control daemon [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] Client: [2022-03-04T08:32:20.527Z] Version: 20.10.9 [2022-03-04T08:32:20.527Z] API version: 1.41 [2022-03-04T08:32:20.527Z] Go version: go1.16.8 [2022-03-04T08:32:20.527Z] Git commit: c2ea9bc [2022-03-04T08:32:20.527Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:20.527Z] OS/Arch: windows/amd64 [2022-03-04T08:32:20.527Z] Context: default [2022-03-04T08:32:20.527Z] Experimental: true [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] Server: Docker Engine - Community [2022-03-04T08:32:20.527Z] Engine: [2022-03-04T08:32:20.527Z] Version: 20.10.9 [2022-03-04T08:32:20.527Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:20.527Z] Go version: go1.16.8 [2022-03-04T08:32:20.527Z] Git commit: 79ea9d3 [2022-03-04T08:32:20.527Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:20.527Z] OS/Arch: windows/amd64 [2022-03-04T08:32:20.527Z] Experimental: true [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] INFO: Docker info of control daemon [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] Client: [2022-03-04T08:32:20.527Z] Context: default [2022-03-04T08:32:20.527Z] Debug Mode: false [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] Server: [2022-03-04T08:32:20.527Z] Containers: 1 [2022-03-04T08:32:20.527Z] Running: 0 [2022-03-04T08:32:20.527Z] Paused: 0 [2022-03-04T08:32:20.527Z] Stopped: 1 [2022-03-04T08:32:20.527Z] Images: 11 [2022-03-04T08:32:20.527Z] Server Version: 20.10.9 [2022-03-04T08:32:20.527Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:20.527Z] Windows: [2022-03-04T08:32:20.527Z] LCOW: [2022-03-04T08:32:20.527Z] Logging Driver: json-file [2022-03-04T08:32:20.527Z] Plugins: [2022-03-04T08:32:20.527Z] Volume: local [2022-03-04T08:32:20.527Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:20.527Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:20.527Z] Swarm: inactive [2022-03-04T08:32:20.527Z] Default Isolation: process [2022-03-04T08:32:20.527Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:32:20.527Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:32:20.527Z] OSType: windows [2022-03-04T08:32:20.527Z] Architecture: x86_64 [2022-03-04T08:32:20.527Z] CPUs: 4 [2022-03-04T08:32:20.527Z] Total Memory: 32GiB [2022-03-04T08:32:20.527Z] Name: azwin-2-1919f0 [2022-03-04T08:32:20.527Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T08:32:20.527Z] Docker Root Dir: D:\docker [2022-03-04T08:32:20.527Z] Debug Mode: false [2022-03-04T08:32:20.527Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:20.527Z] Labels: [2022-03-04T08:32:20.527Z] Experimental: true [2022-03-04T08:32:20.527Z] Insecure Registries: [2022-03-04T08:32:20.527Z] 10.0.0.4:5000 [2022-03-04T08:32:20.527Z] 127.0.0.0/8 [2022-03-04T08:32:20.527Z] Registry Mirrors: [2022-03-04T08:32:20.527Z] http://10.0.0.4:5000/ [2022-03-04T08:32:20.527Z] Live Restore Enabled: false [2022-03-04T08:32:20.527Z] Product License: Community Engine [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] [2022-03-04T08:32:20.527Z] INFO: Commit hash is a75fd11f03 [2022-03-04T08:32:20.527Z] INFO: Nuke-Everything... [2022-03-04T08:32:20.527Z] INFO: Container count on control daemon to delete is 1 [2022-03-04T08:32:20.527Z] 5ad2777ca7d5 [2022-03-04T08:32:20.590Z] #19 111.5 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-04T08:32:20.590Z] #19 111.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:32:20.590Z] #19 111.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:20.590Z] #19 111.5 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-04T08:32:20.846Z] #19 111.5 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-04T08:32:20.846Z] #19 111.5 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-04T08:32:20.846Z] #19 111.7 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-04T08:32:20.846Z] #19 111.7 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-04T08:32:20.846Z] #19 111.7 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-04T08:32:21.104Z] #19 112.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-04T08:32:21.104Z] #19 112.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-04T08:32:21.104Z] #19 112.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:21.107Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T08:32:21.107Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b0b4b86e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T08:32:21.107Z] ---------------------------------------------------------------------------- [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] INFO: executeCI.ps1 starting at Fri Mar 4 08:32:19 CUT 2022 [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T08:32:21.107Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T08:32:21.107Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-04T08:32:21.107Z] INFO: Environment variables: [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] Name Value [2022-03-04T08:32:21.107Z] ---- ----- [2022-03-04T08:32:21.107Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T08:32:21.107Z] amd64 true [2022-03-04T08:32:21.107Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T08:32:21.107Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T08:32:21.107Z] arm64 true [2022-03-04T08:32:21.107Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T08:32:21.107Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T08:32:21.107Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T08:32:21.107Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T08:32:21.107Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T08:32:21.107Z] BRANCH_NAME PR-43157 [2022-03-04T08:32:21.107Z] BUILD_DISPLAY_NAME #15 [2022-03-04T08:32:21.107Z] BUILD_ID 15 [2022-03-04T08:32:21.107Z] BUILD_NUMBER 15 [2022-03-04T08:32:21.107Z] BUILD_TAG jenkins-moby-PR-43157-15 [2022-03-04T08:32:21.107Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/ [2022-03-04T08:32:21.107Z] cgroup2 true [2022-03-04T08:32:21.107Z] CHANGE_AUTHOR ndeloof [2022-03-04T08:32:21.107Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T08:32:21.107Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T08:32:21.107Z] CHANGE_BRANCH json-seq [2022-03-04T08:32:21.107Z] CHANGE_FORK ndeloof/docker [2022-03-04T08:32:21.107Z] CHANGE_ID 43157 [2022-03-04T08:32:21.107Z] CHANGE_TARGET master [2022-03-04T08:32:21.107Z] CHANGE_TITLE postImagesCreate does actually produce JSON sequence (rfc7464). [2022-03-04T08:32:21.107Z] CHANGE_URL https://github.com/moby/moby/pull/43157 [2022-03-04T08:32:21.107Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:32:21.107Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T08:32:21.107Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T08:32:21.107Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T08:32:21.107Z] COMPUTERNAME azwin-2-1919f1 [2022-03-04T08:32:21.107Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T08:32:21.107Z] ConfigSequenceNumber 0 [2022-03-04T08:32:21.107Z] dco true [2022-03-04T08:32:21.107Z] DOCKER_BUILDKIT 0 [2022-03-04T08:32:21.107Z] DOCKER_DUT_DEBUG 1 [2022-03-04T08:32:21.107Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T08:32:21.107Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T08:32:21.107Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-04T08:32:21.107Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T08:32:21.107Z] EXECUTOR_NUMBER 0 [2022-03-04T08:32:21.107Z] FQDN azwin-2-1919f1.westus.cloudapp.azure.com [2022-03-04T08:32:21.107Z] GIT_BRANCH PR-43157 [2022-03-04T08:32:21.107Z] GIT_COMMIT a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:21.107Z] GIT_PREVIOUS_COMMIT e0787fb9eead832721f385fc3765e39f1683d2a7 [2022-03-04T08:32:21.107Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 2ea440344ccbb660980a067d5d8ce9abf7ccef7a [2022-03-04T08:32:21.107Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T08:32:21.107Z] HUDSON_COOKIE 45feb29a-e34e-473e-bc4b-30d05b895c32 [2022-03-04T08:32:21.107Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:21.107Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T08:32:21.107Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:21.107Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T08:32:21.107Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:21.107Z] JENKINS_NODE_COOKIE 9b15241b-4241-4e47-8b74-14a2f9296656 [2022-03-04T08:32:21.107Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T08:32:21.107Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:21.107Z] JOB_BASE_NAME PR-43157 [2022-03-04T08:32:21.107Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/display/redirect [2022-03-04T08:32:21.107Z] JOB_NAME moby/PR-43157 [2022-03-04T08:32:21.107Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/ [2022-03-04T08:32:21.107Z] library.jps.version master [2022-03-04T08:32:21.107Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T08:32:21.107Z] NODE_LABELS amd64 azure azwin-2-1919f1 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-04T08:32:21.107Z] NODE_NAME azwin-2-1919f1 [2022-03-04T08:32:21.107Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T08:32:21.107Z] OS Windows_NT [2022-03-04T08:32:21.107Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T08:32:21.107Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T08:32:21.107Z] ppc64le false [2022-03-04T08:32:21.107Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T08:32:21.107Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-04T08:32:21.107Z] PROCESSOR_LEVEL 6 [2022-03-04T08:32:21.107Z] PROCESSOR_REVISION 4f01 [2022-03-04T08:32:21.107Z] ProgramData C:\ProgramData [2022-03-04T08:32:21.107Z] ProgramFiles C:\Program Files [2022-03-04T08:32:21.107Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T08:32:21.107Z] ProgramW6432 C:\Program Files [2022-03-04T08:32:21.107Z] PROMPT $P$G [2022-03-04T08:32:21.107Z] PSExecutionPolicyPreference Bypass [2022-03-04T08:32:21.107Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T08:32:21.107Z] PUBLIC C:\Users\Public [2022-03-04T08:32:21.107Z] rootless true [2022-03-04T08:32:21.107Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=arti... [2022-03-04T08:32:21.107Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=changes [2022-03-04T08:32:21.107Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect [2022-03-04T08:32:21.107Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=tests [2022-03-04T08:32:21.107Z] s390x false [2022-03-04T08:32:21.107Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T08:32:21.107Z] SOURCES_DRIVE d [2022-03-04T08:32:21.107Z] SOURCES_SUBDIR gopath [2022-03-04T08:32:21.107Z] STAGE_NAME Run tests [2022-03-04T08:32:21.107Z] SystemDrive C: [2022-03-04T08:32:21.107Z] SystemRoot C:\Windows [2022-03-04T08:32:21.107Z] TEMP C:\Windows\TEMP [2022-03-04T08:32:21.107Z] TESTDEBUG 0 [2022-03-04T08:32:21.107Z] TESTRUN_DRIVE d [2022-03-04T08:32:21.107Z] TESTRUN_SUBDIR CI [2022-03-04T08:32:21.107Z] TIMEOUT 120m [2022-03-04T08:32:21.107Z] TMP C:\Windows\TEMP [2022-03-04T08:32:21.107Z] unit_validate true [2022-03-04T08:32:21.107Z] USERDOMAIN WORKGROUP [2022-03-04T08:32:21.107Z] USERNAME azwin-2-1919f1$ [2022-03-04T08:32:21.107Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T08:32:21.107Z] validate_force false [2022-03-04T08:32:21.107Z] windir C:\Windows [2022-03-04T08:32:21.107Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T08:32:21.107Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-04T08:32:21.107Z] windows2022 true [2022-03-04T08:32:21.107Z] windows2022containerd true [2022-03-04T08:32:21.107Z] windowsRS5 true [2022-03-04T08:32:21.107Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T08:32:21.107Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] INFO: Sources under d:\gopath\... [2022-03-04T08:32:21.107Z] INFO: Test run under d:\CI\... [2022-03-04T08:32:21.107Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T08:32:21.107Z] INFO: docker/docker repository was found [2022-03-04T08:32:21.107Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-04T08:32:21.107Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-04T08:32:21.107Z] INFO: Docker version of control daemon [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] Client: [2022-03-04T08:32:21.107Z] Version: 20.10.9 [2022-03-04T08:32:21.107Z] API version: 1.41 [2022-03-04T08:32:21.107Z] Go version: go1.16.8 [2022-03-04T08:32:21.107Z] Git commit: c2ea9bc [2022-03-04T08:32:21.107Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:21.107Z] OS/Arch: windows/amd64 [2022-03-04T08:32:21.107Z] Context: default [2022-03-04T08:32:21.107Z] Experimental: true [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] Server: Docker Engine - Community [2022-03-04T08:32:21.107Z] Engine: [2022-03-04T08:32:21.107Z] Version: 20.10.9 [2022-03-04T08:32:21.107Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:21.107Z] Go version: go1.16.8 [2022-03-04T08:32:21.107Z] Git commit: 79ea9d3 [2022-03-04T08:32:21.107Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:21.107Z] OS/Arch: windows/amd64 [2022-03-04T08:32:21.107Z] Experimental: true [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] INFO: Docker info of control daemon [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.107Z] Client: [2022-03-04T08:32:21.107Z] Context: default [2022-03-04T08:32:21.107Z] Debug Mode: false [2022-03-04T08:32:21.107Z] [2022-03-04T08:32:21.108Z] Server: [2022-03-04T08:32:21.108Z] Containers: 1 [2022-03-04T08:32:21.108Z] Running: 0 [2022-03-04T08:32:21.108Z] Paused: 0 [2022-03-04T08:32:21.108Z] Stopped: 1 [2022-03-04T08:32:21.108Z] Images: 11 [2022-03-04T08:32:21.108Z] Server Version: 20.10.9 [2022-03-04T08:32:21.108Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:21.108Z] Windows: [2022-03-04T08:32:21.108Z] LCOW: [2022-03-04T08:32:21.108Z] Logging Driver: json-file [2022-03-04T08:32:21.108Z] Plugins: [2022-03-04T08:32:21.108Z] Volume: local [2022-03-04T08:32:21.108Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:21.108Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:21.108Z] Swarm: inactive [2022-03-04T08:32:21.108Z] Default Isolation: process [2022-03-04T08:32:21.108Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:32:21.108Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:32:21.108Z] OSType: windows [2022-03-04T08:32:21.108Z] Architecture: x86_64 [2022-03-04T08:32:21.108Z] CPUs: 4 [2022-03-04T08:32:21.108Z] Total Memory: 32GiB [2022-03-04T08:32:21.108Z] Name: azwin-2-1919f1 [2022-03-04T08:32:21.108Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T08:32:21.108Z] Docker Root Dir: D:\docker [2022-03-04T08:32:21.108Z] Debug Mode: false [2022-03-04T08:32:21.108Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:21.108Z] Labels: [2022-03-04T08:32:21.108Z] Experimental: true [2022-03-04T08:32:21.108Z] Insecure Registries: [2022-03-04T08:32:21.108Z] 10.0.0.4:5000 [2022-03-04T08:32:21.108Z] 127.0.0.0/8 [2022-03-04T08:32:21.108Z] Registry Mirrors: [2022-03-04T08:32:21.108Z] http://10.0.0.4:5000/ [2022-03-04T08:32:21.108Z] Live Restore Enabled: false [2022-03-04T08:32:21.108Z] Product License: Community Engine [2022-03-04T08:32:21.108Z] [2022-03-04T08:32:21.108Z] [2022-03-04T08:32:21.176Z] INFO: Nuking d:\CI [2022-03-04T08:32:21.360Z] #19 112.2 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-04T08:32:21.360Z] #19 112.2 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-04T08:32:21.360Z] #19 112.2 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:21.576Z] INFO: Commit hash is a75fd11f03 [2022-03-04T08:32:21.576Z] INFO: Nuke-Everything... [2022-03-04T08:32:21.576Z] INFO: Container count on control daemon to delete is 1 [2022-03-04T08:32:21.576Z] fc10b8a87f7c [2022-03-04T08:32:22.046Z] INFO: Nuking d:\CI [2022-03-04T08:32:25.536Z] #19 116.3 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-04T08:32:25.536Z] #19 116.3 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-04T08:32:25.536Z] #19 116.3 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:25.536Z] #19 116.4 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-04T08:32:25.536Z] #19 116.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-04T08:32:25.536Z] #19 116.4 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-04T08:32:25.536Z] #19 116.4 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-04T08:32:25.536Z] #19 116.4 Setting up libfile-which-perl (1.23-1) ... [2022-03-04T08:32:25.536Z] #19 116.4 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-04T08:32:25.536Z] #19 116.4 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-04T08:32:25.536Z] #19 116.4 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-04T08:32:25.536Z] #19 116.5 Setting up file (1:5.39-3) ... [2022-03-04T08:32:25.536Z] #19 116.6 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:32:25.536Z] #19 116.6 Setting up bzip2 (1.0.8-4) ... [2022-03-04T08:32:25.536Z] #19 116.6 Setting up libyaml-perl (1.30-1) ... [2022-03-04T08:32:25.793Z] #19 116.6 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-04T08:32:25.793Z] #19 116.6 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-04T08:32:25.793Z] #19 116.6 Setting up libio-string-perl (1.08-3.1) ... [2022-03-04T08:32:25.793Z] #19 116.6 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-04T08:32:25.793Z] #19 116.6 Setting up cross-config (2.6.18+nmu1) ... [2022-03-04T08:32:25.793Z] #19 116.7 Setting up xz-utils (5.2.5-2) ... [2022-03-04T08:32:25.793Z] #19 116.7 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-04T08:32:25.793Z] #19 116.7 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up patch (2.7.6-7) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:25.793Z] #19 116.8 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 116.8 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-04T08:32:26.049Z] #19 116.8 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-04T08:32:26.049Z] #19 116.8 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-04T08:32:26.049Z] #19 116.9 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.049Z] #19 117.0 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.0 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.1 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-04T08:32:26.305Z] #19 117.2 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.2 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.305Z] #19 117.2 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-04T08:32:26.305Z] #19 117.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-04T08:32:26.563Z] #19 117.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-04T08:32:26.563Z] #19 117.4 [2022-03-04T08:32:26.563Z] #19 117.4 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-04T08:32:26.563Z] #19 117.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up dpkg-dev (1.20.9) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.5 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:32:26.563Z] #19 117.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.564Z] #19 117.6 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.564Z] #19 117.6 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.564Z] #19 117.6 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:26.820Z] #19 117.6 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-04T08:32:26.820Z] #19 117.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-04T08:32:26.820Z] #19 117.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-04T08:32:26.820Z] #19 117.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-04T08:32:27.077Z] #19 117.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-04T08:32:27.077Z] #19 117.9 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 117.9 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.0 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-04T08:32:27.077Z] #19 118.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.077Z] #19 118.1 Setting up libxml-simple-perl (2.25-1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:32:27.334Z] #19 118.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-04T08:32:27.334Z] #19 118.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.334Z] #19 118.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-04T08:32:27.334Z] #19 118.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.590Z] #19 118.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.590Z] #19 118.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up crossbuild-essential-armel (12.9) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-04T08:32:27.590Z] #19 118.4 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-04T08:32:27.590Z] #19 118.5 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-04T08:32:27.590Z] #19 118.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-04T08:32:27.590Z] #19 118.5 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:32:28.956Z] #19 DONE 119.6s [2022-03-04T08:32:28.956Z] [2022-03-04T08:32:28.956Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T08:32:28.956Z] #69 sha256:32a20b7d39bae3a9fd8add13018ebef3ad58ca1eea79b09b13a242fa5c78a2bb [2022-03-04T08:32:28.956Z] #69 DONE 0.1s [2022-03-04T08:32:28.956Z] [2022-03-04T08:32:28.956Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T08:32:28.956Z] #32 sha256:168ebf036fa00c735b1ca12e31d21dc0c643cb080afe62b371da5274abb77611 [2022-03-04T08:32:28.956Z] #32 DONE 0.1s [2022-03-04T08:32:28.956Z] [2022-03-04T08:32:28.956Z] #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-04T08:32:28.956Z] #70 sha256:5861f8fc17851e375ad4276b2dc88a43b40fced493bdb679640987e970fa2626 [2022-03-04T08:32:30.324Z] #70 1.395 + RM_GOPATH=0 [2022-03-04T08:32:30.324Z] #70 1.395 + TMP_GOPATH= [2022-03-04T08:32:30.324Z] #70 1.395 + : /build [2022-03-04T08:32:30.324Z] #70 1.395 + '[' -z '' ']' [2022-03-04T08:32:30.324Z] #70 1.396 ++ mktemp -d [2022-03-04T08:32:30.324Z] #70 1.397 + export GOPATH=/tmp/tmp.qqlaC458w2 [2022-03-04T08:32:30.324Z] #70 1.397 + GOPATH=/tmp/tmp.qqlaC458w2 [2022-03-04T08:32:30.324Z] #70 1.397 + RM_GOPATH=1 [2022-03-04T08:32:30.324Z] #70 1.397 + case "$(go env GOARCH)" in [2022-03-04T08:32:30.324Z] #70 1.398 ++ go env GOARCH [2022-03-04T08:32:30.324Z] #70 1.405 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:32:30.324Z] #70 1.405 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:32:30.324Z] #70 1.406 ++ dirname /install.sh [2022-03-04T08:32:30.324Z] #70 1.407 + dir=/ [2022-03-04T08:32:30.324Z] #70 1.407 + bin=rootlesskit [2022-03-04T08:32:30.324Z] #70 1.407 + shift [2022-03-04T08:32:30.324Z] #70 1.407 + '[' '!' -f //rootlesskit.installer ']' [2022-03-04T08:32:30.324Z] #70 1.407 + . //rootlesskit.installer [2022-03-04T08:32:30.324Z] #70 1.407 ++ : v0.14.6 [2022-03-04T08:32:30.324Z] #70 1.407 + install_rootlesskit [2022-03-04T08:32:30.324Z] #70 1.407 + case "$1" in [2022-03-04T08:32:30.324Z] #70 1.408 + export CGO_ENABLED=0 [2022-03-04T08:32:30.324Z] #70 1.408 + CGO_ENABLED=0 [2022-03-04T08:32:30.324Z] #70 1.408 + _install_rootlesskit [2022-03-04T08:32:30.324Z] #70 1.408 + echo 'Install rootlesskit version v0.14.6' [2022-03-04T08:32:30.324Z] #70 1.409 Install rootlesskit version v0.14.6 [2022-03-04T08:32:30.324Z] #70 1.409 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T08:32:30.324Z] #70 1.409 + GOBIN=/build [2022-03-04T08:32:30.324Z] #70 1.409 + GO111MODULE=on [2022-03-04T08:32:30.324Z] #70 1.409 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-04T08:32:30.581Z] #70 1.810 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-04T08:32:32.485Z] #70 3.546 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T08:32:32.485Z] #70 3.548 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-04T08:32:32.743Z] #70 3.860 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-04T08:32:33.285Z] #60 95.77 # github.com/containerd/containerd/cmd/containerd [2022-03-04T08:32:33.285Z] #60 95.77 /usr/bin/ld: /tmp/go-link-2429609629/000019.o: in function `New': [2022-03-04T08:32:33.285Z] #60 95.77 /tmp/tmp.WVeXXsbKSQ/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-04T08:32:33.285Z] #60 95.83 + bin/containerd-stress [2022-03-04T08:32:33.285Z] #60 96.87 + bin/containerd-shim [2022-03-04T08:32:33.673Z] #70 4.952 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-04T08:32:33.931Z] #70 ... [2022-03-04T08:32:33.931Z] [2022-03-04T08:32:33.931Z] #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-04T08:32:33.931Z] #33 sha256:2af102395cec0605bb58a06646415d596372f3fd1449685f097f3ba291f69424 [2022-03-04T08:32:33.931Z] #33 1.353 + RM_GOPATH=0 [2022-03-04T08:32:33.931Z] #33 1.354 + TMP_GOPATH= [2022-03-04T08:32:33.931Z] #33 1.354 + : /build [2022-03-04T08:32:33.931Z] #33 1.354 + '[' -z '' ']' [2022-03-04T08:32:33.931Z] #33 1.354 ++ mktemp -d [2022-03-04T08:32:33.931Z] #33 1.357 + export GOPATH=/tmp/tmp.2L6d4BrMqo [2022-03-04T08:32:33.931Z] #33 1.357 + GOPATH=/tmp/tmp.2L6d4BrMqo [2022-03-04T08:32:33.931Z] #33 1.357 + RM_GOPATH=1 [2022-03-04T08:32:33.931Z] #33 1.357 + case "$(go env GOARCH)" in [2022-03-04T08:32:33.931Z] #33 1.357 ++ go env GOARCH [2022-03-04T08:32:33.931Z] #33 1.362 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:32:33.931Z] #33 1.362 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:32:33.931Z] #33 1.362 ++ dirname /install.sh [2022-03-04T08:32:33.931Z] #33 1.363 + dir=/ [2022-03-04T08:32:33.931Z] #33 1.363 + bin=dockercli [2022-03-04T08:32:33.931Z] #33 1.363 + shift [2022-03-04T08:32:33.931Z] #33 1.363 + '[' '!' -f //dockercli.installer ']' [2022-03-04T08:32:33.931Z] #33 1.363 + . //dockercli.installer [2022-03-04T08:32:33.931Z] #33 1.363 ++ : stable [2022-03-04T08:32:33.931Z] #33 1.363 ++ : 17.06.2-ce [2022-03-04T08:32:33.931Z] #33 1.363 + install_dockercli [2022-03-04T08:32:33.931Z] #33 1.363 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-04T08:32:33.931Z] #33 1.363 Install docker/cli version 17.06.2-ce from stable [2022-03-04T08:32:33.931Z] #33 1.364 ++ uname -m [2022-03-04T08:32:33.931Z] #33 1.366 + arch=x86_64 [2022-03-04T08:32:33.931Z] #33 1.366 + '[' x86_64 '!=' x86_64 ']' [2022-03-04T08:32:33.931Z] #33 1.366 + url=https://download.docker.com/linux/static [2022-03-04T08:32:33.931Z] #33 1.367 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-04T08:32:33.931Z] #33 1.367 + tar -xz docker/docker [2022-03-04T08:32:33.931Z] #33 4.773 + mkdir -p /build [2022-03-04T08:32:33.931Z] #33 4.777 + mv docker/docker /build/ [2022-03-04T08:32:33.931Z] #33 4.781 + rmdir docker [2022-03-04T08:32:33.931Z] #33 DONE 4.9s [2022-03-04T08:32:33.931Z] [2022-03-04T08:32:33.931Z] #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-04T08:32:33.931Z] #45 sha256:f22beb2a475971ebd7ca41639c42d7fa4b16d8deab2237d7e538ae73830b1343 [2022-03-04T08:32:33.931Z] #45 1.693 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:32:33.931Z] #45 1.726 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:32:33.931Z] #45 1.903 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:32:33.931Z] #45 2.003 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-04T08:32:33.931Z] #45 2.408 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-04T08:32:33.931Z] #45 2.980 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-04T08:32:33.931Z] #45 3.447 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-04T08:32:33.931Z] #45 4.058 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-04T08:32:33.931Z] #45 4.497 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-04T08:32:33.931Z] #45 4.516 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-04T08:32:33.931Z] #45 4.521 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-04T08:32:33.931Z] #45 4.521 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-04T08:32:33.931Z] #45 4.522 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-04T08:32:33.931Z] #45 4.646 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-04T08:32:33.931Z] #45 4.651 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-04T08:32:33.931Z] #45 4.653 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-04T08:32:33.931Z] #45 4.653 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-04T08:32:33.931Z] #45 4.655 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-04T08:32:34.188Z] #45 ... [2022-03-04T08:32:34.188Z] [2022-03-04T08:32:34.188Z] #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-04T08:32:34.188Z] #70 sha256:5861f8fc17851e375ad4276b2dc88a43b40fced493bdb679640987e970fa2626 [2022-03-04T08:32:34.188Z] #70 5.333 go: downloading github.com/google/uuid v1.3.0 [2022-03-04T08:32:34.188Z] #70 5.385 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-04T08:32:34.446Z] #70 5.556 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-04T08:32:34.446Z] #70 5.627 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T08:32:34.446Z] #70 5.653 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-04T08:32:34.446Z] #70 5.729 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-04T08:32:34.487Z] INFO: Zapped successfully [2022-03-04T08:32:34.487Z] INFO: Location for testing is d:\CI\PR-43157\15 [2022-03-04T08:32:34.487Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T08:32:34.487Z] [2022-03-04T08:32:34.487Z] [2022-03-04T08:32:34.487Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 08:32:34... [2022-03-04T08:32:34.487Z] [2022-03-04T08:32:34.704Z] #70 5.940 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-04T08:32:34.961Z] #70 6.026 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-04T08:32:34.961Z] #70 6.128 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-04T08:32:35.526Z] #70 6.599 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-04T08:32:36.091Z] #70 ... [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #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-04T08:32:36.091Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T08:32:36.091Z] #36 CACHED [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T08:32:36.091Z] #37 sha256:062b4ce976fdc4d666a10836069727dc5cbca0db7ced0f3fc56d68f92be5e4e5 [2022-03-04T08:32:36.091Z] #37 CACHED [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #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-04T08:32:36.091Z] #38 sha256:47759f98b5a77e89a4722758859de91057727d6e6be8851047235e9a36d70c4c [2022-03-04T08:32:36.091Z] #38 CACHED [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T08:32:36.091Z] #40 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T08:32:36.091Z] #40 CACHED [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #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-04T08:32:36.091Z] #41 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T08:32:36.091Z] #41 CACHED [2022-03-04T08:32:36.091Z] [2022-03-04T08:32:36.091Z] #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-04T08:32:36.091Z] #43 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T08:32:36.091Z] #43 CACHED [2022-03-04T08:32:36.350Z] [2022-03-04T08:32:36.350Z] #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-04T08:32:36.350Z] #65 sha256:e6e1a41fd077f28a55a26ffa6d2c1ddafd208b737c70b44c5b2ec23e68320568 [2022-03-04T08:32:36.350Z] #65 1.607 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:32:36.350Z] #65 1.727 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:32:36.350Z] #65 1.906 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:32:36.350Z] #65 1.927 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-04T08:32:36.350Z] #65 2.249 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-04T08:32:36.350Z] #65 2.613 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-04T08:32:36.350Z] #65 3.072 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-04T08:32:36.350Z] #65 3.610 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-04T08:32:36.350Z] #65 3.988 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-04T08:32:36.350Z] #65 3.995 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-04T08:32:36.350Z] #65 3.996 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-04T08:32:36.350Z] #65 3.998 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-04T08:32:36.350Z] #65 4.008 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-04T08:32:36.350Z] #65 4.014 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-04T08:32:36.350Z] #65 4.017 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-04T08:32:36.350Z] #65 4.019 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-04T08:32:36.350Z] #65 4.019 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-04T08:32:36.350Z] #65 4.027 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-04T08:32:36.582Z] #60 104.1 + bin/containerd-shim-runc-v1 [2022-03-04T08:32:38.988Z] #65 ... [2022-03-04T08:32:38.988Z] [2022-03-04T08:32:38.988Z] #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-04T08:32:38.988Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:32:38.988Z] #20 1.567 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:32:38.988Z] #20 1.729 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:32:38.988Z] #20 1.903 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:32:38.988Z] #20 1.915 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-04T08:32:38.988Z] #20 2.284 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-04T08:32:38.988Z] #20 2.636 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-04T08:32:38.988Z] #20 3.063 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-04T08:32:38.988Z] #20 3.602 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-04T08:32:38.988Z] #20 4.002 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-04T08:32:38.988Z] #20 4.007 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-04T08:32:38.988Z] #20 4.010 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-04T08:32:38.988Z] #20 4.018 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-04T08:32:38.988Z] #20 4.030 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-04T08:32:38.988Z] #20 4.034 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-04T08:32:38.988Z] #20 4.051 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-04T08:32:38.988Z] #20 4.051 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-04T08:32:38.988Z] #20 4.051 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-04T08:32:38.988Z] #20 4.051 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-04T08:32:41.548Z] Sending build context to Docker daemon 62.45MB [2022-03-04T08:32:41.548Z] [2022-03-04T08:32:41.865Z] #60 109.3 + bin/containerd-shim-runc-v2 [2022-03-04T08:32:41.866Z] #60 109.9 + binaries [2022-03-04T08:32:42.004Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T08:32:42.005Z] ---> bdeb13086b9f [2022-03-04T08:32:42.005Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> 736bbd588a18 [2022-03-04T08:32:42.005Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> 5d6f099c927e [2022-03-04T08:32:42.005Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> 0cc6d056e891 [2022-03-04T08:32:42.005Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> f354f37341f0 [2022-03-04T08:32:42.005Z] 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-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> f7b79dec68fc [2022-03-04T08:32:42.005Z] 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-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> e5bd0b3f9df1 [2022-03-04T08:32:42.005Z] 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-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> 990f8b90b945 [2022-03-04T08:32:42.005Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> 1ef1261c72a2 [2022-03-04T08:32:42.005Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T08:32:42.005Z] ---> Using cache [2022-03-04T08:32:42.005Z] ---> e098c94a6460 [2022-03-04T08:32:42.005Z] Step 11/11 : COPY . . [2022-03-04T08:32:42.106Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T08:32:42.106Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-6f4302fd\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T08:32:42.106Z] ---------------------------------------------------------------------------- [2022-03-04T08:32:42.106Z] [2022-03-04T08:32:42.106Z] INFO: executeCI.ps1 starting at Fri Mar 4 08:32:41 CUT 2022 [2022-03-04T08:32:42.106Z] [2022-03-04T08:32:42.106Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T08:32:42.106Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T08:32:42.124Z] #60 109.9 + install -D bin/containerd /build/containerd [2022-03-04T08:32:42.124Z] #60 109.9 + install -D bin/containerd-shim /build/containerd-shim [2022-03-04T08:32:42.124Z] #60 109.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-04T08:32:42.124Z] #60 109.9 + install -D bin/ctr /build/ctr [2022-03-04T08:32:42.340Z] INFO: Zapped successfully [2022-03-04T08:32:42.340Z] INFO: Location for testing is d:\CI\PR-43157\15 [2022-03-04T08:32:42.340Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T08:32:42.340Z] [2022-03-04T08:32:42.340Z] [2022-03-04T08:32:42.340Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 08:32:39... [2022-03-04T08:32:42.340Z] [2022-03-04T08:32:42.384Z] #60 DONE 110.4s [2022-03-04T08:32:42.577Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-04T08:32:42.577Z] INFO: Environment variables: [2022-03-04T08:32:43.046Z] [2022-03-04T08:32:43.046Z] Name Value [2022-03-04T08:32:43.046Z] ---- ----- [2022-03-04T08:32:43.046Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T08:32:43.046Z] amd64 true [2022-03-04T08:32:43.046Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T08:32:43.046Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T08:32:43.046Z] arm64 true [2022-03-04T08:32:43.047Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T08:32:43.047Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T08:32:43.047Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T08:32:43.047Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T08:32:43.047Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T08:32:43.047Z] BRANCH_NAME PR-43157 [2022-03-04T08:32:43.047Z] BUILD_DISPLAY_NAME #15 [2022-03-04T08:32:43.047Z] BUILD_ID 15 [2022-03-04T08:32:43.047Z] BUILD_NUMBER 15 [2022-03-04T08:32:43.047Z] BUILD_TAG jenkins-moby-PR-43157-15 [2022-03-04T08:32:43.047Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/ [2022-03-04T08:32:43.047Z] cgroup2 true [2022-03-04T08:32:43.047Z] CHANGE_AUTHOR ndeloof [2022-03-04T08:32:43.047Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T08:32:43.047Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T08:32:43.047Z] CHANGE_BRANCH json-seq [2022-03-04T08:32:43.047Z] CHANGE_FORK ndeloof/docker [2022-03-04T08:32:43.047Z] CHANGE_ID 43157 [2022-03-04T08:32:43.047Z] CHANGE_TARGET master [2022-03-04T08:32:43.047Z] CHANGE_TITLE postImagesCreate does actually produce JSON sequence (rfc7464). [2022-03-04T08:32:43.047Z] CHANGE_URL https://github.com/moby/moby/pull/43157 [2022-03-04T08:32:43.047Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T08:32:43.047Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T08:32:43.047Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T08:32:43.047Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T08:32:43.047Z] COMPUTERNAME azwin-2-f35d10 [2022-03-04T08:32:43.047Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T08:32:43.047Z] ConfigSequenceNumber 0 [2022-03-04T08:32:43.047Z] dco true [2022-03-04T08:32:43.047Z] DOCKER_BUILDKIT 0 [2022-03-04T08:32:43.047Z] DOCKER_DUT_DEBUG 1 [2022-03-04T08:32:43.047Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T08:32:43.047Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T08:32:43.047Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T08:32:43.047Z] EXECUTOR_NUMBER 0 [2022-03-04T08:32:43.047Z] FQDN azwin-2-f35d10.westus.cloudapp.azure.com [2022-03-04T08:32:43.047Z] GIT_BRANCH PR-43157 [2022-03-04T08:32:43.047Z] GIT_COMMIT a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:32:43.047Z] GIT_PREVIOUS_COMMIT e0787fb9eead832721f385fc3765e39f1683d2a7 [2022-03-04T08:32:43.047Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 2ea440344ccbb660980a067d5d8ce9abf7ccef7a [2022-03-04T08:32:43.047Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T08:32:43.047Z] HUDSON_COOKIE a6559a91-09e6-49c2-8428-78eb73be97d8 [2022-03-04T08:32:43.047Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:43.047Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T08:32:43.047Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:43.047Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T08:32:43.047Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T08:32:43.047Z] JENKINS_NODE_COOKIE ea343dd0-487f-44e7-bcde-abaa8f3b3da5 [2022-03-04T08:32:43.047Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T08:32:43.047Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T08:32:43.047Z] JOB_BASE_NAME PR-43157 [2022-03-04T08:32:43.047Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/display/redirect [2022-03-04T08:32:43.047Z] JOB_NAME moby/PR-43157 [2022-03-04T08:32:43.047Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/ [2022-03-04T08:32:43.047Z] library.jps.version master [2022-03-04T08:32:43.047Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T08:32:43.047Z] NODE_LABELS amd64 azure azwin-2-f35d10 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-04T08:32:43.047Z] NODE_NAME azwin-2-f35d10 [2022-03-04T08:32:43.047Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T08:32:43.047Z] OS Windows_NT [2022-03-04T08:32:43.047Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T08:32:43.047Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T08:32:43.047Z] ppc64le false [2022-03-04T08:32:43.047Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T08:32:43.047Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-04T08:32:43.047Z] PROCESSOR_LEVEL 6 [2022-03-04T08:32:43.047Z] PROCESSOR_REVISION 4f01 [2022-03-04T08:32:43.047Z] ProgramData C:\ProgramData [2022-03-04T08:32:43.047Z] ProgramFiles C:\Program Files [2022-03-04T08:32:43.047Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T08:32:43.047Z] ProgramW6432 C:\Program Files [2022-03-04T08:32:43.047Z] PROMPT $P$G [2022-03-04T08:32:43.047Z] PSExecutionPolicyPreference Bypass [2022-03-04T08:32:43.047Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T08:32:43.047Z] PUBLIC C:\Users\Public [2022-03-04T08:32:43.047Z] rootless true [2022-03-04T08:32:43.047Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=arti... [2022-03-04T08:32:43.047Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=changes [2022-03-04T08:32:43.047Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect [2022-03-04T08:32:43.047Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43157/15/display/redirect?page=tests [2022-03-04T08:32:43.047Z] s390x false [2022-03-04T08:32:43.047Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T08:32:43.047Z] SOURCES_DRIVE d [2022-03-04T08:32:43.047Z] SOURCES_SUBDIR gopath [2022-03-04T08:32:43.047Z] STAGE_NAME Run tests [2022-03-04T08:32:43.047Z] SystemDrive C: [2022-03-04T08:32:43.047Z] SystemRoot C:\Windows [2022-03-04T08:32:43.047Z] TEMP C:\Windows\TEMP [2022-03-04T08:32:43.047Z] TESTDEBUG 0 [2022-03-04T08:32:43.047Z] TESTRUN_DRIVE d [2022-03-04T08:32:43.047Z] TESTRUN_SUBDIR CI [2022-03-04T08:32:43.047Z] TIMEOUT 120m [2022-03-04T08:32:43.047Z] TMP C:\Windows\TEMP [2022-03-04T08:32:43.047Z] unit_validate true [2022-03-04T08:32:43.047Z] USERDOMAIN WORKGROUP [2022-03-04T08:32:43.047Z] USERNAME azwin-2-f35d10$ [2022-03-04T08:32:43.047Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T08:32:43.047Z] validate_force false [2022-03-04T08:32:43.047Z] windir C:\Windows [2022-03-04T08:32:43.047Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T08:32:43.047Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-04T08:32:43.047Z] windows2022 true [2022-03-04T08:32:43.047Z] windows2022containerd true [2022-03-04T08:32:43.047Z] windowsRS5 true [2022-03-04T08:32:43.047Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T08:32:43.047Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T08:32:43.047Z] [2022-03-04T08:32:43.047Z] [2022-03-04T08:32:43.047Z] [2022-03-04T08:32:43.324Z] [2022-03-04T08:32:43.325Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T08:32:43.325Z] #61 sha256:37a121c75f4aecea0c002d4d226e02a6d8437cca7576735ef040ffee075d3c2f [2022-03-04T08:32:43.325Z] #61 DONE 0.2s [2022-03-04T08:32:43.584Z] [2022-03-04T08:32:43.584Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T08:32:43.584Z] #66 sha256:6c2ec7e484eb9a490939e4b45b1db8073fff92ca256b3b4b4380556201996b55 [2022-03-04T08:32:43.584Z] #66 DONE 0.1s [2022-03-04T08:32:43.584Z] [2022-03-04T08:32:43.584Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T08:32:43.584Z] #71 sha256:4efb4cee3f7d57b4d326ec1c40d58a268424be4426d36c2b29362f0b38d0847b [2022-03-04T08:32:43.844Z] #71 DONE 0.4s [2022-03-04T08:32:43.844Z] [2022-03-04T08:32:43.844Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T08:32:43.844Z] #72 sha256:e98ff8596262fa0b67e03c43c37f410ec487b5d59472e3edfb963e4320a4faea [2022-03-04T08:32:43.844Z] #72 DONE 0.0s [2022-03-04T08:32:43.844Z] [2022-03-04T08:32:43.844Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T08:32:43.844Z] #73 sha256:38717ae4c7dd64471ef3fa4f7a662d78b565d10639542ddeefbeb4e6ac8f74ad [2022-03-04T08:32:44.035Z] INFO: Sources under d:\gopath\... [2022-03-04T08:32:44.035Z] INFO: Test run under d:\CI\... [2022-03-04T08:32:44.035Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T08:32:44.035Z] INFO: docker/docker repository was found [2022-03-04T08:32:44.035Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-04T08:32:44.035Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-04T08:32:44.035Z] INFO: Docker version of control daemon [2022-03-04T08:32:44.035Z] [2022-03-04T08:32:44.504Z] Client: [2022-03-04T08:32:44.504Z] Version: 20.10.9 [2022-03-04T08:32:44.504Z] API version: 1.41 [2022-03-04T08:32:44.504Z] Go version: go1.16.8 [2022-03-04T08:32:44.504Z] Git commit: c2ea9bc [2022-03-04T08:32:44.504Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T08:32:44.504Z] OS/Arch: windows/amd64 [2022-03-04T08:32:44.504Z] Context: default [2022-03-04T08:32:44.504Z] Experimental: true [2022-03-04T08:32:44.504Z] [2022-03-04T08:32:44.504Z] Server: Docker Engine - Community [2022-03-04T08:32:44.504Z] Engine: [2022-03-04T08:32:44.504Z] Version: 20.10.9 [2022-03-04T08:32:44.504Z] API version: 1.41 (minimum version 1.24) [2022-03-04T08:32:44.504Z] Go version: go1.16.8 [2022-03-04T08:32:44.504Z] Git commit: 79ea9d3 [2022-03-04T08:32:44.504Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T08:32:44.504Z] OS/Arch: windows/amd64 [2022-03-04T08:32:44.504Z] Experimental: true [2022-03-04T08:32:44.504Z] [2022-03-04T08:32:44.504Z] INFO: Docker info of control daemon [2022-03-04T08:32:44.504Z] [2022-03-04T08:32:44.784Z] #73 DONE 0.8s [2022-03-04T08:32:44.784Z] [2022-03-04T08:32:44.784Z] #74 exporting to image [2022-03-04T08:32:44.784Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T08:32:44.784Z] #74 exporting layers [2022-03-04T08:32:45.229Z] Sending build context to Docker daemon 62.45MB [2022-03-04T08:32:45.229Z] [2022-03-04T08:32:45.229Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T08:32:45.229Z] ---> bdeb13086b9f [2022-03-04T08:32:45.229Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T08:32:45.229Z] ---> Using cache [2022-03-04T08:32:45.229Z] ---> 27e3d9cfde8d [2022-03-04T08:32:45.229Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T08:32:45.229Z] ---> Using cache [2022-03-04T08:32:45.229Z] ---> c13c8e71f17f [2022-03-04T08:32:45.229Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T08:32:45.229Z] ---> Using cache [2022-03-04T08:32:45.229Z] ---> 5df84cc16b75 [2022-03-04T08:32:45.229Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T08:32:45.229Z] ---> Using cache [2022-03-04T08:32:45.229Z] ---> 8f2431b2ffeb [2022-03-04T08:32:45.229Z] 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-04T08:32:45.229Z] ---> Using cache [2022-03-04T08:32:45.229Z] ---> f173b5222d06 [2022-03-04T08:32:45.230Z] 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-04T08:32:45.230Z] ---> Using cache [2022-03-04T08:32:45.230Z] ---> e606b7be11ba [2022-03-04T08:32:45.230Z] 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-04T08:32:45.230Z] ---> Using cache [2022-03-04T08:32:45.230Z] ---> e9b4d4ed44fe [2022-03-04T08:32:45.230Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T08:32:45.230Z] ---> Using cache [2022-03-04T08:32:45.230Z] ---> 0b5d6f2a1531 [2022-03-04T08:32:45.230Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T08:32:45.230Z] ---> Using cache [2022-03-04T08:32:45.230Z] ---> 2a0646fd8a42 [2022-03-04T08:32:45.230Z] Step 11/11 : COPY . . [2022-03-04T08:32:45.491Z] Client: [2022-03-04T08:32:45.491Z] Context: default [2022-03-04T08:32:45.491Z] Debug Mode: false [2022-03-04T08:32:45.491Z] Plugins: [2022-03-04T08:32:45.491Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-04T08:32:45.491Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-04T08:32:45.491Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-04T08:32:45.491Z] [2022-03-04T08:32:45.491Z] Server: [2022-03-04T08:32:45.491Z] Containers: 1 [2022-03-04T08:32:45.491Z] Running: 0 [2022-03-04T08:32:45.491Z] Paused: 0 [2022-03-04T08:32:45.491Z] Stopped: 1 [2022-03-04T08:32:45.491Z] Images: 11 [2022-03-04T08:32:45.491Z] Server Version: 20.10.9 [2022-03-04T08:32:45.491Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T08:32:45.491Z] Windows: [2022-03-04T08:32:45.491Z] LCOW: [2022-03-04T08:32:45.491Z] Logging Driver: json-file [2022-03-04T08:32:45.491Z] Plugins: [2022-03-04T08:32:45.491Z] Volume: local [2022-03-04T08:32:45.491Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:32:45.491Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:32:45.491Z] Swarm: inactive [2022-03-04T08:32:45.491Z] Default Isolation: process [2022-03-04T08:32:45.491Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T08:32:45.491Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T08:32:45.491Z] OSType: windows [2022-03-04T08:32:45.491Z] Architecture: x86_64 [2022-03-04T08:32:45.491Z] CPUs: 4 [2022-03-04T08:32:45.491Z] Total Memory: 32GiB [2022-03-04T08:32:45.491Z] Name: azwin-2-f35d10 [2022-03-04T08:32:45.491Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-04T08:32:45.491Z] Docker Root Dir: D:\docker [2022-03-04T08:32:45.491Z] Debug Mode: false [2022-03-04T08:32:45.491Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:32:45.491Z] Labels: [2022-03-04T08:32:45.491Z] Experimental: true [2022-03-04T08:32:45.491Z] Insecure Registries: [2022-03-04T08:32:45.491Z] 10.0.0.4:5000 [2022-03-04T08:32:45.491Z] 127.0.0.0/8 [2022-03-04T08:32:45.491Z] Registry Mirrors: [2022-03-04T08:32:45.491Z] http://10.0.0.4:5000/ [2022-03-04T08:32:45.491Z] Live Restore Enabled: false [2022-03-04T08:32:45.491Z] Product License: Community Engine [2022-03-04T08:32:45.491Z] [2022-03-04T08:32:45.491Z] [2022-03-04T08:32:45.491Z] INFO: Commit hash is a75fd11f03 [2022-03-04T08:32:45.491Z] INFO: Nuke-Everything... [2022-03-04T08:32:45.491Z] INFO: Container count on control daemon to delete is 1 [2022-03-04T08:32:45.960Z] 4a4bf9b057f4 [2022-03-04T08:32:45.960Z] INFO: Nuking d:\CI [2022-03-04T08:32:48.932Z] #20 ... [2022-03-04T08:32:48.932Z] [2022-03-04T08:32:48.932Z] #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-04T08:32:48.932Z] #65 sha256:e6e1a41fd077f28a55a26ffa6d2c1ddafd208b737c70b44c5b2ec23e68320568 [2022-03-04T08:32:48.932Z] #65 18.66 Fetched 40.4 MB in 17s (2337 kB/s) [2022-03-04T08:32:52.912Z] #74 exporting layers 7.8s done [2022-03-04T08:32:52.912Z] #74 writing image sha256:b55eefdc3a58f250445436a056a7034584f646b1a569bc71438a33f39a7df588 done [2022-03-04T08:32:52.912Z] #74 naming to docker.io/library/docker:a75fd11f03298bd433e7d54232785b683bca0477 done [2022-03-04T08:32:52.912Z] #74 DONE 7.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-04T08:32:53.273Z] + trap exit INT TERM [2022-03-04T08:32:53.273Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-04T08:32:53.273Z] + CONTAINER_NAME=docker-pr15 [2022-03-04T08:32:53.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh dynbinary [2022-03-04T08:32:53.843Z] [2022-03-04T08:32:53.843Z] Removing bundles/ [2022-03-04T08:32:53.843Z] [2022-03-04T08:32:53.843Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T08:32:53.843Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:32:53.843Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:32:54.631Z] INFO: Zapped successfully [2022-03-04T08:32:54.631Z] INFO: Location for testing is d:\CI\PR-43157\15 [2022-03-04T08:32:54.631Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T08:32:54.631Z] [2022-03-04T08:32:54.631Z] [2022-03-04T08:32:54.631Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 08:32:53... [2022-03-04T08:32:54.631Z] [2022-03-04T08:32:55.477Z] #65 18.66 Reading package lists... [2022-03-04T08:32:55.477Z] #65 ... [2022-03-04T08:32:55.477Z] [2022-03-04T08:32:55.477Z] #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-04T08:32:55.477Z] #70 sha256:5861f8fc17851e375ad4276b2dc88a43b40fced493bdb679640987e970fa2626 [2022-03-04T08:32:55.477Z] #70 25.76 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T08:32:55.477Z] #70 25.76 + GOBIN=/build [2022-03-04T08:32:55.477Z] #70 25.76 + GO111MODULE=on [2022-03-04T08:32:55.477Z] #70 25.76 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-04T08:32:58.001Z] #70 28.85 rootlesskit version 0.14.6 [2022-03-04T08:32:58.001Z] #70 28.87 Usage of /build/rootlesskit-docker-proxy: [2022-03-04T08:32:58.001Z] #70 28.87 -container-ip string [2022-03-04T08:32:58.001Z] #70 28.87 container ip [2022-03-04T08:32:58.001Z] #70 28.87 -container-port int [2022-03-04T08:32:58.001Z] #70 28.87 container port (default -1) [2022-03-04T08:32:58.001Z] #70 28.87 -host-ip string [2022-03-04T08:32:58.001Z] #70 28.87 host ip [2022-03-04T08:32:58.001Z] #70 28.87 -host-port int [2022-03-04T08:32:58.001Z] #70 28.87 host port (default -1) [2022-03-04T08:32:58.001Z] #70 28.87 -proto string [2022-03-04T08:32:58.001Z] #70 28.87 proxy protocol (default "tcp") [2022-03-04T08:32:58.001Z] #70 ... [2022-03-04T08:32:58.001Z] [2022-03-04T08:32:58.001Z] #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-04T08:32:58.001Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:32:58.001Z] #20 19.10 Fetched 40.4 MB in 18s (2262 kB/s) [2022-03-04T08:32:58.001Z] #20 19.10 Reading package lists... [2022-03-04T08:32:58.001Z] #20 28.04 Reading package lists... [2022-03-04T08:32:58.001Z] #20 ... [2022-03-04T08:32:58.001Z] [2022-03-04T08:32:58.001Z] #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-04T08:32:58.001Z] #70 sha256:5861f8fc17851e375ad4276b2dc88a43b40fced493bdb679640987e970fa2626 [2022-03-04T08:32:58.001Z] #70 DONE 29.2s [2022-03-04T08:32:58.001Z] [2022-03-04T08:32:58.001Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T08:32:58.001Z] #71 sha256:6a597cca86857bebafb2a9bd4579bc24f6e63cb1c1a17614fcc82b9c0c39ed46 [2022-03-04T08:32:58.001Z] #71 DONE 0.1s [2022-03-04T08:32:58.001Z] [2022-03-04T08:32:58.001Z] #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-04T08:32:58.001Z] #65 sha256:e6e1a41fd077f28a55a26ffa6d2c1ddafd208b737c70b44c5b2ec23e68320568 [2022-03-04T08:32:58.001Z] #65 18.66 Reading package lists... [2022-03-04T08:32:58.262Z] #65 27.61 Reading package lists... [2022-03-04T08:32:58.262Z] #65 ... [2022-03-04T08:32:58.262Z] [2022-03-04T08:32:58.262Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T08:32:58.262Z] #72 sha256:b76816e9adbf3bfa36677f4f6f5c9c05c7b4c5b9eba002a29fa83a86da25a2fa [2022-03-04T08:32:58.262Z] #72 DONE 0.1s [2022-03-04T08:32:58.262Z] [2022-03-04T08:32:58.262Z] #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-04T08:32:58.262Z] #45 sha256:f22beb2a475971ebd7ca41639c42d7fa4b16d8deab2237d7e538ae73830b1343 [2022-03-04T08:32:58.262Z] #45 19.58 Fetched 40.4 MB in 18s (2229 kB/s) [2022-03-04T08:32:58.262Z] #45 19.58 Reading package lists... [2022-03-04T08:32:59.632Z] #45 28.02 Reading package lists... [2022-03-04T08:32:59.633Z] #45 ... [2022-03-04T08:32:59.633Z] [2022-03-04T08:32:59.633Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T08:32:59.633Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T08:32:59.633Z] #75 CACHED [2022-03-04T08:32:59.633Z] [2022-03-04T08:32:59.633Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T08:32:59.633Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T08:32:59.633Z] #77 CACHED [2022-03-04T08:32:59.890Z] [2022-03-04T08:32:59.890Z] #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-04T08:32:59.890Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:33:01.814Z] Sending build context to Docker daemon 62.45MB [2022-03-04T08:33:01.815Z] [2022-03-04T08:33:01.815Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T08:33:01.815Z] ---> c703d4d60533 [2022-03-04T08:33:01.815Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> c356eff75f14 [2022-03-04T08:33:01.815Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> 67484103484c [2022-03-04T08:33:01.815Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> 0ba8464151b5 [2022-03-04T08:33:01.815Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> 679816628cc7 [2022-03-04T08:33:01.815Z] 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-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> ad62e2ef5008 [2022-03-04T08:33:01.815Z] 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-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> 7ef21ca219c5 [2022-03-04T08:33:01.815Z] 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-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> 2dec22544625 [2022-03-04T08:33:01.815Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> f422b687c49f [2022-03-04T08:33:01.815Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T08:33:01.815Z] ---> Using cache [2022-03-04T08:33:01.815Z] ---> a53e8771d063 [2022-03-04T08:33:01.815Z] Step 11/11 : COPY . . [2022-03-04T08:33:04.062Z] #20 28.04 Reading package lists... [2022-03-04T08:33:04.062Z] #20 ... [2022-03-04T08:33:04.062Z] [2022-03-04T08:33:04.062Z] #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-04T08:33:04.062Z] #65 sha256:e6e1a41fd077f28a55a26ffa6d2c1ddafd208b737c70b44c5b2ec23e68320568 [2022-03-04T08:33:04.062Z] #65 27.61 Reading package lists... [2022-03-04T08:33:06.210Z] #65 35.53 Building dependency tree... [2022-03-04T08:33:06.210Z] #65 37.04 Reading state information... [2022-03-04T08:33:07.145Z] #65 38.36 The following additional packages will be installed: [2022-03-04T08:33:07.145Z] #65 38.37 libbtrfs0 [2022-03-04T08:33:07.145Z] #65 38.51 The following NEW packages will be installed: [2022-03-04T08:33:07.402Z] #65 38.53 libbtrfs-dev libbtrfs0 [2022-03-04T08:33:07.659Z] #65 38.96 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:33:07.659Z] #65 38.96 Need to get 460 kB of archives. [2022-03-04T08:33:07.659Z] #65 38.96 After this operation, 1237 kB of additional disk space will be used. [2022-03-04T08:33:07.659Z] #65 38.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T08:33:07.659Z] #65 38.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T08:33:08.222Z] #65 39.52 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:33:08.478Z] #65 39.80 Fetched 460 kB in 0s (1597 kB/s) [2022-03-04T08:33:08.735Z] #65 39.85 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T08:33:08.735Z] #65 39.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-04T08:33:08.735Z] #65 39.91 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T08:33:08.735Z] #65 39.91 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:33:08.735Z] #65 39.97 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T08:33:08.735Z] #65 39.97 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T08:33:08.735Z] #65 39.98 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:33:08.991Z] #65 40.08 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:33:08.991Z] #65 40.10 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:33:08.991Z] #65 40.11 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:33:08.991Z] #65 DONE 40.2s [2022-03-04T08:33:08.991Z] [2022-03-04T08:33:08.991Z] #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-04T08:33:08.991Z] #45 sha256:f22beb2a475971ebd7ca41639c42d7fa4b16d8deab2237d7e538ae73830b1343 [2022-03-04T08:33:08.991Z] #45 28.02 Reading package lists... [2022-03-04T08:33:08.991Z] #45 35.53 Building dependency tree... [2022-03-04T08:33:08.991Z] #45 36.88 Reading state information... [2022-03-04T08:33:08.991Z] #45 38.11 The following additional packages will be installed: [2022-03-04T08:33:08.991Z] #45 38.12 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-04T08:33:08.991Z] #45 38.15 Suggested packages: [2022-03-04T08:33:08.991Z] #45 38.16 cmake-doc ninja-build lrzip [2022-03-04T08:33:08.991Z] #45 38.16 Recommended packages: [2022-03-04T08:33:08.991Z] #45 38.16 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-04T08:33:08.991Z] #45 38.63 The following NEW packages will be installed: [2022-03-04T08:33:08.991Z] #45 38.65 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-04T08:33:08.991Z] #45 39.00 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:33:08.991Z] #45 39.00 Need to get 8418 kB of archives. [2022-03-04T08:33:08.991Z] #45 39.00 After this operation, 34.9 MB of additional disk space will be used. [2022-03-04T08:33:08.991Z] #45 39.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T08:33:08.991Z] #45 39.00 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-04T08:33:08.991Z] #45 39.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-04T08:33:08.991Z] #45 39.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-04T08:33:08.991Z] #45 39.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-04T08:33:08.991Z] #45 39.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-04T08:33:08.991Z] #45 39.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-04T08:33:08.991Z] #45 39.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-04T08:33:08.991Z] #45 39.66 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:33:08.992Z] #45 39.82 Fetched 8418 kB in 0s (20.9 MB/s) [2022-03-04T08:33:08.992Z] #45 39.85 Selecting previously unselected package xxd. [2022-03-04T08:33:08.992Z] #45 39.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-04T08:33:08.992Z] #45 39.88 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:33:08.992Z] #45 39.89 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:33:08.992Z] #45 39.96 Selecting previously unselected package vim-common. [2022-03-04T08:33:08.992Z] #45 39.96 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:33:08.992Z] #45 39.97 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:33:08.992Z] #45 40.05 Selecting previously unselected package cmake-data. [2022-03-04T08:33:08.992Z] #45 40.05 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-04T08:33:08.992Z] #45 40.05 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T08:33:09.247Z] #45 ... [2022-03-04T08:33:09.247Z] [2022-03-04T08:33:09.247Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T08:33:09.247Z] #66 sha256:97a81fbcc806c17fd4c8d966b47346a3d9a9ce4d1afbd120f82bb9a64fbd54d4 [2022-03-04T08:33:09.247Z] #66 DONE 0.1s [2022-03-04T08:33:09.247Z] [2022-03-04T08:33:09.247Z] #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-04T08:33:09.247Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:33:09.808Z] #67 0.739 + RM_GOPATH=0 [2022-03-04T08:33:09.808Z] #67 0.739 + TMP_GOPATH= [2022-03-04T08:33:09.808Z] #67 0.739 + : /build [2022-03-04T08:33:09.808Z] #67 0.739 + '[' -z '' ']' [2022-03-04T08:33:09.808Z] #67 0.739 ++ mktemp -d [2022-03-04T08:33:09.808Z] #67 0.743 + export GOPATH=/tmp/tmp.CrAtUho0MV [2022-03-04T08:33:09.808Z] #67 0.743 + GOPATH=/tmp/tmp.CrAtUho0MV [2022-03-04T08:33:09.808Z] #67 0.743 + RM_GOPATH=1 [2022-03-04T08:33:09.808Z] #67 0.743 + case "$(go env GOARCH)" in [2022-03-04T08:33:09.808Z] #67 0.743 ++ go env GOARCH [2022-03-04T08:33:09.808Z] #67 0.754 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:33:09.808Z] #67 0.754 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:33:09.808Z] #67 0.754 ++ dirname /install.sh [2022-03-04T08:33:09.808Z] #67 0.755 + dir=/ [2022-03-04T08:33:09.808Z] #67 0.755 + bin=containerd [2022-03-04T08:33:09.808Z] #67 0.755 + shift [2022-03-04T08:33:09.808Z] #67 0.755 + '[' '!' -f //containerd.installer ']' [2022-03-04T08:33:09.808Z] #67 0.755 + . //containerd.installer [2022-03-04T08:33:09.808Z] #67 0.755 ++ set -e [2022-03-04T08:33:09.808Z] #67 0.756 ++ : v1.5.9 [2022-03-04T08:33:09.808Z] #67 0.756 + install_containerd [2022-03-04T08:33:09.808Z] #67 0.756 + echo 'Install containerd version v1.5.9' [2022-03-04T08:33:09.808Z] #67 0.756 Install containerd version v1.5.9 [2022-03-04T08:33:09.808Z] #67 0.757 + git clone https://github.com/containerd/containerd.git /tmp/tmp.CrAtUho0MV/src/github.com/containerd/containerd [2022-03-04T08:33:09.808Z] #67 0.777 Cloning into '/tmp/tmp.CrAtUho0MV/src/github.com/containerd/containerd'... [2022-03-04T08:33:10.326Z] ---> 581444fcb490 [2022-03-04T08:33:10.326Z] Successfully built 581444fcb490 [2022-03-04T08:33:10.326Z] Successfully tagged docker:latest [2022-03-04T08:33:10.326Z] INFO: Image build ended at 03/04/2022 08:33:09. Duration:00:00:29.6833089 [2022-03-04T08:33:10.326Z] [2022-03-04T08:33:10.326Z] [2022-03-04T08:33:10.326Z] INFO: Building the test binaries at 03/04/2022 08:33:09... [2022-03-04T08:33:11.707Z] #67 ... [2022-03-04T08:33:11.707Z] [2022-03-04T08:33:11.707Z] #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-04T08:33:11.707Z] #45 sha256:f22beb2a475971ebd7ca41639c42d7fa4b16d8deab2237d7e538ae73830b1343 [2022-03-04T08:33:11.707Z] #45 40.98 Selecting previously unselected package libarchive13:amd64. [2022-03-04T08:33:11.707Z] #45 41.00 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-04T08:33:11.707Z] #45 41.01 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T08:33:11.707Z] #45 41.11 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-04T08:33:11.707Z] #45 41.12 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-04T08:33:11.707Z] #45 41.12 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T08:33:11.707Z] #45 41.19 Selecting previously unselected package librhash0:amd64. [2022-03-04T08:33:11.707Z] #45 41.19 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-04T08:33:11.707Z] #45 41.20 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-04T08:33:11.707Z] #45 41.27 Selecting previously unselected package libuv1:amd64. [2022-03-04T08:33:11.707Z] #45 41.27 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-04T08:33:11.707Z] #45 41.28 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-04T08:33:11.707Z] #45 41.34 Selecting previously unselected package cmake. [2022-03-04T08:33:11.707Z] #45 41.35 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-04T08:33:11.707Z] #45 41.35 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-04T08:33:11.707Z] #45 42.36 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T08:33:11.707Z] #45 42.37 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:33:11.707Z] #45 42.38 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-04T08:33:11.707Z] #45 42.39 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:33:11.707Z] #45 42.41 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T08:33:11.707Z] #45 42.42 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-04T08:33:11.707Z] #45 42.43 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T08:33:11.707Z] #45 42.45 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-04T08:33:11.707Z] #45 42.46 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:33:11.707Z] #45 DONE 42.7s [2022-03-04T08:33:11.707Z] [2022-03-04T08:33:11.707Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T08:33:11.707Z] #46 sha256:06f10fc46096db82150c19b82f661ed8178b47172451ea897ae33a2e79051a84 [2022-03-04T08:33:11.707Z] #46 DONE 0.1s [2022-03-04T08:33:11.707Z] [2022-03-04T08:33:11.707Z] #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-04T08:33:11.707Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:33:11.707Z] #20 28.04 Reading package lists... [2022-03-04T08:33:11.707Z] #20 36.49 Building dependency tree... [2022-03-04T08:33:11.707Z] #20 38.02 Reading state information... [2022-03-04T08:33:11.707Z] #20 39.10 The following additional packages will be installed: [2022-03-04T08:33:11.707Z] #20 39.10 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T08:33:11.707Z] #20 39.11 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-04T08:33:11.707Z] #20 39.11 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-04T08:33:11.707Z] #20 39.11 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-04T08:33:11.707Z] #20 39.11 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-04T08:33:11.707Z] #20 39.12 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-04T08:33:11.707Z] #20 39.12 mingw-w64-common mingw-w64-x86-64-dev [2022-03-04T08:33:11.707Z] #20 39.15 Suggested packages: [2022-03-04T08:33:11.707Z] #20 39.15 gcc-10-locales seccomp wine64 [2022-03-04T08:33:11.707Z] #20 39.75 The following NEW packages will be installed: [2022-03-04T08:33:11.707Z] #20 39.75 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T08:33:11.707Z] #20 39.75 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-04T08:33:11.707Z] #20 39.75 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-04T08:33:11.707Z] #20 39.76 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-04T08:33:11.707Z] #20 39.76 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-04T08:33:11.707Z] #20 39.76 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-04T08:33:11.707Z] #20 39.77 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-04T08:33:11.707Z] #20 39.77 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-04T08:33:11.707Z] #20 39.77 mingw-w64-x86-64-dev [2022-03-04T08:33:11.707Z] #20 40.16 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:33:11.707Z] #20 40.16 Need to get 115 MB of archives. [2022-03-04T08:33:11.707Z] #20 40.16 After this operation, 645 MB of additional disk space will be used. [2022-03-04T08:33:11.707Z] #20 40.16 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-04T08:33:11.707Z] #20 40.22 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-04T08:33:11.707Z] #20 40.27 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-04T08:33:11.707Z] #20 40.27 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-04T08:33:11.707Z] #20 40.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-04T08:33:11.707Z] #20 40.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-04T08:33:11.707Z] #20 40.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-04T08:33:11.707Z] #20 40.41 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-04T08:33:11.707Z] #20 40.42 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-04T08:33:11.707Z] #20 40.63 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-04T08:33:11.707Z] #20 41.08 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-04T08:33:11.707Z] #20 41.23 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-04T08:33:11.707Z] #20 41.40 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-04T08:33:11.707Z] #20 41.71 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-04T08:33:11.707Z] #20 41.83 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-04T08:33:11.707Z] #20 41.83 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-04T08:33:11.707Z] #20 41.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-04T08:33:11.707Z] #20 41.84 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T08:33:11.707Z] #20 41.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T08:33:11.707Z] #20 41.84 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-04T08:33:11.707Z] #20 41.84 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-04T08:33:11.707Z] #20 41.85 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-04T08:33:11.707Z] #20 41.85 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-04T08:33:11.707Z] #20 41.85 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-04T08:33:11.707Z] #20 41.85 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-04T08:33:11.707Z] #20 41.86 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-04T08:33:11.707Z] #20 41.86 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-04T08:33:11.707Z] #20 41.86 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-04T08:33:11.708Z] #20 41.87 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-04T08:33:11.708Z] #20 41.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-04T08:33:11.708Z] #20 42.32 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:33:11.708Z] #20 42.48 Fetched 115 MB in 2s (57.7 MB/s) [2022-03-04T08:33:11.708Z] #20 42.52 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-04T08:33:11.708Z] #20 42.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-04T08:33:11.708Z] #20 42.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T08:33:11.708Z] #20 42.56 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T08:33:11.954Z] ---> 58dfa3133495 [2022-03-04T08:33:12.274Z] #20 43.48 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-04T08:33:12.274Z] #20 43.48 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T08:33:12.274Z] #20 ... [2022-03-04T08:33:12.274Z] [2022-03-04T08:33:12.274Z] #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-04T08:33:12.274Z] #47 sha256:0313fe04167dc9626d011b7055eac5961bbe8043281266f3a6e8b2cad731b0f5 [2022-03-04T08:33:12.274Z] #47 0.671 + RM_GOPATH=0 [2022-03-04T08:33:12.274Z] #47 0.671 + TMP_GOPATH= [2022-03-04T08:33:12.274Z] #47 0.671 + : /build [2022-03-04T08:33:12.274Z] #47 0.671 + '[' -z '' ']' [2022-03-04T08:33:12.274Z] #47 0.673 ++ mktemp -d [2022-03-04T08:33:12.274Z] #47 0.675 + export GOPATH=/tmp/tmp.tHNN4qNa1M [2022-03-04T08:33:12.274Z] #47 0.675 + GOPATH=/tmp/tmp.tHNN4qNa1M [2022-03-04T08:33:12.274Z] #47 0.676 + RM_GOPATH=1 [2022-03-04T08:33:12.274Z] #47 0.676 + case "$(go env GOARCH)" in [2022-03-04T08:33:12.274Z] #47 0.676 ++ go env GOARCH [2022-03-04T08:33:12.274Z] #47 0.681 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:33:12.274Z] #47 0.681 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:33:12.274Z] #47 0.682 ++ dirname /install.sh [2022-03-04T08:33:12.274Z] #47 0.683 + dir=/ [2022-03-04T08:33:12.274Z] #47 0.683 + bin=tini [2022-03-04T08:33:12.274Z] #47 0.683 + shift [2022-03-04T08:33:12.274Z] #47 0.683 + '[' '!' -f //tini.installer ']' [2022-03-04T08:33:12.274Z] #47 0.683 + . //tini.installer [2022-03-04T08:33:12.274Z] #47 0.683 ++ : v0.19.0 [2022-03-04T08:33:12.274Z] #47 0.683 + install_tini [2022-03-04T08:33:12.274Z] #47 0.683 + echo 'Install tini version v0.19.0' [2022-03-04T08:33:12.274Z] #47 0.684 Install tini version v0.19.0 [2022-03-04T08:33:12.274Z] #47 0.684 + git clone https://github.com/krallin/tini.git /tmp/tmp.tHNN4qNa1M/tini [2022-03-04T08:33:12.274Z] #47 0.686 Cloning into '/tmp/tmp.tHNN4qNa1M/tini'... [2022-03-04T08:33:12.411Z] Successfully built 58dfa3133495 [2022-03-04T08:33:12.411Z] Successfully tagged docker:latest [2022-03-04T08:33:12.411Z] INFO: Image build ended at 03/04/2022 08:33:12. Duration:00:00:37.9115411 [2022-03-04T08:33:12.411Z] [2022-03-04T08:33:12.411Z] [2022-03-04T08:33:12.411Z] INFO: Building the test binaries at 03/04/2022 08:33:12... [2022-03-04T08:33:12.531Z] #47 1.067 + cd /tmp/tmp.tHNN4qNa1M/tini [2022-03-04T08:33:12.531Z] #47 1.067 + git checkout -q v0.19.0 [2022-03-04T08:33:12.531Z] #47 1.073 + cmake . [2022-03-04T08:33:12.788Z] #47 1.319 -- The C compiler identification is GNU 10.2.1 [2022-03-04T08:33:12.788Z] #47 1.343 -- Detecting C compiler ABI info [2022-03-04T08:33:13.044Z] #47 1.519 -- Detecting C compiler ABI info - done [2022-03-04T08:33:13.044Z] #47 1.556 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-04T08:33:13.044Z] #47 1.557 -- Detecting C compile features [2022-03-04T08:33:13.044Z] #47 1.558 -- Detecting C compile features - done [2022-03-04T08:33:13.044Z] #47 1.578 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-04T08:33:13.044Z] #47 1.627 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-04T08:33:13.044Z] #47 1.653 -- Configuring done [2022-03-04T08:33:13.044Z] #47 1.661 -- Generating done [2022-03-04T08:33:13.044Z] #47 1.666 -- Build files have been written to: /tmp/tmp.tHNN4qNa1M/tini [2022-03-04T08:33:13.044Z] #47 1.670 + make tini-static [2022-03-04T08:33:13.300Z] #47 1.773 Scanning dependencies of target tini-static [2022-03-04T08:33:13.300Z] #47 1.789 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-04T08:33:13.862Z] #47 2.292 [100%] Linking C executable tini-static [2022-03-04T08:33:14.045Z] INFO: make.ps1 starting at 03/04/2022 08:33:13 [2022-03-04T08:33:14.045Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:33:14.045Z] INFO: Invoking autogen... [2022-03-04T08:33:14.118Z] #47 2.563 [100%] Built target tini-static [2022-03-04T08:33:14.118Z] #47 2.600 + mkdir -p /build [2022-03-04T08:33:14.118Z] #47 2.602 + cp tini-static /build/docker-init [2022-03-04T08:33:14.375Z] #47 DONE 2.9s [2022-03-04T08:33:14.375Z] [2022-03-04T08:33:14.375Z] #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-04T08:33:14.375Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:33:14.375Z] #20 43.48 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T08:33:14.375Z] #20 44.22 Selecting previously unselected package binutils-mingw-w64. [2022-03-04T08:33:14.375Z] #20 44.23 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-04T08:33:14.375Z] #20 44.23 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T08:33:14.375Z] #20 44.30 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-04T08:33:14.375Z] #20 44.31 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:33:14.375Z] #20 44.32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:14.375Z] #20 44.40 Selecting previously unselected package dmsetup. [2022-03-04T08:33:14.375Z] #20 44.40 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:33:14.375Z] #20 44.40 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-04T08:33:14.375Z] #20 44.49 Selecting previously unselected package mingw-w64-common. [2022-03-04T08:33:14.375Z] #20 44.50 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-04T08:33:14.375Z] #20 44.50 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-04T08:33:14.501Z] INFO: Building daemon... [2022-03-04T08:33:15.304Z] #20 46.39 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-04T08:33:15.304Z] #20 46.40 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-04T08:33:15.304Z] #20 46.40 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T08:33:15.562Z] #20 ... [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T08:33:15.562Z] #49 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T08:33:15.562Z] #49 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #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-04T08:33:15.562Z] #50 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T08:33:15.562Z] #50 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #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-04T08:33:15.562Z] #53 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T08:33:15.562Z] #53 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #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-04T08:33:15.562Z] #54 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T08:33:15.562Z] #54 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #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-04T08:33:15.562Z] #56 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T08:33:15.562Z] #56 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.562Z] #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-04T08:33:15.562Z] #58 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T08:33:15.562Z] #58 CACHED [2022-03-04T08:33:15.562Z] [2022-03-04T08:33:15.563Z] #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-04T08:33:15.563Z] #60 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T08:33:15.563Z] #60 CACHED [2022-03-04T08:33:15.820Z] [2022-03-04T08:33:15.820Z] #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-04T08:33:15.820Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:33:16.471Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T08:33:16.471Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2022-03-04T08:33:16.471Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-04T08:33:16.471Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 77.3% of statements [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/builder/remotecontext 0.063s coverage: 13.7% of statements [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/builder/dockerfile 0.169s coverage: 49.3% of statements [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/builder/remotecontext/git 0.949s coverage: 86.3% of statements [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T08:33:16.472Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T08:33:16.472Z] ok github.com/docker/docker/cmd/docker-proxy 0.024s coverage: 67.6% of statements [2022-03-04T08:33:16.749Z] #20 48.06 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-04T08:33:16.749Z] #20 48.06 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:16.749Z] #20 48.07 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T08:33:16.749Z] #20 48.13 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-04T08:33:16.749Z] #20 48.13 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:17.005Z] #20 48.14 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T08:33:17.042Z] ok github.com/docker/docker/client 0.084s coverage: 75.7% of statements [2022-03-04T08:33:18.178Z] INFO: make.ps1 starting at 03/04/2022 08:33:17 [2022-03-04T08:33:18.178Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:33:18.178Z] INFO: Invoking autogen... [2022-03-04T08:33:18.178Z] INFO: Building daemon... [2022-03-04T08:33:18.898Z] #20 50.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-04T08:33:18.898Z] #20 50.10 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:18.898Z] #20 50.11 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:33:23.073Z] #20 53.76 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-04T08:33:23.073Z] #20 53.77 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:23.073Z] #20 53.77 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:33:24.003Z] #20 55.32 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-04T08:33:24.003Z] #20 55.32 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:24.003Z] #20 55.32 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T08:33:25.371Z] #20 ... [2022-03-04T08:33:25.371Z] [2022-03-04T08:33:25.371Z] #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-04T08:33:25.371Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:33:25.371Z] #67 11.61 + cd /tmp/tmp.CrAtUho0MV/src/github.com/containerd/containerd [2022-03-04T08:33:25.371Z] #67 11.61 + git checkout -q v1.5.9 [2022-03-04T08:33:25.371Z] #67 12.51 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-04T08:33:25.371Z] #67 12.51 + BUILDTAGS='netgo osusergo static_build' [2022-03-04T08:33:25.371Z] #67 12.51 + export EXTRA_FLAGS=-buildmode=pie [2022-03-04T08:33:25.371Z] #67 12.51 + EXTRA_FLAGS=-buildmode=pie [2022-03-04T08:33:25.371Z] #67 12.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-04T08:33:25.371Z] #67 12.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-04T08:33:25.371Z] #67 12.51 + '[' '' = dynamic ']' [2022-03-04T08:33:25.371Z] #67 12.51 + make [2022-03-04T08:33:25.371Z] #67 13.28 + bin/ctr [2022-03-04T08:33:29.547Z] #67 ... [2022-03-04T08:33:29.547Z] [2022-03-04T08:33:29.547Z] #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-04T08:33:29.547Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T08:33:29.547Z] #20 56.97 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-04T08:33:29.547Z] #20 56.97 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:29.547Z] #20 56.98 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:33:29.547Z] #20 60.61 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-04T08:33:29.547Z] #20 60.61 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T08:33:29.547Z] #20 60.61 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:33:30.916Z] #20 62.23 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-04T08:33:30.916Z] #20 62.25 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-04T08:33:30.916Z] #20 62.25 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T08:33:30.916Z] #20 62.31 Selecting previously unselected package libapparmor1:amd64. [2022-03-04T08:33:31.172Z] #20 62.32 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-04T08:33:31.172Z] #20 62.32 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T08:33:31.172Z] #20 62.38 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-04T08:33:31.172Z] #20 62.39 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-04T08:33:31.172Z] #20 62.39 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T08:33:31.172Z] #20 62.47 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T08:33:31.172Z] #20 62.47 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T08:33:31.172Z] #20 62.48 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:33:31.172Z] #20 62.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T08:33:31.172Z] #20 62.55 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T08:33:31.172Z] #20 62.56 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:33:31.429Z] #20 62.64 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-04T08:33:31.429Z] #20 62.65 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:33:31.429Z] #20 62.65 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:31.429Z] #20 62.69 Selecting previously unselected package libudev-dev:amd64. [2022-03-04T08:33:31.429Z] #20 62.70 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-04T08:33:31.429Z] #20 62.70 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-04T08:33:31.429Z] #20 62.75 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-04T08:33:31.429Z] #20 62.76 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-04T08:33:31.429Z] #20 62.76 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T08:33:31.429Z] #20 62.86 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-04T08:33:31.685Z] #20 62.87 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-04T08:33:31.685Z] #20 62.87 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T08:33:31.685Z] #20 62.95 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-04T08:33:31.685Z] #20 62.95 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-04T08:33:31.685Z] #20 62.96 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T08:33:31.685Z] #20 63.05 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-04T08:33:31.685Z] #20 63.06 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-04T08:33:31.685Z] #20 63.06 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T08:33:31.685Z] #20 63.10 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-04T08:33:31.685Z] #20 63.11 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-04T08:33:31.942Z] #20 63.12 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T08:33:31.943Z] #20 63.29 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-04T08:33:31.943Z] #20 63.29 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-04T08:33:31.943Z] #20 63.29 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T08:33:32.201Z] #20 63.38 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-04T08:33:32.201Z] #20 63.39 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T08:33:32.201Z] #20 63.39 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:32.201Z] #20 63.44 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-04T08:33:32.201Z] #20 63.44 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-04T08:33:32.201Z] #20 63.45 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T08:33:32.201Z] #20 63.51 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-04T08:33:32.201Z] #20 63.51 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-04T08:33:32.201Z] #20 63.52 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T08:33:32.457Z] #20 63.79 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T08:33:32.457Z] #20 63.80 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T08:33:32.457Z] #20 63.81 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T08:33:32.457Z] #20 63.82 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T08:33:32.457Z] #20 63.83 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T08:33:32.457Z] #20 63.84 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T08:33:32.457Z] #20 63.85 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T08:33:32.457Z] #20 63.86 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T08:33:32.457Z] #20 63.87 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-04T08:33:32.457Z] #20 63.88 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T08:33:32.457Z] #20 63.89 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T08:33:32.536Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:33:32.536Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:33:32.536Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:33:32.536Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:33:32.536Z] [2022-03-04T08:33:32.536Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:33:32.536Z] DOCKER_SYSTEMD=1 [2022-03-04T08:33:32.536Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:33:32.536Z] HOSTNAME=be0a2acc8789 [2022-03-04T08:33:32.536Z] DEST=bundles/test-integration [2022-03-04T08:33:32.536Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:33:32.536Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:33:32.536Z] container=docker [2022-03-04T08:33:32.536Z] HOME=/root [2022-03-04T08:33:32.536Z] LANG=C.UTF-8 [2022-03-04T08:33:32.536Z] INVOCATION_ID=d9369701ac5240cc9a60fe53b08a387b [2022-03-04T08:33:32.536Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:33:32.536Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:33:32.536Z] VALIDATE_BRANCH=master [2022-03-04T08:33:32.536Z] TERM=xterm [2022-03-04T08:33:32.536Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:33:32.536Z] SHLVL=3 [2022-03-04T08:33:32.536Z] TIMEOUT=120m [2022-03-04T08:33:32.536Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:33:32.536Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:33:32.536Z] GO111MODULE=off [2022-03-04T08:33:32.536Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T08:33:32.536Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T08:33:32.536Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:33:32.536Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:33:32.536Z] GOPATH=/go [2022-03-04T08:33:32.536Z] PKG_CONFIG=pkg-config [2022-03-04T08:33:32.536Z] _=/usr/bin/env [2022-03-04T08:33:32.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T08:33:32.714Z] #20 63.90 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T08:33:32.714Z] #20 63.91 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 63.92 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T08:33:32.714Z] #20 63.93 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-04T08:33:32.714Z] #20 63.94 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T08:33:32.714Z] #20 63.95 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T08:33:32.714Z] #20 63.97 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T08:33:32.714Z] #20 63.98 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T08:33:32.714Z] #20 63.98 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.00 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.01 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-04T08:33:32.714Z] #20 64.02 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.03 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-04T08:33:32.714Z] #20 64.03 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T08:33:32.714Z] #20 64.04 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.05 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-04T08:33:32.714Z] #20 64.06 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.07 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T08:33:32.714Z] #20 64.09 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:33.011Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:33:33.011Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:33:33.011Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:33:33.011Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:33:33.011Z] [2022-03-04T08:33:33.012Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:33:33.012Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:33:33.012Z] HOSTNAME=9a324485673a [2022-03-04T08:33:33.012Z] DEST=bundles/test-integration [2022-03-04T08:33:33.012Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:33:33.012Z] DOCKER_ROOTLESS=1 [2022-03-04T08:33:33.012Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:33:33.012Z] container=docker [2022-03-04T08:33:33.012Z] HOME=/root [2022-03-04T08:33:33.012Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:33:33.012Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:33:33.012Z] VALIDATE_BRANCH=master [2022-03-04T08:33:33.012Z] TERM=xterm [2022-03-04T08:33:33.012Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:33:33.012Z] SHLVL=1 [2022-03-04T08:33:33.012Z] TIMEOUT=120m [2022-03-04T08:33:33.012Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:33:33.012Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:33:33.012Z] GO111MODULE=off [2022-03-04T08:33:33.012Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T08:33:33.012Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T08:33:33.012Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:33:33.012Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:33:33.012Z] GOPATH=/go [2022-03-04T08:33:33.012Z] PKG_CONFIG=pkg-config [2022-03-04T08:33:33.012Z] _=/usr/bin/env [2022-03-04T08:33:33.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T08:33:33.018Z] #20 64.10 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-04T08:33:33.018Z] #20 64.11 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:33.018Z] #20 64.12 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T08:33:33.018Z] #20 64.13 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:33:34.923Z] #20 DONE 65.8s [2022-03-04T08:33:34.923Z] [2022-03-04T08:33:34.923Z] #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-04T08:33:34.924Z] #21 sha256:a0b2e165832b3bec00f5255ca7d4aa16d2304d0cfbe567376b1b1638726fe344 [2022-03-04T08:33:35.851Z] #21 1.236 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:33:35.851Z] #21 1.237 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:33:35.851Z] #21 1.237 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:33:36.108Z] #21 1.747 Fetched 39.4 kB in 1s (41.0 kB/s) [2022-03-04T08:33:37.696Z] ---> da6c5d2d6e8e [2022-03-04T08:33:37.696Z] Successfully built da6c5d2d6e8e [2022-03-04T08:33:37.696Z] Successfully tagged docker:latest [2022-03-04T08:33:37.696Z] INFO: Image build ended at 03/04/2022 08:33:37. Duration:00:00:44.1063333 [2022-03-04T08:33:37.696Z] [2022-03-04T08:33:37.696Z] [2022-03-04T08:33:37.696Z] INFO: Building the test binaries at 03/04/2022 08:33:37... [2022-03-04T08:33:41.360Z] #21 1.747 Reading package lists... [2022-03-04T08:33:45.538Z] #21 6.342 Reading package lists... [2022-03-04T08:33:46.370Z] INFO: make.ps1 starting at 03/04/2022 08:33:44 [2022-03-04T08:33:46.370Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:33:46.370Z] INFO: Invoking autogen... [2022-03-04T08:33:46.370Z] INFO: Building daemon... [2022-03-04T08:33:46.906Z] #21 11.04 Building dependency tree... [2022-03-04T08:33:46.906Z] #21 12.15 Reading state information... [2022-03-04T08:33:47.469Z] #21 13.11 The following additional packages will be installed: [2022-03-04T08:33:47.725Z] #21 13.11 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-04T08:33:47.725Z] #21 13.11 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-04T08:33:47.725Z] #21 13.12 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-04T08:33:47.725Z] #21 13.12 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-04T08:33:47.725Z] #21 13.12 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-04T08:33:47.725Z] #21 13.12 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-04T08:33:47.725Z] #21 13.13 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-04T08:33:47.725Z] #21 13.14 Suggested packages: [2022-03-04T08:33:47.725Z] #21 13.14 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-04T08:33:47.725Z] #21 13.14 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-04T08:33:47.725Z] #21 13.14 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-04T08:33:47.725Z] #21 13.14 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-04T08:33:47.725Z] #21 13.14 seccomp:ppc64el seccomp:s390x [2022-03-04T08:33:47.725Z] #21 13.14 Recommended packages: [2022-03-04T08:33:47.725Z] #21 13.14 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-04T08:33:47.725Z] #21 13.15 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-04T08:33:47.725Z] #21 13.15 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-04T08:33:47.725Z] #21 13.15 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-04T08:33:48.291Z] #21 13.58 The following NEW packages will be installed: [2022-03-04T08:33:48.291Z] #21 13.58 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-04T08:33:48.291Z] #21 13.58 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-04T08:33:48.292Z] #21 13.58 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-04T08:33:48.292Z] #21 13.58 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-04T08:33:48.292Z] #21 13.58 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-04T08:33:48.292Z] #21 13.58 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-04T08:33:48.292Z] #21 13.58 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-04T08:33:48.292Z] #21 13.59 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-04T08:33:48.292Z] #21 13.59 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-04T08:33:48.292Z] #21 13.59 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-04T08:33:48.292Z] #21 13.59 libseccomp2:ppc64el libseccomp2:s390x [2022-03-04T08:33:48.548Z] #21 14.02 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:33:48.548Z] #21 14.02 Need to get 15.9 MB of archives. [2022-03-04T08:33:48.548Z] #21 14.02 After this operation, 73.0 MB of additional disk space will be used. [2022-03-04T08:33:48.548Z] #21 14.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-04T08:33:48.805Z] #21 14.25 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-04T08:33:48.805Z] #21 14.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-04T08:33:49.153Z] ok github.com/docker/docker/cmd/dockerd 0.040s coverage: 29.1% of statements [2022-03-04T08:33:49.153Z] ok github.com/docker/docker/container 0.113s coverage: 34.6% of statements [2022-03-04T08:33:49.153Z] ok github.com/docker/docker/cmd/dockerd/trap 2.359s coverage: 0.0% of statements [2022-03-04T08:33:49.153Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T08:33:49.153Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T08:33:49.153Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T08:33:49.153Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T08:33:49.153Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T08:33:49.368Z] #21 14.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-04T08:33:49.626Z] #21 14.93 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-04T08:33:49.626Z] #21 15.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-04T08:33:49.883Z] #21 15.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-04T08:33:49.883Z] #21 15.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-04T08:33:50.449Z] #21 15.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-04T08:33:50.449Z] #21 15.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-04T08:33:50.449Z] #21 15.90 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-04T08:33:50.449Z] #21 15.98 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-04T08:33:50.706Z] #21 16.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-04T08:33:51.271Z] #21 16.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-04T08:33:51.271Z] #21 16.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-04T08:33:51.529Z] #21 16.93 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-04T08:33:51.529Z] #21 17.01 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-04T08:33:51.785Z] #21 17.28 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-04T08:33:52.349Z] #21 17.72 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-04T08:33:52.350Z] #21 17.84 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-04T08:33:52.607Z] #21 18.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-04T08:33:52.607Z] #21 18.09 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-04T08:33:52.607Z] #21 18.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-04T08:33:52.863Z] #21 18.32 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-04T08:33:52.863Z] #21 18.32 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-04T08:33:52.863Z] #21 18.43 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-04T08:33:52.863Z] #21 18.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-04T08:33:53.425Z] #21 18.67 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-04T08:33:53.681Z] #21 19.11 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-04T08:33:53.681Z] #21 19.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-04T08:33:53.938Z] #21 19.43 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-04T08:33:53.938Z] #21 19.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-04T08:33:53.938Z] #21 19.52 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-04T08:33:54.195Z] #21 19.65 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-04T08:33:54.195Z] #21 19.73 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-04T08:33:54.441Z] ok github.com/docker/docker/daemon/cluster 0.043s coverage: 0.5% of statements [2022-03-04T08:33:54.451Z] #21 19.85 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-04T08:33:54.451Z] #21 20.01 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-04T08:33:54.708Z] #21 20.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-04T08:33:54.964Z] #21 20.28 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-04T08:33:54.964Z] #21 20.28 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-04T08:33:55.220Z] #21 20.84 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:33:55.477Z] #21 21.03 Fetched 15.9 MB in 7s (2401 kB/s) [2022-03-04T08:33:55.477Z] #21 21.06 Selecting previously unselected package gcc-10-base:armel. [2022-03-04T08:33:55.733Z] #21 21.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-04T08:33:55.734Z] #21 21.10 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-04T08:33:55.734Z] #21 21.10 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-04T08:33:55.734Z] #21 21.16 Selecting previously unselected package gcc-10-base:armhf. [2022-03-04T08:33:55.734Z] #21 21.16 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-04T08:33:55.734Z] #21 21.16 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-04T08:33:55.734Z] #21 21.20 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-04T08:33:55.734Z] #21 21.21 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-04T08:33:55.734Z] #21 21.21 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-04T08:33:55.734Z] #21 21.25 Selecting previously unselected package gcc-10-base:s390x. [2022-03-04T08:33:55.734Z] #21 21.25 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-04T08:33:55.734Z] #21 21.26 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-04T08:33:55.734Z] #21 21.31 Selecting previously unselected package gcc-10-base:arm64. [2022-03-04T08:33:55.824Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.024s coverage: 65.3% of statements [2022-03-04T08:33:55.991Z] #21 21.31 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-04T08:33:55.991Z] #21 21.31 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-04T08:33:55.991Z] #21 21.37 Selecting previously unselected package libgcc-s1:armel. [2022-03-04T08:33:55.991Z] #21 21.37 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-04T08:33:55.991Z] #21 21.38 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-04T08:33:55.991Z] #21 21.43 Selecting previously unselected package libcrypt1:armel. [2022-03-04T08:33:55.991Z] #21 21.43 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-04T08:33:55.991Z] #21 21.44 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-04T08:33:55.991Z] #21 21.51 Selecting previously unselected package libc6:armel. [2022-03-04T08:33:55.991Z] #21 21.52 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-04T08:33:56.248Z] #21 21.73 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-04T08:33:56.506Z] #21 22.16 Selecting previously unselected package libapparmor1:armel. [2022-03-04T08:33:56.764Z] #21 22.16 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-04T08:33:56.764Z] #21 22.16 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-04T08:33:56.764Z] #21 22.22 Selecting previously unselected package libapparmor-dev:armel. [2022-03-04T08:33:56.764Z] #21 22.22 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-04T08:33:56.764Z] #21 22.22 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-04T08:33:56.764Z] #21 22.28 Selecting previously unselected package libgcc-s1:arm64. [2022-03-04T08:33:56.764Z] #21 22.28 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-04T08:33:56.764Z] #21 22.29 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-04T08:33:56.764Z] #21 22.34 Selecting previously unselected package libcrypt1:arm64. [2022-03-04T08:33:56.764Z] #21 22.34 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-04T08:33:56.764Z] #21 22.35 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-04T08:33:56.764Z] #21 22.43 Selecting previously unselected package libc6:arm64. [2022-03-04T08:33:57.021Z] #21 22.43 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-04T08:33:57.212Z] ok github.com/docker/docker/daemon/cluster/convert 0.016s coverage: 35.9% of statements [2022-03-04T08:33:57.278Z] #21 22.59 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-04T08:33:57.534Z] #21 22.98 Selecting previously unselected package libapparmor1:arm64. [2022-03-04T08:33:57.534Z] #21 22.98 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-04T08:33:57.534Z] #21 22.99 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-04T08:33:57.534Z] #21 23.03 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-04T08:33:57.534Z] #21 23.03 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-04T08:33:57.534Z] #21 23.04 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-04T08:33:57.534Z] #21 23.10 Selecting previously unselected package libgcc-s1:s390x. [2022-03-04T08:33:57.789Z] #21 23.10 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-04T08:33:57.789Z] #21 23.11 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-04T08:33:57.789Z] #21 23.15 Selecting previously unselected package libcrypt1:s390x. [2022-03-04T08:33:57.789Z] #21 23.15 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-04T08:33:57.789Z] #21 23.16 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-04T08:33:57.789Z] #21 23.23 Selecting previously unselected package libc6:s390x. [2022-03-04T08:33:57.789Z] #21 23.24 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-04T08:33:58.045Z] #21 23.44 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-04T08:33:58.301Z] #21 23.95 Selecting previously unselected package libapparmor1:s390x. [2022-03-04T08:33:58.557Z] #21 23.95 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-04T08:33:58.557Z] #21 23.96 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-04T08:33:58.557Z] #21 24.00 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-04T08:33:58.557Z] #21 24.01 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-04T08:33:58.557Z] #21 24.02 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-04T08:33:58.557Z] #21 24.07 Selecting previously unselected package libgcc-s1:armhf. [2022-03-04T08:33:58.557Z] #21 24.07 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-04T08:33:58.557Z] #21 24.08 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-04T08:33:58.557Z] #21 24.12 Selecting previously unselected package libcrypt1:armhf. [2022-03-04T08:33:58.557Z] #21 24.12 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-04T08:33:58.557Z] #21 24.13 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-04T08:33:58.557Z] #21 24.21 Selecting previously unselected package libc6:armhf. [2022-03-04T08:33:58.813Z] #21 24.21 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-04T08:33:59.069Z] #21 24.37 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-04T08:33:59.326Z] #21 24.79 Selecting previously unselected package libapparmor1:armhf. [2022-03-04T08:33:59.326Z] #21 24.79 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-04T08:33:59.326Z] #21 24.80 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-04T08:33:59.326Z] #21 24.84 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-04T08:33:59.326Z] #21 24.84 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-04T08:33:59.326Z] #21 24.85 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-04T08:33:59.326Z] #21 24.91 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-04T08:33:59.582Z] #21 24.91 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-04T08:33:59.582Z] #21 24.92 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-04T08:33:59.582Z] #21 24.96 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-04T08:33:59.582Z] #21 24.97 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-04T08:33:59.582Z] #21 24.97 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-04T08:33:59.582Z] #21 25.04 Selecting previously unselected package libc6:ppc64el. [2022-03-04T08:33:59.582Z] #21 25.04 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-04T08:33:59.841Z] #21 25.15 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-04T08:34:00.097Z] #21 25.57 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-04T08:34:00.097Z] #21 25.58 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-04T08:34:00.097Z] #21 25.58 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-04T08:34:00.097Z] #21 25.62 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-04T08:34:00.097Z] #21 25.62 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-04T08:34:00.097Z] #21 25.62 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-04T08:34:00.097Z] #21 25.67 Selecting previously unselected package libseccomp2:s390x. [2022-03-04T08:34:00.097Z] #21 25.67 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-04T08:34:00.097Z] #21 25.68 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.71 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-04T08:34:00.354Z] #21 25.72 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-04T08:34:00.354Z] #21 25.72 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.78 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-04T08:34:00.354Z] #21 25.78 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-04T08:34:00.354Z] #21 25.79 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.82 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-04T08:34:00.354Z] #21 25.83 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-04T08:34:00.354Z] #21 25.83 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.88 Selecting previously unselected package libseccomp2:armhf. [2022-03-04T08:34:00.354Z] #21 25.88 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-04T08:34:00.354Z] #21 25.89 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.93 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-04T08:34:00.354Z] #21 25.93 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-04T08:34:00.354Z] #21 25.93 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.354Z] #21 25.98 Selecting previously unselected package libseccomp2:armel. [2022-03-04T08:34:00.610Z] #21 25.98 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-04T08:34:00.610Z] #21 25.99 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.610Z] #21 26.03 Selecting previously unselected package libseccomp-dev:armel. [2022-03-04T08:34:00.610Z] #21 26.04 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-04T08:34:00.610Z] #21 26.04 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.610Z] #21 26.10 Selecting previously unselected package libseccomp2:arm64. [2022-03-04T08:34:00.610Z] #21 26.11 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-04T08:34:00.610Z] #21 26.11 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.610Z] #21 26.15 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-04T08:34:00.610Z] #21 26.16 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-04T08:34:00.610Z] #21 26.16 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-04T08:34:00.610Z] #21 26.24 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.25 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.26 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.28 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.29 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.30 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-04T08:34:00.867Z] #21 26.31 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-04T08:34:00.867Z] #21 26.32 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-04T08:34:00.867Z] #21 26.33 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-04T08:34:00.867Z] #21 26.34 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-04T08:34:00.867Z] #21 26.36 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.37 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.38 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.39 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.40 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-04T08:34:00.867Z] #21 26.42 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-04T08:34:00.867Z] #21 ... [2022-03-04T08:34:00.867Z] [2022-03-04T08:34:00.867Z] #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-04T08:34:00.867Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:34:00.867Z] #67 51.84 + bin/containerd [2022-03-04T08:34:05.342Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 13.8% of statements [2022-03-04T08:34:05.342Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.0% of statements [2022-03-04T08:34:05.342Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-04T08:34:05.914Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-03-04T08:34:06.613Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.008s coverage: 4.2% of statements [2022-03-04T08:34:07.415Z] #67 ... [2022-03-04T08:34:07.415Z] [2022-03-04T08:34:07.415Z] #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-04T08:34:07.415Z] #21 sha256:a0b2e165832b3bec00f5255ca7d4aa16d2304d0cfbe567376b1b1638726fe344 [2022-03-04T08:34:07.415Z] #21 27.62 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-04T08:34:07.415Z] #21 28.82 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-04T08:34:07.415Z] #21 30.03 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-04T08:34:07.415Z] #21 31.24 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-04T08:34:07.415Z] #21 32.44 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.45 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.46 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.47 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.48 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.49 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.50 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.51 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.52 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.53 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.54 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.55 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.56 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.57 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.58 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-04T08:34:07.415Z] #21 32.59 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.60 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.61 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.62 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.63 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-04T08:34:07.415Z] #21 32.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:34:07.415Z] #21 DONE 33.0s [2022-03-04T08:34:07.415Z] [2022-03-04T08:34:07.415Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T08:34:07.415Z] #62 sha256:6a7c0014d28890e90744ea04f53b01d41fcd35fbc96f973554c946b21969ffd1 [2022-03-04T08:34:07.558Z] ok github.com/docker/docker/daemon 10.136s coverage: 17.1% of statements [2022-03-04T08:34:07.558Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T08:34:07.558Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T08:34:07.558Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T08:34:07.558Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T08:34:07.678Z] #62 DONE 0.1s [2022-03-04T08:34:07.678Z] [2022-03-04T08:34:07.678Z] #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-04T08:34:07.678Z] #63 sha256:19e3106270c2d871b2966eb70ab6d652c4d2f62f419419923492b935ce1be585 [2022-03-04T08:34:08.128Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 3.0% of statements [2022-03-04T08:34:08.389Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.241s coverage: 56.2% of statements [2022-03-04T08:34:09.045Z] #63 ... [2022-03-04T08:34:09.045Z] [2022-03-04T08:34:09.045Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T08:34:09.045Z] #22 sha256:4ac4ad872842bfa850aa7b3d543c0ee76c796ad055ceb4b1bc364b72237e9765 [2022-03-04T08:34:09.045Z] #22 DONE 1.2s [2022-03-04T08:34:09.045Z] [2022-03-04T08:34:09.045Z] #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-04T08:34:09.045Z] #63 sha256:19e3106270c2d871b2966eb70ab6d652c4d2f62f419419923492b935ce1be585 [2022-03-04T08:34:09.045Z] #63 1.015 + RM_GOPATH=0 [2022-03-04T08:34:09.045Z] #63 1.015 + TMP_GOPATH= [2022-03-04T08:34:09.045Z] #63 1.017 + : /build [2022-03-04T08:34:09.045Z] #63 1.017 + '[' -z '' ']' [2022-03-04T08:34:09.045Z] #63 1.017 ++ mktemp -d [2022-03-04T08:34:09.045Z] #63 1.020 + export GOPATH=/tmp/tmp.f7inUXYvBB [2022-03-04T08:34:09.045Z] #63 1.020 + GOPATH=/tmp/tmp.f7inUXYvBB [2022-03-04T08:34:09.045Z] #63 1.020 + RM_GOPATH=1 [2022-03-04T08:34:09.045Z] #63 1.020 + case "$(go env GOARCH)" in [2022-03-04T08:34:09.045Z] #63 1.021 ++ go env GOARCH [2022-03-04T08:34:09.045Z] #63 1.026 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T08:34:09.045Z] #63 1.027 + GO_BUILDMODE=-buildmode=pie [2022-03-04T08:34:09.045Z] #63 1.027 ++ dirname /install.sh [2022-03-04T08:34:09.045Z] #63 1.028 + dir=/ [2022-03-04T08:34:09.045Z] #63 1.028 + bin=runc [2022-03-04T08:34:09.045Z] #63 1.028 + shift [2022-03-04T08:34:09.045Z] #63 1.029 + '[' '!' -f //runc.installer ']' [2022-03-04T08:34:09.045Z] #63 1.029 + . //runc.installer [2022-03-04T08:34:09.045Z] #63 1.029 ++ set -e [2022-03-04T08:34:09.045Z] #63 1.029 ++ : v1.1.0 [2022-03-04T08:34:09.045Z] #63 1.030 + install_runc [2022-03-04T08:34:09.045Z] #63 1.030 + RUNC_BUILDTAGS=seccomp [2022-03-04T08:34:09.045Z] #63 1.030 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-04T08:34:09.045Z] #63 1.030 Install runc version v1.1.0 (build tags: seccomp) [2022-03-04T08:34:09.045Z] #63 1.030 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.f7inUXYvBB/src/github.com/opencontainers/runc [2022-03-04T08:34:09.045Z] #63 1.032 Cloning into '/tmp/tmp.f7inUXYvBB/src/github.com/opencontainers/runc'... [2022-03-04T08:34:09.607Z] #63 ... [2022-03-04T08:34:09.607Z] [2022-03-04T08:34:09.607Z] #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-04T08:34:09.607Z] #23 sha256:d3ed7677529a75c4f18e5efea7844cef6da548903d42bf4a9059eec3389e8505 [2022-03-04T08:34:09.607Z] #23 DONE 1.0s [2022-03-04T08:34:09.770Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2022-03-04T08:34:09.866Z] [2022-03-04T08:34:09.866Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T08:34:09.866Z] #24 sha256:6dd43561897c541855123096c632fcf7c58cb090a07b1334cec5236d3cc88961 [2022-03-04T08:34:10.428Z] #24 0.788 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-04T08:34:10.428Z] #24 DONE 0.9s [2022-03-04T08:34:10.428Z] [2022-03-04T08:34:10.428Z] #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-04T08:34:10.428Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:34:10.684Z] #67 ... [2022-03-04T08:34:10.684Z] [2022-03-04T08:34:10.684Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T08:34:10.684Z] #25 sha256:78cb96330709bdcd5a393584bc4717b33e81d294a951674cac6a9952c2d6b230 [2022-03-04T08:34:11.153Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.228s coverage: 50.5% of statements [2022-03-04T08:34:11.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T08:34:11.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T08:34:11.616Z] #25 DONE 0.8s [2022-03-04T08:34:11.616Z] [2022-03-04T08:34:11.616Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T08:34:11.616Z] #26 sha256:870c1cce6f65b3a799a3b149588e3ce0df319110a5ca5bc217b2ad7afa61ae83 [2022-03-04T08:34:11.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T08:34:11.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T08:34:12.092Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.126s coverage: 46.2% of statements [2022-03-04T08:34:12.092Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T08:34:12.551Z] #26 DONE 0.9s [2022-03-04T08:34:12.551Z] [2022-03-04T08:34:12.551Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T08:34:12.551Z] #27 sha256:fb1c50eb3460ed6593ffc46f369f4f68e653de031f3d2db47cd5d31bfad60634 [2022-03-04T08:34:13.034Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.8% of statements [2022-03-04T08:34:13.115Z] #27 DONE 0.9s [2022-03-04T08:34:13.115Z] [2022-03-04T08:34:13.115Z] #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-04T08:34:13.115Z] #28 sha256:2d3e89d5b0a94a3a7b4b50041128a3938a35424c90c1228bef78c48a773296cd [2022-03-04T08:34:13.296Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.835s coverage: 58.0% of statements [2022-03-04T08:34:13.296Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-04T08:34:13.296Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T08:34:14.241Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-03-04T08:34:14.486Z] #28 1.163 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-04T08:34:14.486Z] #28 1.309 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-04T08:34:14.486Z] #28 1.394 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T08:34:14.502Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-04T08:34:14.744Z] #28 1.419 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-04T08:34:14.744Z] #28 1.643 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-04T08:34:15.001Z] #28 1.819 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-04T08:34:15.073Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 6.8% of statements [2022-03-04T08:34:15.073Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T08:34:15.073Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T08:34:15.257Z] #28 1.995 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-04T08:34:15.257Z] #28 2.200 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-04T08:34:15.513Z] #28 2.395 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [124 kB] [2022-03-04T08:34:15.769Z] #28 2.395 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [121 kB] [2022-03-04T08:34:15.769Z] #28 2.396 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-04T08:34:15.769Z] #28 2.396 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [116 kB] [2022-03-04T08:34:15.769Z] #28 2.396 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-04T08:34:15.769Z] #28 2.467 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-04T08:34:15.769Z] #28 2.475 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-04T08:34:15.769Z] #28 2.475 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-04T08:34:15.769Z] #28 2.481 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-04T08:34:15.769Z] #28 2.482 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-04T08:34:16.012Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.5% of statements [2022-03-04T08:34:16.584Z] ok github.com/docker/docker/daemon/logger/awslogs 0.142s coverage: 79.9% of statements [2022-03-04T08:34:16.584Z] ok github.com/docker/docker/daemon/logger/fluentd 0.007s coverage: 33.6% of statements [2022-03-04T08:34:16.584Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T08:34:17.158Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2022-03-04T08:34:17.158Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-03-04T08:34:17.420Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-03-04T08:34:17.681Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-03-04T08:34:18.254Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 78.7% of statements [2022-03-04T08:34:18.254Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T08:34:18.514Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 54.7% of statements [2022-03-04T08:34:18.774Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-03-04T08:34:19.069Z] #28 ... [2022-03-04T08:34:19.069Z] [2022-03-04T08:34:19.069Z] #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-04T08:34:19.069Z] #63 sha256:19e3106270c2d871b2966eb70ab6d652c4d2f62f419419923492b935ce1be585 [2022-03-04T08:34:19.069Z] #63 5.788 + cd /tmp/tmp.f7inUXYvBB/src/github.com/opencontainers/runc [2022-03-04T08:34:19.069Z] #63 5.792 + git checkout -q v1.1.0 [2022-03-04T08:34:19.069Z] #63 6.031 + '[' -z '' ']' [2022-03-04T08:34:19.069Z] #63 6.031 + target=static [2022-03-04T08:34:19.069Z] #63 6.031 + make BUILDTAGS=seccomp static [2022-03-04T08:34:19.069Z] #63 6.378 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-04T08:34:19.069Z] #63 11.12 + mkdir -p /build [2022-03-04T08:34:19.069Z] #63 11.12 + cp runc /build/runc [2022-03-04T08:34:19.069Z] #63 DONE 11.4s [2022-03-04T08:34:19.327Z] [2022-03-04T08:34:19.327Z] #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-04T08:34:19.327Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:34:19.716Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-03-04T08:34:19.716Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-04T08:34:20.285Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-04T08:34:21.223Z] ok github.com/docker/docker/daemon/logger/splunk 1.561s coverage: 82.5% of statements [2022-03-04T08:34:21.223Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T08:34:21.223Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T08:34:21.483Z] ok github.com/docker/docker/distribution 0.126s coverage: 26.3% of statements [2022-03-04T08:34:22.054Z] ok github.com/docker/docker/distribution/metadata 0.033s coverage: 48.2% of statements [2022-03-04T08:34:22.054Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T08:34:22.625Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2022-03-04T08:34:23.231Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-04T08:34:23.835Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-04T08:34:24.439Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-04T08:34:24.439Z] ok github.com/docker/docker/distribution/xfer 1.929s coverage: 85.3% of statements [2022-03-04T08:34:24.439Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T08:34:24.581Z] #67 ... [2022-03-04T08:34:24.581Z] [2022-03-04T08:34:24.581Z] #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-04T08:34:24.581Z] #28 sha256:2d3e89d5b0a94a3a7b4b50041128a3938a35424c90c1228bef78c48a773296cd [2022-03-04T08:34:24.581Z] #28 11.01 Fetched 40.4 MB in 10s (3995 kB/s) [2022-03-04T08:34:24.704Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-04T08:34:24.704Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T08:34:25.275Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2022-03-04T08:34:25.847Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-03-04T08:34:26.420Z] ok github.com/docker/docker/opts 0.016s coverage: 67.4% of statements [2022-03-04T08:34:26.681Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-04T08:34:26.816Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T08:34:26.816Z] [2022-03-04T08:34:26.816Z] ________ ____ __. [2022-03-04T08:34:26.816Z] \_____ \ | |/ _| [2022-03-04T08:34:26.816Z] / | \| < [2022-03-04T08:34:26.816Z] / | \ | \ [2022-03-04T08:34:26.816Z] \_______ /____|__ \ [2022-03-04T08:34:26.816Z] \/ \/ [2022-03-04T08:34:26.816Z] [2022-03-04T08:34:26.816Z] INFO: make.ps1 ended at 03/04/2022 08:34:22 [2022-03-04T08:34:26.816Z] INFO: Binaries build ended at 03/04/2022 08:34:24. Duration:00:01:15.1172450 [2022-03-04T08:34:26.816Z] INFO: Copying the built daemon binary to d:\CI\PR-43157\15\binary\dockerd-a75fd11f03.exe... [2022-03-04T08:34:26.816Z] INFO: Copying the built client binary to d:\CI\PR-43157\15\binary\docker-a75fd11f03.exe... [2022-03-04T08:34:26.816Z] INFO: Copying dockerversion from the container... [2022-03-04T08:34:26.816Z] INFO: Copying the golang package from the container to d:\CI\PR-43157\15\installer\go.zip... [2022-03-04T08:34:26.816Z] INFO: Extracting go.zip to d:\CI\PR-43157\15\go [2022-03-04T08:34:28.066Z] ok github.com/docker/docker/pkg/archive 0.273s coverage: 82.3% of statements [2022-03-04T08:34:28.764Z] #28 11.01 Reading package lists... [2022-03-04T08:34:29.451Z] ok github.com/docker/docker/pkg/authorization 0.657s coverage: 68.3% of statements [2022-03-04T08:34:29.451Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-04T08:34:29.451Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-04T08:34:30.492Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:34:30.492Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:34:30.492Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:34:30.492Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:34:30.492Z] [2022-03-04T08:34:30.492Z] + TEST_INTEGRATION_DEST=1 [2022-03-04T08:34:30.492Z] + CONTAINER_NAME=docker-pr15-1 [2022-03-04T08:34:30.492Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T08:34:30.492Z] + run_tests test-integration-flaky [2022-03-04T08:34:30.492Z] + '[' -n 0 ']' [2022-03-04T08:34:30.492Z] + rm= [2022-03-04T08:34:30.492Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43157/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh test-integration-flaky test-integration [2022-03-04T08:34:30.492Z] + c=0 [2022-03-04T08:34:30.492Z] + TEST_INTEGRATION_DEST=2 [2022-03-04T08:34:30.492Z] + TEST_INTEGRATION_DEST=3 [2022-03-04T08:34:30.492Z] + CONTAINER_NAME=docker-pr15-2 [2022-03-04T08:34:30.492Z] + CONTAINER_NAME=docker-pr15-3 [2022-03-04T08:34:30.492Z] + TEST_SKIP_INTEGRATION=1 [2022-03-04T08:34:30.492Z] + TEST_SKIP_INTEGRATION=1 [2022-03-04T08:34:30.492Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-04T08:34:30.492Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-04T08:34:30.492Z] + run_tests [2022-03-04T08:34:30.492Z] + run_tests [2022-03-04T08:34:30.492Z] + '[' -n 0 ']' [2022-03-04T08:34:30.492Z] + '[' -n 0 ']' [2022-03-04T08:34:30.492Z] + rm= [2022-03-04T08:34:30.492Z] + rm= [2022-03-04T08:34:30.492Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43157/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh '' test-integration [2022-03-04T08:34:30.492Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43157/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh '' test-integration [2022-03-04T08:34:30.492Z] ++ jobs -p [2022-03-04T08:34:30.492Z] + for job in $(jobs -p) [2022-03-04T08:34:30.492Z] + wait 22589 [2022-03-04T08:34:30.492Z] [2022-03-04T08:34:30.492Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:34:30.492Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:34:30.492Z] HOSTNAME=3ba6de063b82 [2022-03-04T08:34:30.492Z] TEST_SKIP_INTEGRATION=1 [2022-03-04T08:34:30.492Z] TESTDEBUG=0 [2022-03-04T08:34:30.492Z] DEST=bundles/test-integration [2022-03-04T08:34:30.492Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:34:30.492Z] KEEPBUNDLE=1 [2022-03-04T08:34:30.492Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:34:30.492Z] container=docker [2022-03-04T08:34:30.492Z] HOME=/root [2022-03-04T08:34:30.492Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:34:30.492Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:34:30.492Z] VALIDATE_BRANCH=master [2022-03-04T08:34:30.492Z] TERM=xterm [2022-03-04T08:34:30.492Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:34:30.492Z] SHLVL=1 [2022-03-04T08:34:30.492Z] TIMEOUT=120m [2022-03-04T08:34:30.492Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:34:30.492Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:34:30.492Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-04T08:34:30.492Z] GO111MODULE=off [2022-03-04T08:34:30.492Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:34:30.492Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:34:30.492Z] GOPATH=/go [2022-03-04T08:34:30.492Z] PKG_CONFIG=pkg-config [2022-03-04T08:34:30.492Z] _=/usr/bin/env [2022-03-04T08:34:30.492Z] Building test suite binary ./integration-cli/test.main [2022-03-04T08:34:30.492Z] [2022-03-04T08:34:30.492Z] [2022-03-04T08:34:30.492Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-04T08:34:30.492Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:34:30.492Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:34:30.492Z] HOSTNAME=415da104d380 [2022-03-04T08:34:30.492Z] TEST_SKIP_INTEGRATION=1 [2022-03-04T08:34:30.492Z] TESTDEBUG=0 [2022-03-04T08:34:30.492Z] DEST=bundles/test-integration [2022-03-04T08:34:30.492Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:34:30.492Z] KEEPBUNDLE=1 [2022-03-04T08:34:30.492Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:34:30.492Z] container=docker [2022-03-04T08:34:30.492Z] HOME=/root [2022-03-04T08:34:30.492Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:34:30.492Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:34:30.492Z] VALIDATE_BRANCH=master [2022-03-04T08:34:30.492Z] TERM=xterm [2022-03-04T08:34:30.492Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:34:30.492Z] SHLVL=1 [2022-03-04T08:34:30.492Z] TIMEOUT=120m [2022-03-04T08:34:30.492Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:34:30.492Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:34:30.492Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-04T08:34:30.492Z] GO111MODULE=off [2022-03-04T08:34:30.492Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:34:30.492Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:34:30.492Z] GOPATH=/go [2022-03-04T08:34:30.492Z] PKG_CONFIG=pkg-config [2022-03-04T08:34:30.492Z] _=/usr/bin/env [2022-03-04T08:34:30.492Z] Building test suite binary ./integration-cli/test.main [2022-03-04T08:34:30.492Z] No new tests added to integration. [2022-03-04T08:34:30.492Z] [2022-03-04T08:34:30.492Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:34:30.492Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:34:30.492Z] HOSTNAME=9d9b41747f17 [2022-03-04T08:34:30.492Z] TESTDEBUG=0 [2022-03-04T08:34:30.492Z] DEST=bundles/test-integration [2022-03-04T08:34:30.492Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:34:30.492Z] KEEPBUNDLE=1 [2022-03-04T08:34:30.492Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:34:30.492Z] container=docker [2022-03-04T08:34:30.492Z] HOME=/root [2022-03-04T08:34:30.492Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:34:30.492Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:34:30.492Z] VALIDATE_BRANCH=master [2022-03-04T08:34:30.492Z] TERM=xterm [2022-03-04T08:34:30.492Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:34:30.492Z] SHLVL=1 [2022-03-04T08:34:30.492Z] TIMEOUT=120m [2022-03-04T08:34:30.492Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:34:30.492Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:34:30.492Z] GO111MODULE=off [2022-03-04T08:34:30.492Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T08:34:30.492Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:34:30.492Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:34:30.492Z] GOPATH=/go [2022-03-04T08:34:30.492Z] PKG_CONFIG=pkg-config [2022-03-04T08:34:30.492Z] _=/usr/bin/env [2022-03-04T08:34:30.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T08:34:32.746Z] ok github.com/docker/docker/pkg/chrootarchive 2.514s coverage: 43.5% of statements [2022-03-04T08:34:32.746Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 6.7% of statements [2022-03-04T08:34:33.006Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-04T08:34:33.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T08:34:33.265Z] ok github.com/docker/docker/layer 7.146s coverage: 68.9% of statements [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T08:34:33.266Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T08:34:33.266Z] ok github.com/docker/docker/pkg/dmesg 0.016s coverage: 83.3% of statements [2022-03-04T08:34:33.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T08:34:33.835Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-03-04T08:34:34.095Z] ok github.com/docker/docker/pkg/fsutils 0.123s coverage: 85.1% of statements [2022-03-04T08:34:34.095Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-04T08:34:34.095Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-04T08:34:34.271Z] #28 15.81 Reading package lists... [2022-03-04T08:34:35.037Z] ok github.com/docker/docker/pkg/idtools 0.371s coverage: 69.5% of statements [2022-03-04T08:34:35.037Z] ok github.com/docker/docker/pkg/ioutils 0.349s coverage: 71.5% of statements [2022-03-04T08:34:35.202Z] #28 20.73 Building dependency tree... [2022-03-04T08:34:35.203Z] #28 21.86 Reading state information... [2022-03-04T08:34:35.298Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-03-04T08:34:35.298Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-03-04T08:34:35.298Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T08:34:35.298Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-04T08:34:35.299Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T08:34:35.559Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-03-04T08:34:35.559Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-04T08:34:35.768Z] #28 22.62 bzip2 is already the newest version (1.0.8-4). [2022-03-04T08:34:35.768Z] #28 22.62 patch is already the newest version (2.7.6-7). [2022-03-04T08:34:35.768Z] #28 22.62 xz-utils is already the newest version (5.2.5-2). [2022-03-04T08:34:35.768Z] #28 22.62 The following additional packages will be installed: [2022-03-04T08:34:35.768Z] #28 22.62 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-04T08:34:35.768Z] #28 22.63 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-04T08:34:35.768Z] #28 22.63 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-04T08:34:35.768Z] #28 22.63 python3-pkg-resources vim-runtime xxd [2022-03-04T08:34:35.768Z] #28 22.64 Suggested packages: [2022-03-04T08:34:35.768Z] #28 22.64 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-04T08:34:35.821Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2022-03-04T08:34:35.821Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-03-04T08:34:35.821Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2022-03-04T08:34:35.821Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T08:34:35.821Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T08:34:36.025Z] #28 22.64 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-04T08:34:36.025Z] #28 22.64 Recommended packages: [2022-03-04T08:34:36.025Z] #28 22.64 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-04T08:34:36.391Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-03-04T08:34:36.957Z] #28 23.71 The following NEW packages will be installed: [2022-03-04T08:34:36.957Z] #28 23.71 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-04T08:34:36.957Z] #28 23.71 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-04T08:34:36.957Z] #28 23.71 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-04T08:34:36.957Z] #28 23.72 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-04T08:34:36.957Z] #28 23.72 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-04T08:34:36.957Z] #28 23.72 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-04T08:34:36.957Z] #28 23.72 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-04T08:34:36.962Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-04T08:34:37.214Z] #28 24.06 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T08:34:37.214Z] #28 24.06 Need to get 18.6 MB of archives. [2022-03-04T08:34:37.214Z] #28 24.06 After this operation, 71.4 MB of additional disk space will be used. [2022-03-04T08:34:37.214Z] #28 24.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-04T08:34:37.214Z] #28 24.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-04T08:34:37.214Z] #28 24.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-04T08:34:37.214Z] #28 24.07 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-04T08:34:37.214Z] #28 24.07 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-04T08:34:37.214Z] #28 24.07 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-04T08:34:37.214Z] #28 24.07 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-04T08:34:37.214Z] #28 24.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-04T08:34:37.215Z] #28 24.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T08:34:37.215Z] #28 24.08 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-04T08:34:37.215Z] #28 24.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-04T08:34:37.215Z] #28 24.09 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-04T08:34:37.215Z] #28 24.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-04T08:34:37.215Z] #28 24.10 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-04T08:34:37.222Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-04T08:34:37.222Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-04T08:34:37.471Z] #28 24.10 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-04T08:34:37.471Z] #28 24.10 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-04T08:34:37.471Z] #28 24.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-04T08:34:37.471Z] #28 24.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-04T08:34:37.471Z] #28 24.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-04T08:34:37.471Z] #28 24.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-04T08:34:37.471Z] #28 24.11 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-04T08:34:37.471Z] #28 24.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-04T08:34:37.471Z] #28 24.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-04T08:34:37.471Z] #28 24.13 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-04T08:34:37.471Z] #28 24.13 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-04T08:34:37.471Z] #28 24.15 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-04T08:34:37.471Z] #28 24.15 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-04T08:34:37.471Z] #28 24.15 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T08:34:37.471Z] #28 24.15 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-04T08:34:37.471Z] #28 24.16 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-04T08:34:37.471Z] #28 24.16 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-04T08:34:37.471Z] #28 24.17 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-04T08:34:37.471Z] #28 24.18 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-04T08:34:37.471Z] #28 24.19 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-04T08:34:37.471Z] #28 24.20 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-04T08:34:37.471Z] #28 24.26 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-04T08:34:37.471Z] #28 24.28 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-04T08:34:37.471Z] #28 24.29 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-04T08:34:37.471Z] #28 24.29 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-04T08:34:38.033Z] #28 24.74 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T08:34:38.033Z] #28 24.96 Fetched 18.6 MB in 1s (35.7 MB/s) [2022-03-04T08:34:38.289Z] #28 25.01 Selecting previously unselected package pigz. [2022-03-04T08:34:38.290Z] #28 25.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-04T08:34:38.290Z] #28 25.06 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-04T08:34:38.290Z] #28 25.07 Unpacking pigz (2.6-1) ... [2022-03-04T08:34:38.290Z] #28 25.11 Selecting previously unselected package libelf1:amd64. [2022-03-04T08:34:38.290Z] #28 25.12 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-04T08:34:38.290Z] #28 25.13 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-04T08:34:38.546Z] #28 25.21 Selecting previously unselected package libbpf0:amd64. [2022-03-04T08:34:38.546Z] #28 25.22 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-04T08:34:38.546Z] #28 25.23 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-04T08:34:38.546Z] #28 25.28 Selecting previously unselected package libcap2:amd64. [2022-03-04T08:34:38.546Z] #28 25.29 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-04T08:34:38.546Z] #28 25.29 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-04T08:34:38.546Z] #28 25.34 Selecting previously unselected package libmnl0:amd64. [2022-03-04T08:34:38.546Z] #28 25.35 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-04T08:34:38.546Z] #28 25.35 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-04T08:34:38.546Z] #28 25.38 Selecting previously unselected package libxtables12:amd64. [2022-03-04T08:34:38.546Z] #28 25.39 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-04T08:34:38.546Z] #28 25.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-04T08:34:38.546Z] #28 25.43 Selecting previously unselected package libcap2-bin. [2022-03-04T08:34:38.546Z] #28 25.43 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-04T08:34:38.546Z] #28 25.44 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-04T08:34:38.602Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-03-04T08:34:38.602Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-03-04T08:34:38.803Z] #28 25.49 Selecting previously unselected package iproute2. [2022-03-04T08:34:38.803Z] #28 25.50 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-04T08:34:38.803Z] #28 25.50 Unpacking iproute2 (5.10.0-4) ... [2022-03-04T08:34:38.862Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-04T08:34:39.061Z] #28 25.71 Selecting previously unselected package xxd. [2022-03-04T08:34:39.061Z] #28 25.72 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:34:39.061Z] #28 25.72 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:39.061Z] #28 25.78 Selecting previously unselected package vim-common. [2022-03-04T08:34:39.061Z] #28 25.78 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:34:39.061Z] #28 25.80 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:39.061Z] #28 25.90 Selecting previously unselected package bash-completion. [2022-03-04T08:34:39.061Z] #28 25.91 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-04T08:34:39.122Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-04T08:34:39.383Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 63.8% of statements [2022-03-04T08:34:39.644Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-04T08:34:39.915Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-03-04T08:34:39.992Z] #28 26.86 Unpacking bash-completion (1:2.11-2) ... [2022-03-04T08:34:40.250Z] #28 27.07 Selecting previously unselected package apparmor. [2022-03-04T08:34:40.250Z] #28 27.08 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-04T08:34:40.250Z] #28 27.11 Unpacking apparmor (2.13.6-10) ... [2022-03-04T08:34:40.485Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-04T08:34:40.508Z] #28 27.33 Selecting previously unselected package inetutils-ping. [2022-03-04T08:34:40.508Z] #28 27.34 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-04T08:34:40.508Z] #28 27.34 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-04T08:34:40.508Z] #28 27.41 Selecting previously unselected package libip4tc2:amd64. [2022-03-04T08:34:40.508Z] #28 27.41 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-04T08:34:40.508Z] #28 27.41 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T08:34:40.508Z] #28 27.45 Selecting previously unselected package libip6tc2:amd64. [2022-03-04T08:34:40.746Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-03-04T08:34:40.765Z] #28 27.46 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-04T08:34:40.765Z] #28 27.46 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T08:34:40.765Z] #28 27.51 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-04T08:34:40.765Z] #28 27.51 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-04T08:34:40.765Z] #28 27.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T08:34:40.765Z] #28 27.55 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-04T08:34:40.765Z] #28 27.56 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-04T08:34:40.765Z] #28 27.57 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T08:34:40.765Z] #28 27.61 Selecting previously unselected package libnftnl11:amd64. [2022-03-04T08:34:40.765Z] #28 27.62 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-04T08:34:40.765Z] #28 27.62 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T08:34:41.022Z] #28 27.67 Selecting previously unselected package iptables. [2022-03-04T08:34:41.022Z] #28 27.67 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-04T08:34:41.022Z] #28 27.67 Unpacking iptables (1.8.7-1) ... [2022-03-04T08:34:41.022Z] #28 27.82 Selecting previously unselected package libonig5:amd64. [2022-03-04T08:34:41.022Z] #28 27.83 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T08:34:41.022Z] #28 27.83 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T08:34:41.022Z] #28 27.92 Selecting previously unselected package libjq1:amd64. [2022-03-04T08:34:41.279Z] #28 27.92 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T08:34:41.279Z] #28 27.92 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T08:34:41.279Z] #28 27.98 Selecting previously unselected package jq. [2022-03-04T08:34:41.279Z] #28 27.98 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-04T08:34:41.279Z] #28 27.99 Unpacking jq (1.6-2.1) ... [2022-03-04T08:34:41.279Z] #28 28.05 Selecting previously unselected package libaio1:amd64. [2022-03-04T08:34:41.279Z] #28 28.05 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-04T08:34:41.279Z] #28 28.05 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-04T08:34:41.279Z] #28 28.09 Selecting previously unselected package libgpm2:amd64. [2022-03-04T08:34:41.279Z] #28 28.10 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-04T08:34:41.279Z] #28 28.10 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-04T08:34:41.279Z] #28 28.14 Selecting previously unselected package libinih1:amd64. [2022-03-04T08:34:41.280Z] #28 28.14 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-04T08:34:41.280Z] #28 28.15 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-04T08:34:41.280Z] #28 28.18 Selecting previously unselected package libnet1:amd64. [2022-03-04T08:34:41.317Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.3% of statements [2022-03-04T08:34:41.317Z] coverage: [no statements] [2022-03-04T08:34:41.317Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-04T08:34:41.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T08:34:41.536Z] #28 28.18 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T08:34:41.536Z] #28 28.19 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T08:34:41.536Z] #28 28.24 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T08:34:41.536Z] #28 28.25 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T08:34:41.536Z] #28 28.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T08:34:41.536Z] #28 28.31 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T08:34:41.536Z] #28 28.32 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T08:34:41.536Z] #28 28.32 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T08:34:41.536Z] #28 28.37 Selecting previously unselected package net-tools. [2022-03-04T08:34:41.536Z] #28 28.37 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-04T08:34:41.536Z] #28 28.37 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T08:34:41.536Z] #28 28.46 Selecting previously unselected package python-pip-whl. [2022-03-04T08:34:41.577Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-04T08:34:41.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T08:34:41.792Z] #28 28.46 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-04T08:34:41.792Z] #28 28.47 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-04T08:34:41.792Z] #28 28.75 Selecting previously unselected package python3-lib2to3. [2022-03-04T08:34:41.792Z] #28 28.75 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-04T08:34:41.837Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-04T08:34:41.837Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-04T08:34:42.050Z] #28 28.75 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-04T08:34:42.050Z] #28 28.82 Selecting previously unselected package python3-distutils. [2022-03-04T08:34:42.050Z] #28 28.84 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-04T08:34:42.050Z] #28 28.84 Unpacking python3-distutils (3.9.2-1) ... [2022-03-04T08:34:42.050Z] #28 28.90 Selecting previously unselected package python3-pkg-resources. [2022-03-04T08:34:42.050Z] #28 28.91 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T08:34:42.050Z] #28 28.92 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T08:34:42.050Z] #28 28.98 Selecting previously unselected package python3-setuptools. [2022-03-04T08:34:42.050Z] #28 28.99 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-04T08:34:42.051Z] #28 28.99 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-04T08:34:42.308Z] #28 29.12 Selecting previously unselected package python3-wheel. [2022-03-04T08:34:42.308Z] #28 29.13 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-04T08:34:42.308Z] #28 29.14 Unpacking python3-wheel (0.34.2-1) ... [2022-03-04T08:34:42.308Z] #28 29.18 Selecting previously unselected package python3-pip. [2022-03-04T08:34:42.308Z] #28 29.18 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-04T08:34:42.308Z] #28 29.19 Unpacking python3-pip (20.3.4-4) ... [2022-03-04T08:34:42.308Z] #28 29.29 Selecting previously unselected package sudo. [2022-03-04T08:34:42.564Z] #28 29.30 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-04T08:34:42.564Z] #28 29.31 Unpacking sudo (1.9.5p2-3) ... [2022-03-04T08:34:42.564Z] #28 29.54 Selecting previously unselected package thin-provisioning-tools. [2022-03-04T08:34:42.820Z] #28 29.55 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-04T08:34:42.820Z] #28 29.55 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-04T08:34:42.820Z] #28 29.67 Selecting previously unselected package uidmap. [2022-03-04T08:34:42.820Z] #28 29.68 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-04T08:34:42.820Z] #28 29.69 Unpacking uidmap (1:4.8.1-1) ... [2022-03-04T08:34:42.820Z] #28 29.75 Selecting previously unselected package vim-runtime. [2022-03-04T08:34:42.820Z] #28 29.76 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T08:34:42.820Z] #28 29.78 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-04T08:34:43.077Z] #28 29.79 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-04T08:34:43.077Z] #28 29.79 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:43.745Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2022-03-04T08:34:43.745Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-04T08:34:44.165Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T08:34:44.165Z] [2022-03-04T08:34:44.165Z] ________ ____ __. [2022-03-04T08:34:44.165Z] \_____ \ | |/ _| [2022-03-04T08:34:44.165Z] / | \| < [2022-03-04T08:34:44.165Z] / | \ | \ [2022-03-04T08:34:44.165Z] \_______ /____|__ \ [2022-03-04T08:34:44.165Z] \/ \/ [2022-03-04T08:34:44.165Z] [2022-03-04T08:34:44.165Z] INFO: make.ps1 ended at 03/04/2022 08:34:34 [2022-03-04T08:34:44.165Z] INFO: Binaries build ended at 03/04/2022 08:34:36. Duration:00:01:24.0546935 [2022-03-04T08:34:44.165Z] INFO: Copying the built daemon binary to d:\CI\PR-43157\15\binary\dockerd-a75fd11f03.exe... [2022-03-04T08:34:44.165Z] INFO: Copying the built client binary to d:\CI\PR-43157\15\binary\docker-a75fd11f03.exe... [2022-03-04T08:34:44.165Z] INFO: Copying dockerversion from the container... [2022-03-04T08:34:44.165Z] INFO: Copying the golang package from the container to d:\CI\PR-43157\15\installer\go.zip... [2022-03-04T08:34:44.165Z] INFO: Extracting go.zip to d:\CI\PR-43157\15\go [2022-03-04T08:34:44.262Z] #28 30.97 Selecting previously unselected package vim. [2022-03-04T08:34:44.262Z] #28 30.99 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T08:34:44.262Z] #28 31.00 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:44.262Z] #28 31.27 Selecting previously unselected package xfsprogs. [2022-03-04T08:34:44.315Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-04T08:34:44.518Z] #28 31.28 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-04T08:34:44.518Z] #28 31.28 Unpacking xfsprogs (5.10.0-4) ... [2022-03-04T08:34:44.518Z] #28 31.47 Selecting previously unselected package zip. [2022-03-04T08:34:44.518Z] #28 31.47 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-04T08:34:44.518Z] #28 31.47 Unpacking zip (3.0-12) ... [2022-03-04T08:34:44.774Z] #28 31.53 Selecting previously unselected package zstd. [2022-03-04T08:34:44.774Z] #28 31.54 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-04T08:34:44.774Z] #28 31.55 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-04T08:34:45.030Z] #28 31.72 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T08:34:45.255Z] ok github.com/docker/docker/quota 0.244s coverage: 71.4% of statements [2022-03-04T08:34:45.286Z] #28 32.10 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T08:34:45.286Z] #28 32.11 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T08:34:45.286Z] #28 32.12 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-04T08:34:45.286Z] #28 32.13 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T08:34:45.286Z] #28 32.14 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-04T08:34:45.286Z] #28 32.15 Setting up uidmap (1:4.8.1-1) ... [2022-03-04T08:34:45.286Z] #28 32.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T08:34:45.286Z] #28 32.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T08:34:45.286Z] #28 32.18 Setting up python3-wheel (0.34.2-1) ... [2022-03-04T08:34:45.515Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-03-04T08:34:45.542Z] #28 32.43 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:45.542Z] #28 32.44 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-04T08:34:45.542Z] #28 32.45 Setting up libcap2-bin (1:2.44-1) ... [2022-03-04T08:34:45.542Z] #28 32.46 Setting up apparmor (2.13.6-10) ... [2022-03-04T08:34:46.469Z] #28 33.37 Setting up zip (3.0-12) ... [2022-03-04T08:34:46.469Z] #28 33.38 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:46.469Z] #28 33.39 Setting up bash-completion (1:2.11-2) ... [2022-03-04T08:34:46.895Z] ok github.com/docker/docker/registry 0.084s coverage: 58.3% of statements [2022-03-04T08:34:46.895Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-03-04T08:34:47.156Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-04T08:34:47.401Z] #28 34.34 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-04T08:34:47.657Z] #28 34.35 Setting up sudo (1.9.5p2-3) ... [2022-03-04T08:34:47.657Z] #28 34.40 invoke-rc.d: could not determine current runlevel [2022-03-04T08:34:47.657Z] #28 34.40 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-04T08:34:47.657Z] #28 34.41 Setting up xfsprogs (5.10.0-4) ... [2022-03-04T08:34:47.657Z] #28 34.42 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-04T08:34:47.657Z] #28 34.43 Setting up inetutils-ping (2:2.0-1) ... [2022-03-04T08:34:47.657Z] #28 34.44 Setting up pigz (2.6-1) ... [2022-03-04T08:34:47.657Z] #28 34.45 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T08:34:47.657Z] #28 34.46 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T08:34:47.657Z] #28 34.48 Setting up python-pip-whl (20.3.4-4) ... [2022-03-04T08:34:47.657Z] #28 34.49 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:47.727Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-04T08:34:47.727Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-03-04T08:34:47.913Z] #28 34.82 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-04T08:34:47.914Z] #28 34.83 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-04T08:34:48.171Z] #28 35.00 Setting up libelf1:amd64 (0.183-1) ... [2022-03-04T08:34:48.171Z] #28 35.01 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-04T08:34:48.171Z] #28 35.02 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T08:34:48.171Z] #28 35.03 Setting up python3-distutils (3.9.2-1) ... [2022-03-04T08:34:48.427Z] #28 35.26 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T08:34:48.427Z] #28 35.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-04T08:34:48.427Z] #28 35.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-04T08:34:48.427Z] #28 35.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-04T08:34:48.427Z] #28 35.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-04T08:34:48.427Z] #28 35.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-04T08:34:48.427Z] #28 35.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-04T08:34:48.427Z] #28 35.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-04T08:34:48.427Z] #28 35.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-04T08:34:48.427Z] #28 35.35 Setting up python3-setuptools (52.0.0-4) ... [2022-03-04T08:34:49.356Z] #28 35.91 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T08:34:49.356Z] #28 35.92 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T08:34:49.356Z] #28 35.93 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-04T08:34:49.356Z] #28 35.94 Setting up python3-pip (20.3.4-4) ... [2022-03-04T08:34:49.613Z] #28 36.40 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T08:34:49.613Z] #28 36.41 Setting up jq (1.6-2.1) ... [2022-03-04T08:34:49.613Z] #28 36.42 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-04T08:34:49.613Z] #28 36.43 Setting up iptables (1.8.7-1) ... [2022-03-04T08:34:49.613Z] #28 36.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.46 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-04T08:34:49.613Z] #28 36.47 Setting up iproute2 (5.10.0-4) ... [2022-03-04T08:34:49.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T08:34:49.871Z] #28 36.67 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T08:34:50.274Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-04T08:34:50.437Z] #28 DONE 37.3s [2022-03-04T08:34:50.437Z] [2022-03-04T08:34:50.437Z] #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-04T08:34:50.437Z] #29 sha256:0158f7aabf606a62ff1aa4a5bf0b497ba3e769f4095d5d029f4a3b25e2a3e592 [2022-03-04T08:34:50.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T08:34:50.847Z] ok github.com/docker/docker/volume/local 0.094s coverage: 76.4% of statements [2022-03-04T08:34:51.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T08:34:51.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T08:34:51.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T08:34:51.370Z] #29 0.747 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-04T08:34:51.370Z] #29 0.750 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-04T08:34:51.370Z] #29 0.753 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-04T08:34:51.370Z] #29 DONE 0.8s [2022-03-04T08:34:51.370Z] [2022-03-04T08:34:51.370Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:34:51.370Z] #30 sha256:fe19eaaa7150079440366463a43936411600e9b44084664a4ff645f9876f99a4 [2022-03-04T08:34:51.420Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-03-04T08:34:51.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T08:34:51.916Z] INFO: Extraction ended at 03/04/2022 08:34:51. Duration:00:00:25.2143185 [2022-03-04T08:34:51.916Z] INFO: Updating the golang and path environment variables [2022-03-04T08:34:51.916Z] INFO: GOPATH=d:\gopath [2022-03-04T08:34:51.916Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T08:34:51.916Z] INFO: Running the daemon under test in debug mode [2022-03-04T08:34:51.916Z] INFO: Starting a daemon under test... [2022-03-04T08:34:51.916Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43157\15\daemon --pidfile d:\CI\PR-43157\15\docker.pid -D [2022-03-04T08:34:51.916Z] INFO: Process started successfully. [2022-03-04T08:34:51.916Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T08:34:51.916Z] INFO: Waiting for the daemon under test to start... [2022-03-04T08:34:52.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T08:34:52.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T08:34:52.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T08:34:52.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T08:34:52.805Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-04T08:34:53.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T08:34:53.429Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T08:34:55.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T08:34:55.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T08:34:56.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T08:34:56.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T08:34:57.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T08:34:57.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T08:34:57.832Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T08:34:57.915Z] #30 ... [2022-03-04T08:34:57.915Z] [2022-03-04T08:34:57.915Z] #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-04T08:34:57.915Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:34:57.915Z] #67 105.2 # github.com/containerd/containerd/cmd/containerd [2022-03-04T08:34:57.915Z] #67 105.2 /usr/bin/ld: /tmp/go-link-1939873304/000019.o: in function `New': [2022-03-04T08:34:57.915Z] #67 105.2 /tmp/tmp.CrAtUho0MV/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-04T08:34:57.915Z] #67 105.2 + bin/containerd-stress [2022-03-04T08:34:57.915Z] #67 106.3 + bin/containerd-shim [2022-03-04T08:34:58.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T08:34:58.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T08:34:58.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T08:34:59.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T08:34:59.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T08:35:00.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T08:35:00.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T08:35:00.437Z] #67 ... [2022-03-04T08:35:00.437Z] [2022-03-04T08:35:00.437Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T08:35:00.437Z] #30 sha256:fe19eaaa7150079440366463a43936411600e9b44084664a4ff645f9876f99a4 [2022-03-04T08:35:00.437Z] #30 6.561 Collecting yamllint==1.26.1 [2022-03-04T08:35:00.437Z] #30 7.644 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-04T08:35:00.437Z] #30 8.116 Collecting pathspec>=0.5.3 [2022-03-04T08:35:00.437Z] #30 8.126 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-04T08:35:00.437Z] #30 8.298 Collecting pyyaml [2022-03-04T08:35:00.437Z] #30 8.309 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-04T08:35:00.437Z] #30 8.348 Building wheels for collected packages: yamllint [2022-03-04T08:35:00.437Z] #30 8.349 Building wheel for yamllint (setup.py): started [2022-03-04T08:35:00.437Z] #30 8.796 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-04T08:35:00.437Z] #30 8.816 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b4aa04492996eec2a5c7a776cd6b2a85689e810a06e4a4204f8104efdd5fd7be [2022-03-04T08:35:00.437Z] #30 8.816 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-04T08:35:00.437Z] #30 8.832 Successfully built yamllint [2022-03-04T08:35:00.437Z] #30 8.862 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-04T08:35:00.437Z] #30 9.158 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-04T08:35:00.699Z] #30 DONE 9.4s [2022-03-04T08:35:00.699Z] [2022-03-04T08:35:00.699Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T08:35:00.699Z] #34 sha256:9e0dc22df8a3787f585666fa5e8ee67f948c7b90f6510d30d39ecd71e98e5f7e [2022-03-04T08:35:00.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T08:35:00.956Z] #34 DONE 0.2s [2022-03-04T08:35:00.956Z] [2022-03-04T08:35:00.956Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T08:35:00.956Z] #39 sha256:1dfd306ed36896c2cac948e784f6009567d5d6b7576c8c638d1d2a1037948499 [2022-03-04T08:35:01.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T08:35:01.217Z] #39 DONE 0.3s [2022-03-04T08:35:01.217Z] [2022-03-04T08:35:01.217Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T08:35:01.217Z] #42 sha256:db84bb97f166af31e613da7c0a6431833f68a990d0232e63702e45cfec2a4b08 [2022-03-04T08:35:01.475Z] #42 DONE 0.2s [2022-03-04T08:35:01.475Z] [2022-03-04T08:35:01.475Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T08:35:01.475Z] #44 sha256:28b8be04855af080882978a55bd2669dce8f1203a9b54f75b10556e24a31444a [2022-03-04T08:35:01.475Z] #44 DONE 0.1s [2022-03-04T08:35:01.475Z] [2022-03-04T08:35:01.475Z] #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-04T08:35:01.475Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:35:01.475Z] #67 ... [2022-03-04T08:35:01.475Z] [2022-03-04T08:35:01.475Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T08:35:01.475Z] #48 sha256:29d276048a618045317b04629b48d677b8d2e651a91ea3f4fe8d60530e8e5320 [2022-03-04T08:35:01.475Z] #48 DONE 0.0s [2022-03-04T08:35:01.475Z] [2022-03-04T08:35:01.475Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T08:35:01.476Z] #51 sha256:183bd1266fc8f623861cfad96707c8e736f05ef62b5b4f25d7d6b75464bb2ab6 [2022-03-04T08:35:01.732Z] #51 DONE 0.3s [2022-03-04T08:35:01.732Z] [2022-03-04T08:35:01.732Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T08:35:01.732Z] #55 sha256:1d8df1570cf7d5d7f94b6631fb9bc692e107f6d93780389876e029a5ad255ac7 [2022-03-04T08:35:01.732Z] #55 DONE 0.1s [2022-03-04T08:35:01.732Z] [2022-03-04T08:35:01.732Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T08:35:01.732Z] #57 sha256:b432bc1c23fce7e16fe145c33275bd8261a9865b903cb3593b9b7ab831af4968 [2022-03-04T08:35:01.732Z] #57 DONE 0.1s [2022-03-04T08:35:01.732Z] [2022-03-04T08:35:01.732Z] #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-04T08:35:01.732Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:35:01.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T08:35:01.933Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T08:35:01.988Z] #67 ... [2022-03-04T08:35:01.988Z] [2022-03-04T08:35:01.988Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T08:35:01.988Z] #59 sha256:913ffaa701a58ca5ffe6f7a43da1441da072b63ba456ef0ab5615d363468c60a [2022-03-04T08:35:01.988Z] #59 DONE 0.3s [2022-03-04T08:35:01.988Z] [2022-03-04T08:35:01.988Z] #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-04T08:35:01.988Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:35:02.244Z] #67 ... [2022-03-04T08:35:02.244Z] [2022-03-04T08:35:02.244Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T08:35:02.244Z] #61 sha256:1ffb04a16c149b555f1c660351ebd748e8469f4d6fcf752fd2fc9ae4e9cc81b5 [2022-03-04T08:35:02.244Z] #61 DONE 0.1s [2022-03-04T08:35:02.244Z] [2022-03-04T08:35:02.244Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T08:35:02.244Z] #64 sha256:b98a15ab71c614d0e2371f01499b32e44e103309a1fa63aa53b76d263a5242ca [2022-03-04T08:35:02.541Z] #64 DONE 0.1s [2022-03-04T08:35:02.541Z] [2022-03-04T08:35:02.541Z] #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-04T08:35:02.541Z] #67 sha256:4b80e58fb8ff2d393b1b19f378a5d90643cae70100861c3979a6007b712ac0f9 [2022-03-04T08:35:02.722Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:35:02.722Z] Using test binary docker [2022-03-04T08:35:02.722Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T08:35:02.722Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-04T08:35:02.722Z] Starting dockerd [2022-03-04T08:35:02.722Z] INFO: Waiting for daemon to start... [2022-03-04T08:35:02.865Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:35:02.865Z] Using test binary docker [2022-03-04T08:35:02.865Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T08:35:02.865Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:35:02.865Z] INFO: Waiting for daemon to start... [2022-03-04T08:35:02.865Z] Starting dockerd [2022-03-04T08:35:04.437Z] #67 115.0 + bin/containerd-shim-runc-v1 [2022-03-04T08:35:04.624Z] . [2022-03-04T08:35:04.624Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:35:04.760Z] . [2022-03-04T08:35:04.760Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:35:04.760Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:35:04.760Z] Error: No such image: emptyfs [2022-03-04T08:35:04.890Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:35:04.890Z] Error: No such image: emptyfs [2022-03-04T08:35:04.890Z] Running integration-test (iteration 1) [2022-03-04T08:35:04.890Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T08:35:05.016Z] Running integration-test (iteration 1) [2022-03-04T08:35:05.016Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T08:35:05.148Z] Loaded image: busybox:latest [2022-03-04T08:35:05.272Z] Loaded image: busybox:latest [2022-03-04T08:35:05.273Z] Loaded image: busybox:glibc [2022-03-04T08:35:05.406Z] Loaded image: busybox:glibc [2022-03-04T08:35:06.639Z] Loaded image: debian:bullseye-slim [2022-03-04T08:35:06.639Z] Loaded image: hello-world:latest [2022-03-04T08:35:06.639Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:35:06.639Z] INFO: Testing against a local daemon [2022-03-04T08:35:06.639Z] === RUN TestCgroupNamespacesBuild [2022-03-04T08:35:06.779Z] Loaded image: debian:bullseye-slim [2022-03-04T08:35:06.779Z] Loaded image: hello-world:latest [2022-03-04T08:35:06.779Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:35:06.779Z] INFO: Testing against a local daemon [2022-03-04T08:35:06.779Z] === RUN TestCgroupNamespacesBuild [2022-03-04T08:35:08.041Z] --- PASS: TestCgroupNamespacesBuild (1.20s) [2022-03-04T08:35:08.041Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T08:35:08.154Z] --- PASS: TestCgroupNamespacesBuild (1.27s) [2022-03-04T08:35:08.154Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T08:35:08.974Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.16s) [2022-03-04T08:35:08.974Z] === RUN TestBuildWithSession [2022-03-04T08:35:08.974Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:35:08.974Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:35:08.974Z] === RUN TestBuildSquashParent [2022-03-04T08:35:09.259Z] INFO: Extraction ended at 03/04/2022 08:35:06. Duration:00:00:27.4983317 [2022-03-04T08:35:09.259Z] INFO: Updating the golang and path environment variables [2022-03-04T08:35:09.259Z] INFO: GOPATH=d:\gopath [2022-03-04T08:35:09.259Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T08:35:09.259Z] INFO: Running the daemon under test in debug mode [2022-03-04T08:35:09.259Z] INFO: Running the daemon under test in containerd mode [2022-03-04T08:35:09.259Z] INFO: Starting a daemon under test... [2022-03-04T08:35:09.259Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43157\15\daemon --pidfile d:\CI\PR-43157\15\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-04T08:35:09.259Z] INFO: Containerd started successfully. [2022-03-04T08:35:09.259Z] INFO: Process started successfully. [2022-03-04T08:35:09.259Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T08:35:09.259Z] INFO: Waiting for the daemon under test to start... [2022-03-04T08:35:09.526Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s) [2022-03-04T08:35:09.526Z] === RUN TestBuildWithSession [2022-03-04T08:35:09.526Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:35:09.526Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:35:09.526Z] === RUN TestBuildSquashParent [2022-03-04T08:35:09.758Z] #67 120.3 + bin/containerd-shim-runc-v2 [2022-03-04T08:35:10.015Z] #67 120.9 + binaries [2022-03-04T08:35:10.015Z] #67 120.9 + install -D bin/containerd /build/containerd [2022-03-04T08:35:10.015Z] #67 121.0 + install -D bin/containerd-shim /build/containerd-shim [2022-03-04T08:35:10.015Z] #67 121.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-04T08:35:10.015Z] #67 121.0 + install -D bin/ctr /build/ctr [2022-03-04T08:35:10.272Z] #67 DONE 121.2s [2022-03-04T08:35:10.905Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.3% of statements [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T08:35:10.905Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === Skipped [2022-03-04T08:35:10.905Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T08:35:10.905Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T08:35:10.905Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T08:35:10.905Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T08:35:10.905Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.905Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-04T08:35:10.905Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.905Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.905Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-04T08:35:10.906Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T08:35:10.906Z] aufs_test.go:37: driver not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-04T08:35:10.906Z] time="2022-03-04T08:34:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-04T08:35:10.906Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-04T08:35:10.906Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-04T08:35:10.906Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:35:10.906Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-04T08:35:10.906Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-04T08:35:10.906Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-04T08:35:10.906Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-04T08:35:10.906Z] [2022-03-04T08:35:10.906Z] DONE 2318 tests, 53 skipped in 194.751s [2022-03-04T08:35:10.906Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:35:10.906Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-04T08:35:10.906Z] + 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-04T08:35:11.203Z] [2022-03-04T08:35:11.203Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T08:35:11.203Z] #68 sha256:146a201604eac6ccc4b54968dd4ccc6815a1e3a93669a031b2f59b52ab332c34 [2022-03-04T08:35:11.458Z] #68 DONE 0.2s [2022-03-04T08:35:11.458Z] [2022-03-04T08:35:11.459Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T08:35:11.459Z] #73 sha256:efe16684b774cdb24f8f75a60fe22682bb2be91f57d0639c787b109a644e31cb [2022-03-04T08:35:11.459Z] #73 DONE 0.1s [2022-03-04T08:35:11.876Z] [2022-03-04T08:35:11.876Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T08:35:11.876Z] #78 sha256:f4f6df46aae9e4958a8c492427859d20769bf1945a6545119e6c9363dd64e8c2 [2022-03-04T08:35:11.876Z] #78 DONE 0.4s [2022-03-04T08:35:12.136Z] [2022-03-04T08:35:12.136Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T08:35:12.136Z] #79 sha256:631aaef8c3dc52ba303ed1f72074b28bea37058a91299e36f451feb46bcb17ef [2022-03-04T08:35:12.136Z] #79 DONE 0.0s [2022-03-04T08:35:12.136Z] [2022-03-04T08:35:12.136Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T08:35:12.136Z] #80 sha256:376e3fb635cf5fc051a3dba82c7cc051278c050a3fc7ada7be053fec13c0bffb [2022-03-04T08:35:12.698Z] #80 DONE 0.8s [2022-03-04T08:35:12.955Z] [2022-03-04T08:35:12.955Z] #81 exporting to image [2022-03-04T08:35:12.955Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T08:35:12.955Z] #81 exporting layers [2022-03-04T08:35:12.961Z] ...INFO: Daemon under test started and replied! [2022-03-04T08:35:12.961Z] INFO: Docker version of the daemon under test [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] Client: [2022-03-04T08:35:12.961Z] Version: 17.06.2-ce [2022-03-04T08:35:12.961Z] API version: 1.30 [2022-03-04T08:35:12.961Z] Go version: go1.8.3 [2022-03-04T08:35:12.961Z] Git commit: cec0b72 [2022-03-04T08:35:12.961Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T08:35:12.961Z] OS/Arch: windows/amd64 [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] Server: [2022-03-04T08:35:12.961Z] Version: 0.0.0-dev [2022-03-04T08:35:12.961Z] API version: 1.42 (minimum version 1.24) [2022-03-04T08:35:12.961Z] Go version: go1.17.7 [2022-03-04T08:35:12.961Z] Git commit: a75fd11f03 [2022-03-04T08:35:12.961Z] Built: 03/04/2022 08:33:13 [2022-03-04T08:35:12.961Z] OS/Arch: windows/amd64 [2022-03-04T08:35:12.961Z] Experimental: false [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] INFO: Docker info of the daemon under test [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] Containers: 0 [2022-03-04T08:35:12.961Z] Running: 0 [2022-03-04T08:35:12.961Z] Paused: 0 [2022-03-04T08:35:12.961Z] Stopped: 0 [2022-03-04T08:35:12.961Z] Images: 0 [2022-03-04T08:35:12.961Z] Server Version: 0.0.0-dev [2022-03-04T08:35:12.961Z] Storage Driver: windowsfilter [2022-03-04T08:35:12.961Z] Windows: [2022-03-04T08:35:12.961Z] Logging Driver: json-file [2022-03-04T08:35:12.961Z] Plugins: [2022-03-04T08:35:12.961Z] Volume: local [2022-03-04T08:35:12.961Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:35:12.961Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:35:12.961Z] Swarm: inactive [2022-03-04T08:35:12.961Z] Default Isolation: process [2022-03-04T08:35:12.961Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:35:12.961Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:35:12.961Z] OSType: windows [2022-03-04T08:35:12.961Z] Architecture: x86_64 [2022-03-04T08:35:12.961Z] CPUs: 4 [2022-03-04T08:35:12.961Z] Total Memory: 32GiB [2022-03-04T08:35:12.961Z] Name: azwin-2-1919f0 [2022-03-04T08:35:12.961Z] ID: 2DTI:6UWY:BFED:O6FX:EA3J:HOND:WM3F:7Y7P:5KFX:LTN6:4PI3:VF24 [2022-03-04T08:35:12.961Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T08:35:12.961Z] Debug Mode (client): false [2022-03-04T08:35:12.961Z] Debug Mode (server): true [2022-03-04T08:35:12.961Z] File Descriptors: -1 [2022-03-04T08:35:12.961Z] Goroutines: 16 [2022-03-04T08:35:12.961Z] System Time: 2022-03-04T08:35:11.3567656Z [2022-03-04T08:35:12.961Z] EventsListeners: 0 [2022-03-04T08:35:12.961Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:35:12.961Z] Labels: [2022-03-04T08:35:12.961Z] Experimental: false [2022-03-04T08:35:12.961Z] Insecure Registries: [2022-03-04T08:35:12.961Z] 127.0.0.0/8 [2022-03-04T08:35:12.961Z] Live Restore Enabled: false [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] INFO: Docker images of the daemon under test [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:35:12.961Z] [2022-03-04T08:35:12.961Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T08:35:12.961Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-04T08:35:12.961Z] ltsc2022: Pulling from windows/servercore [2022-03-04T08:35:12.961Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T08:35:12.961Z] 898469748ff6: Pulling fs layer [2022-03-04T08:35:13.340Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T08:35:13.762Z] --- PASS: TestBuildSquashParent (4.15s) [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:13.762Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:13.762Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:13.762Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:13.762Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:13.809Z] [2022-03-04T08:35:13.809Z] ________ ____ __. [2022-03-04T08:35:13.809Z] \_____ \ | |/ _| [2022-03-04T08:35:13.809Z] / | \| < [2022-03-04T08:35:13.809Z] / | \ | \ [2022-03-04T08:35:13.809Z] \_______ /____|__ \ [2022-03-04T08:35:13.809Z] \/ \/ [2022-03-04T08:35:13.809Z] [2022-03-04T08:35:13.809Z] INFO: make.ps1 ended at 03/04/2022 08:35:13 [2022-03-04T08:35:15.163Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:15.163Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:16.025Z] INFO: Binaries build ended at 03/04/2022 08:35:15. Duration:00:01:37.9124036 [2022-03-04T08:35:16.552Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:16.812Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:17.072Z] --- PASS: TestBuildSquashParent (7.02s) [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:17.072Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:17.072Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:17.072Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:35:17.072Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:35:17.589Z] INFO: Copying the built daemon binary to d:\CI\PR-43157\15\binary\dockerd-a75fd11f03.exe... [2022-03-04T08:35:17.589Z] INFO: Copying the built client binary to d:\CI\PR-43157\15\binary\docker-a75fd11f03.exe... [2022-03-04T08:35:17.589Z] INFO: Copying dockerversion from the container... [2022-03-04T08:35:17.999Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:35:17.999Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:35:18.058Z] INFO: Copying the golang package from the container to d:\CI\PR-43157\15\installer\go.zip... [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.65s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.78s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.46s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.61s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.41s) [2022-03-04T08:35:18.187Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.44s) [2022-03-04T08:35:18.187Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:35:18.187Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:35:19.045Z] INFO: Extracting go.zip to d:\CI\PR-43157\15\go [2022-03-04T08:35:19.560Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:35:19.819Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:35:19.889Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:35:19.889Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:35:20.078Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:35:20.338Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy (2.13s) [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.30s) [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-03-04T08:35:20.338Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-04T08:35:20.338Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:35:20.906Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-03-04T08:35:20.906Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:35:21.783Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.63s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.68s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.89s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.04s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.01s) [2022-03-04T08:35:21.784Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2022-03-04T08:35:21.784Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:35:21.784Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:35:22.285Z] --- PASS: TestBuildLabelWithTargets (0.95s) [2022-03-04T08:35:22.285Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:35:22.285Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-03-04T08:35:22.285Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:35:23.269Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T08:35:23.269Z] 8f616e6e9eec: Download complete [2022-03-04T08:35:24.189Z] --- PASS: TestBuildMultiStageOnBuild (1.55s) [2022-03-04T08:35:24.189Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:35:24.448Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-03-04T08:35:24.448Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:35:25.053Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:35:26.353Z] --- PASS: TestBuildMultiStageLayerLeak (1.69s) [2022-03-04T08:35:26.353Z] === RUN TestBuildWithHugeFile [2022-03-04T08:35:26.420Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:35:26.902Z] ...INFO: Daemon under test started and replied! [2022-03-04T08:35:26.902Z] INFO: Docker version of the daemon under test [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] Client: [2022-03-04T08:35:26.902Z] Version: 17.06.2-ce [2022-03-04T08:35:26.902Z] API version: 1.30 [2022-03-04T08:35:26.902Z] Go version: go1.8.3 [2022-03-04T08:35:26.902Z] Git commit: cec0b72 [2022-03-04T08:35:26.902Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T08:35:26.902Z] OS/Arch: windows/amd64 [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] Server: [2022-03-04T08:35:26.902Z] Version: 0.0.0-dev [2022-03-04T08:35:26.902Z] API version: 1.42 (minimum version 1.24) [2022-03-04T08:35:26.902Z] Go version: go1.17.7 [2022-03-04T08:35:26.902Z] Git commit: a75fd11f03 [2022-03-04T08:35:26.902Z] Built: 03/04/2022 08:33:17 [2022-03-04T08:35:26.902Z] OS/Arch: windows/amd64 [2022-03-04T08:35:26.902Z] Experimental: false [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] INFO: Docker info of the daemon under test [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] Containers: 0 [2022-03-04T08:35:26.902Z] Running: 0 [2022-03-04T08:35:26.902Z] Paused: 0 [2022-03-04T08:35:26.902Z] Stopped: 0 [2022-03-04T08:35:26.902Z] Images: 0 [2022-03-04T08:35:26.902Z] Server Version: 0.0.0-dev [2022-03-04T08:35:26.902Z] Storage Driver: windowsfilter [2022-03-04T08:35:26.902Z] Windows: [2022-03-04T08:35:26.902Z] Logging Driver: json-file [2022-03-04T08:35:26.902Z] Plugins: [2022-03-04T08:35:26.902Z] Volume: local [2022-03-04T08:35:26.902Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:35:26.902Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:35:26.902Z] Swarm: inactive [2022-03-04T08:35:26.902Z] Default Isolation: process [2022-03-04T08:35:26.902Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T08:35:26.902Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T08:35:26.902Z] OSType: windows [2022-03-04T08:35:26.902Z] Architecture: x86_64 [2022-03-04T08:35:26.902Z] CPUs: 4 [2022-03-04T08:35:26.902Z] Total Memory: 32GiB [2022-03-04T08:35:26.902Z] Name: azwin-2-1919f1 [2022-03-04T08:35:26.902Z] ID: DKZU:N4O3:WFHN:6C2S:VPWC:AZXZ:YKQQ:O4AI:V4HV:SJM4:DGIU:MALV [2022-03-04T08:35:26.902Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T08:35:26.902Z] Debug Mode (client): false [2022-03-04T08:35:26.902Z] Debug Mode (server): true [2022-03-04T08:35:26.902Z] File Descriptors: -1 [2022-03-04T08:35:26.902Z] Goroutines: 31 [2022-03-04T08:35:26.902Z] System Time: 2022-03-04T08:35:26.1060019Z [2022-03-04T08:35:26.902Z] EventsListeners: 0 [2022-03-04T08:35:26.902Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:35:26.902Z] Labels: [2022-03-04T08:35:26.902Z] Experimental: false [2022-03-04T08:35:26.902Z] Insecure Registries: [2022-03-04T08:35:26.902Z] 127.0.0.0/8 [2022-03-04T08:35:26.902Z] Live Restore Enabled: false [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] INFO: Docker images of the daemon under test [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:35:26.902Z] [2022-03-04T08:35:26.902Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T08:35:26.902Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-04T08:35:26.902Z] ltsc2022: Pulling from windows/servercore [2022-03-04T08:35:26.902Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T08:35:26.902Z] 898469748ff6: Pulling fs layer [2022-03-04T08:35:26.986Z] 898469748ff6: Verifying Checksum [2022-03-04T08:35:26.986Z] 898469748ff6: Download complete [2022-03-04T08:35:27.350Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:35:28.277Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.37s) [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2022-03-04T08:35:29.203Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-04T08:35:29.203Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:35:34.448Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-04T08:35:34.448Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:35:34.858Z] #81 exporting layers 21.8s done [2022-03-04T08:35:34.858Z] #81 writing image sha256:6f6286b26a3c44560f348d30f27582ba5b75750fe7f14a62f5739375742894d2 0.0s done [2022-03-04T08:35:34.859Z] #81 naming to docker.io/library/docker:a75fd11f03298bd433e7d54232785b683bca0477 done [2022-03-04T08:35:34.859Z] #81 DONE 21.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-04T08:35:35.182Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/validate/default [2022-03-04T08:35:36.112Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-04T08:35:37.204Z] 898469748ff6: Verifying Checksum [2022-03-04T08:35:37.204Z] 898469748ff6: Download complete [2022-03-04T08:35:37.483Z] api/swagger.yaml [2022-03-04T08:35:37.483Z] 5295:7 warning comment not indented like content (comments-indentation) [2022-03-04T08:35:38.047Z] [2022-03-04T08:35:42.537Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-04T08:35:42.537Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:35:43.294Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-03-04T08:35:44.659Z] Congratulations! All API changes are done the right way. [2022-03-04T08:35:44.659Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-04T08:35:44.659Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-04T08:35:44.659Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-04T08:35:44.659Z] Congratulations! No new tests were added to integration-cli. [2022-03-04T08:35:44.659Z] [2022-03-04T08:35:44.659Z] INFO Start validation with golang-ci-lint [2022-03-04T08:35:45.052Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-04T08:35:45.052Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:35:45.587Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-04T08:35:45.587Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-04T08:35:45.587Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-04T08:35:50.295Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-04T08:35:50.295Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:35:50.861Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-04T08:35:50.861Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:35:54.901Z] INFO: Extraction ended at 03/04/2022 08:35:49. Duration:00:00:31.3432409 [2022-03-04T08:35:54.901Z] INFO: Updating the golang and path environment variables [2022-03-04T08:35:54.901Z] INFO: GOPATH=d:\gopath [2022-03-04T08:35:54.901Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T08:35:54.901Z] INFO: Running the daemon under test in debug mode [2022-03-04T08:35:54.901Z] INFO: Starting a daemon under test... [2022-03-04T08:35:54.901Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43157\15\daemon --pidfile d:\CI\PR-43157\15\docker.pid -D [2022-03-04T08:35:54.901Z] INFO: Process started successfully. [2022-03-04T08:35:54.901Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T08:35:54.901Z] INFO: Waiting for the daemon under test to start... [2022-03-04T08:35:56.106Z] --- PASS: TestBuildMultiStageLayerLeak (4.44s) [2022-03-04T08:35:56.106Z] === RUN TestBuildWithHugeFile [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork 37.071s coverage: 40.7% of statements [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/bitseq 0.124s coverage: 84.4% of statements [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.212s coverage: 59.9% of statements [2022-03-04T08:35:57.669Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T08:35:57.669Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-04T08:35:58.238Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.116s coverage: 4.0% of statements [2022-03-04T08:35:58.238Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T08:35:58.498Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.019s coverage: 4.5% of statements [2022-03-04T08:35:58.758Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T08:35:58.758Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-04T08:36:08.746Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.663s coverage: 7.2% of statements [2022-03-04T08:36:08.746Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T08:36:08.746Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-04T08:36:08.746Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-04T08:36:08.746Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T08:36:08.746Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-04T08:36:08.746Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T08:36:09.007Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 82.4% of statements [2022-03-04T08:36:09.268Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-03-04T08:36:09.528Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-04T08:36:09.528Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-04T08:36:09.837Z] .....INFO: Daemon under test started and replied! [2022-03-04T08:36:09.837Z] INFO: Docker version of the daemon under test [2022-03-04T08:36:09.837Z] [2022-03-04T08:36:10.311Z] Client: [2022-03-04T08:36:10.311Z] Version: 17.06.2-ce [2022-03-04T08:36:10.311Z] API version: 1.30 [2022-03-04T08:36:10.311Z] Go version: go1.8.3 [2022-03-04T08:36:10.311Z] Git commit: cec0b72 [2022-03-04T08:36:10.311Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T08:36:10.311Z] OS/Arch: windows/amd64 [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] Server: [2022-03-04T08:36:10.311Z] Version: 0.0.0-dev [2022-03-04T08:36:10.311Z] API version: 1.42 (minimum version 1.24) [2022-03-04T08:36:10.311Z] Go version: go1.17.7 [2022-03-04T08:36:10.311Z] Git commit: a75fd11f03 [2022-03-04T08:36:10.311Z] Built: 03/04/2022 08:33:45 [2022-03-04T08:36:10.311Z] OS/Arch: windows/amd64 [2022-03-04T08:36:10.311Z] Experimental: false [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] INFO: Docker info of the daemon under test [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] Containers: 0 [2022-03-04T08:36:10.311Z] Running: 0 [2022-03-04T08:36:10.311Z] Paused: 0 [2022-03-04T08:36:10.311Z] Stopped: 0 [2022-03-04T08:36:10.311Z] Images: 0 [2022-03-04T08:36:10.311Z] Server Version: 0.0.0-dev [2022-03-04T08:36:10.311Z] Storage Driver: windowsfilter [2022-03-04T08:36:10.311Z] Windows: [2022-03-04T08:36:10.311Z] Logging Driver: json-file [2022-03-04T08:36:10.311Z] Plugins: [2022-03-04T08:36:10.311Z] Volume: local [2022-03-04T08:36:10.311Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T08:36:10.311Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T08:36:10.311Z] Swarm: inactive [2022-03-04T08:36:10.311Z] Default Isolation: process [2022-03-04T08:36:10.311Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T08:36:10.311Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T08:36:10.311Z] OSType: windows [2022-03-04T08:36:10.311Z] Architecture: x86_64 [2022-03-04T08:36:10.311Z] CPUs: 4 [2022-03-04T08:36:10.311Z] Total Memory: 32GiB [2022-03-04T08:36:10.311Z] Name: azwin-2-f35d10 [2022-03-04T08:36:10.311Z] ID: HWJP:HO2L:FCCZ:CWTB:JA4Z:PU5K:D72A:JFRU:BKRM:ZIQ7:3S7V:XYR6 [2022-03-04T08:36:10.311Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T08:36:10.311Z] Debug Mode (client): false [2022-03-04T08:36:10.311Z] Debug Mode (server): true [2022-03-04T08:36:10.311Z] File Descriptors: -1 [2022-03-04T08:36:10.311Z] Goroutines: 16 [2022-03-04T08:36:10.311Z] System Time: 2022-03-04T08:36:09.8843013Z [2022-03-04T08:36:10.311Z] EventsListeners: 0 [2022-03-04T08:36:10.311Z] Registry: https://index.docker.io/v1/ [2022-03-04T08:36:10.311Z] Labels: [2022-03-04T08:36:10.311Z] Experimental: false [2022-03-04T08:36:10.311Z] Insecure Registries: [2022-03-04T08:36:10.311Z] 127.0.0.0/8 [2022-03-04T08:36:10.311Z] Live Restore Enabled: false [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] INFO: Docker images of the daemon under test [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:36:10.311Z] [2022-03-04T08:36:10.311Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T08:36:10.311Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-04T08:36:10.780Z] ltsc2019: Pulling from windows/servercore [2022-03-04T08:36:10.780Z] 4612f6d0b889: Pulling fs layer [2022-03-04T08:36:10.780Z] 1bd78008c728: Pulling fs layer [2022-03-04T08:36:21.757Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-03-04T08:36:22.577Z] --- PASS: TestBuildWithHugeFile (52.37s) [2022-03-04T08:36:22.577Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:36:22.577Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:36:22.577Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:36:22.577Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:36:22.577Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:22.577Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:22.577Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:22.577Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:22.578Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:22.578Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:22.578Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:22.578Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:22.578Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:22.578Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T08:36:22.578Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-04T08:36:22.578Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-04T08:36:22.578Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T08:36:22.578Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:36:22.578Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T08:36:22.578Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T08:36:22.578Z] --- PASS: TestBuildPreserveOwnership (3.41s) [2022-03-04T08:36:22.578Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.31s) [2022-03-04T08:36:22.578Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.09s) [2022-03-04T08:36:22.578Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:36:22.578Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-04T08:36:22.578Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T08:36:23.143Z] Loaded image: busybox:latest [2022-03-04T08:36:23.143Z] Loaded image: busybox:glibc [2022-03-04T08:36:23.480Z] 1bd78008c728: Verifying Checksum [2022-03-04T08:36:23.480Z] 1bd78008c728: Download complete [2022-03-04T08:36:24.519Z] Loaded image: debian:bullseye-slim [2022-03-04T08:36:24.519Z] Loaded image: hello-world:latest [2022-03-04T08:36:24.519Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:36:32.631Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.48s) [2022-03-04T08:36:32.631Z] PASS [2022-03-04T08:36:32.631Z] [2022-03-04T08:36:32.631Z] === Skipped [2022-03-04T08:36:32.631Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T08:36:32.631Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:36:32.631Z] [2022-03-04T08:36:32.631Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:36:32.631Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:36:32.631Z] [2022-03-04T08:36:32.631Z] DONE 34 tests, 2 skipped in 87.799s [2022-03-04T08:36:32.631Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T08:36:32.889Z] INFO: Testing against a local daemon [2022-03-04T08:36:32.889Z] === RUN TestConfigInspect [2022-03-04T08:36:33.909Z] 4612f6d0b889: Verifying Checksum [2022-03-04T08:36:33.909Z] 4612f6d0b889: Download complete [2022-03-04T08:36:35.415Z] --- PASS: TestConfigInspect (2.17s) [2022-03-04T08:36:35.415Z] === RUN TestConfigList [2022-03-04T08:36:36.652Z] ok github.com/docker/docker/libnetwork/ipam 15.435s coverage: 85.3% of statements [2022-03-04T08:36:36.652Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T08:36:36.652Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T08:36:36.652Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-04T08:36:36.652Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-04T08:36:36.652Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T08:36:36.652Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-04T08:36:37.222Z] ok github.com/docker/docker/libnetwork/ipamutils 0.281s coverage: 74.0% of statements [2022-03-04T08:36:37.312Z] --- PASS: TestConfigList (2.12s) [2022-03-04T08:36:37.312Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:36:37.792Z] ok github.com/docker/docker/libnetwork/iptables 0.131s coverage: 45.1% of statements [2022-03-04T08:36:37.792Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-04T08:36:38.052Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-04T08:36:39.213Z] --- PASS: TestConfigsCreateAndDelete (2.13s) [2022-03-04T08:36:39.213Z] === RUN TestConfigsUpdate [2022-03-04T08:36:41.739Z] --- PASS: TestConfigsUpdate (2.11s) [2022-03-04T08:36:41.739Z] === RUN TestTemplatedConfig [2022-03-04T08:36:44.268Z] --- PASS: TestTemplatedConfig (2.63s) [2022-03-04T08:36:44.268Z] === RUN TestConfigCreateResolve [2022-03-04T08:36:46.170Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-03-04T08:36:46.170Z] PASS [2022-03-04T08:36:46.170Z] [2022-03-04T08:36:46.170Z] DONE 6 tests in 13.316s [2022-03-04T08:36:46.170Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T08:36:46.170Z] INFO: Testing against a local daemon [2022-03-04T08:36:46.170Z] === RUN TestCheckpoint [2022-03-04T08:36:46.170Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:36:46.170Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:36:46.170Z] === RUN TestContainerInvalidJSON [2022-03-04T08:36:46.170Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:46.170Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:46.170Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:46.170Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:46.170Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:46.170Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:46.170Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T08:36:46.170Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T08:36:46.170Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T08:36:46.170Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:36:46.170Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-04T08:36:46.170Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:36:46.170Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-04T08:36:46.170Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:36:46.170Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-04T08:36:46.170Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:36:46.429Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-04T08:36:46.429Z] === RUN TestCopyFromContainer [2022-03-04T08:36:47.365Z] === RUN TestCopyFromContainer// [2022-03-04T08:36:47.365Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T08:36:47.365Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T08:36:47.623Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T08:36:47.623Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T08:36:47.623Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T08:36:47.623Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T08:36:47.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T08:36:47.882Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T08:36:47.882Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer (1.60s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-04T08:36:47.882Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-04T08:36:47.882Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:36:47.882Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:47.882Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:47.882Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:47.882Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:47.882Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:47.882Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:47.882Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:47.882Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:47.882Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:47.882Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-04T08:36:47.882Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:36:47.882Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:36:47.882Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:36:47.882Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:36:47.882Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-04T08:36:47.882Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:36:47.882Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:36:47.882Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:36:47.882Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:36:47.882Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:36:47.882Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:36:47.882Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:36:47.882Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:36:47.882Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:36:47.882Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:36:47.882Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T08:36:47.882Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:36:47.882Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:36:47.883Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:36:47.883Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:36:47.883Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-04T08:36:47.883Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:36:49.782Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2022-03-04T08:36:49.782Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s) [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:36:51.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:36:51.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:36:51.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:36:51.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:36:51.157Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:36:51.157Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:36:51.157Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:36:51.157Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:36:51.157Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:36:51.157Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:36:51.157Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:36:51.157Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:36:51.158Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T08:36:51.158Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:36:51.725Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-03-04T08:36:51.725Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:36:51.725Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:36:51.725Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:36:51.725Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-04T08:36:51.725Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:36:51.725Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:36:51.725Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:36:51.725Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-04T08:36:51.725Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:36:51.984Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-04T08:36:51.984Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T08:36:51.984Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T08:36:51.984Z] === RUN TestDaemonRestartIpcMode [2022-03-04T08:36:51.984Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T08:36:51.984Z] === RUN TestDaemonHostGatewayIP [2022-03-04T08:36:51.984Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T08:36:51.984Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T08:36:51.984Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T08:36:51.984Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:36:51.984Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T08:36:51.984Z] === RUN TestDiff [2022-03-04T08:36:51.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T08:36:51.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T08:36:52.311Z] --- PASS: TestBuildWithHugeFile (49.49s) [2022-03-04T08:36:52.311Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:36:52.311Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:36:52.311Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:36:52.311Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:36:52.311Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:52.311Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:52.311Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:52.311Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:52.311Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:52.311Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:52.311Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:36:52.311Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:36:52.311Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:36:52.311Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-03-04T08:36:52.311Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-04T08:36:52.311Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-04T08:36:52.311Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T08:36:52.311Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:36:52.311Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T08:36:52.311Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T08:36:52.551Z] --- PASS: TestDiff (0.61s) [2022-03-04T08:36:52.551Z] === RUN TestExecWithCloseStdin [2022-03-04T08:36:52.949Z] 8f616e6e9eec: Pull complete [2022-03-04T08:36:53.119Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-03-04T08:36:53.119Z] === RUN TestExec [2022-03-04T08:36:53.686Z] --- PASS: TestExec (0.61s) [2022-03-04T08:36:53.686Z] === RUN TestExecUser [2022-03-04T08:36:54.623Z] --- PASS: TestExecUser (0.65s) [2022-03-04T08:36:54.623Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:36:55.192Z] --- PASS: TestExportContainerAndImportImage (0.66s) [2022-03-04T08:36:55.192Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:36:55.582Z] --- PASS: TestBuildPreserveOwnership (10.21s) [2022-03-04T08:36:55.582Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.21s) [2022-03-04T08:36:55.582Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-04T08:36:55.582Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:36:55.582Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T08:36:55.582Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T08:36:55.582Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-04T08:36:55.582Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-04T08:36:55.582Z] PASS [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === Skipped [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T08:36:55.582Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:36:55.582Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-04T08:36:55.582Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] DONE 34 tests, 3 skipped in 110.330s [2022-03-04T08:36:55.582Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T08:36:55.582Z] INFO: Testing against a local daemon [2022-03-04T08:36:55.582Z] === RUN TestConfigInspect [2022-03-04T08:36:55.582Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-04T08:36:55.582Z] === RUN TestConfigList [2022-03-04T08:36:55.582Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestConfigList (0.01s) [2022-03-04T08:36:55.582Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:36:55.582Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-04T08:36:55.582Z] === RUN TestConfigsUpdate [2022-03-04T08:36:55.582Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-04T08:36:55.582Z] === RUN TestTemplatedConfig [2022-03-04T08:36:55.582Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T08:36:55.582Z] === RUN TestConfigCreateResolve [2022-03-04T08:36:55.582Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-04T08:36:55.582Z] PASS [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === Skipped [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-04T08:36:55.582Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-04T08:36:55.582Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-04T08:36:55.582Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-04T08:36:55.582Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-04T08:36:55.582Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-04T08:36:55.582Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:36:55.582Z] [2022-03-04T08:36:55.582Z] DONE 6 tests, 6 skipped in 0.153s [2022-03-04T08:36:55.582Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T08:36:55.582Z] INFO: Testing against a local daemon [2022-03-04T08:36:55.582Z] === RUN TestCheckpoint [2022-03-04T08:36:55.582Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:36:55.582Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:36:55.582Z] === RUN TestContainerInvalidJSON [2022-03-04T08:36:55.582Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:55.582Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:55.582Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:55.582Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:55.582Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:36:55.582Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:36:55.582Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T08:36:55.582Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T08:36:55.582Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T08:36:55.582Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:36:55.582Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-04T08:36:55.582Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:36:55.582Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-04T08:36:55.582Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:36:55.839Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-04T08:36:55.839Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:36:55.839Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-04T08:36:55.839Z] === RUN TestCopyFromContainer [2022-03-04T08:36:56.568Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-03-04T08:36:56.568Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:36:57.134Z] --- PASS: TestHealthCheckWorkdir (0.88s) [2022-03-04T08:36:57.134Z] === RUN TestHealthKillContainer [2022-03-04T08:36:59.107Z] === RUN TestCopyFromContainer// [2022-03-04T08:36:59.107Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T08:36:59.363Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T08:36:59.363Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T08:36:59.363Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T08:36:59.363Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T08:36:59.363Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T08:36:59.619Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T08:36:59.619Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T08:36:59.619Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer (3.93s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-04T08:36:59.619Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-04T08:36:59.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:36:59.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:59.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:59.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:59.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:59.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:59.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:59.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:36:59.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:36:59.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:36:59.876Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:36:59.876Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:36:59.876Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-04T08:36:59.876Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:36:59.876Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:36:59.876Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:36:59.876Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:36:59.876Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:36:59.876Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:36:59.876Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:36:59.876Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:36:59.876Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:36:59.876Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:36:59.876Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:36:59.876Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:36:59.876Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:36:59.876Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-04T08:36:59.876Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:37:01.243Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-03-04T08:37:01.243Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.13s) [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:37:02.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:37:02.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:37:02.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:37:02.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:37:02.174Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:37:02.174Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:37:02.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:37:02.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:37:02.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:37:02.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:37:02.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:37:02.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T08:37:02.174Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:37:02.431Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-03-04T08:37:02.431Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:37:02.431Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:37:02.431Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:37:02.431Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T08:37:02.431Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:37:02.431Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:37:02.431Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:37:02.431Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-04T08:37:02.431Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:37:02.688Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T08:37:02.688Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T08:37:02.688Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-04T08:37:02.688Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-04T08:37:02.688Z] === RUN TestDaemonRestartIpcMode [2022-03-04T08:37:02.688Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T08:37:02.688Z] === RUN TestDaemonHostGatewayIP [2022-03-04T08:37:02.688Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:37:02.688Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-04T08:37:02.688Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T08:37:02.688Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T08:37:02.688Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:37:02.688Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-04T08:37:02.688Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:37:02.688Z] === RUN TestDiff [2022-03-04T08:37:02.945Z] --- PASS: TestDiff (0.40s) [2022-03-04T08:37:02.945Z] === RUN TestExecWithCloseStdin [2022-03-04T08:37:03.508Z] --- PASS: TestExecWithCloseStdin (0.42s) [2022-03-04T08:37:03.508Z] === RUN TestExec [2022-03-04T08:37:03.765Z] --- PASS: TestExec (0.42s) [2022-03-04T08:37:03.765Z] === RUN TestExecUser [2022-03-04T08:37:04.328Z] --- PASS: TestExecUser (0.44s) [2022-03-04T08:37:04.329Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:37:04.891Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-03-04T08:37:04.891Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:37:06.259Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-03-04T08:37:06.259Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:37:06.823Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-03-04T08:37:06.823Z] === RUN TestHealthKillContainer [2022-03-04T08:37:07.119Z] --- PASS: TestHealthKillContainer (8.17s) [2022-03-04T08:37:07.119Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:37:07.119Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2022-03-04T08:37:07.119Z] === RUN TestIpcModeNone [2022-03-04T08:37:07.119Z] --- PASS: TestIpcModeNone (0.62s) [2022-03-04T08:37:07.119Z] === RUN TestIpcModePrivate [2022-03-04T08:37:07.119Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-04T08:37:07.119Z] --- PASS: TestIpcModePrivate (0.61s) [2022-03-04T08:37:07.119Z] === RUN TestIpcModeShareable [2022-03-04T08:37:07.382Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-04T08:37:07.648Z] --- PASS: TestIpcModeShareable (0.64s) [2022-03-04T08:37:07.648Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T08:37:09.572Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.74s) [2022-03-04T08:37:09.572Z] === RUN TestAPIIpcModeHost [2022-03-04T08:37:09.832Z] --- PASS: TestAPIIpcModeHost (0.39s) [2022-03-04T08:37:09.832Z] === RUN TestDaemonIpcModeShareable [2022-03-04T08:37:10.767Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-04T08:37:11.025Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2022-03-04T08:37:11.025Z] === RUN TestDaemonIpcModePrivate [2022-03-04T08:37:11.959Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-04T08:37:12.219Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2022-03-04T08:37:12.219Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T08:37:13.155Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-04T08:37:13.413Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-03-04T08:37:13.413Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T08:37:14.348Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-04T08:37:14.606Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2022-03-04T08:37:14.606Z] === RUN TestIpcModeOlderClient [2022-03-04T08:37:14.606Z] === PAUSE TestIpcModeOlderClient [2022-03-04T08:37:14.606Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:37:14.866Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-03-04T08:37:14.866Z] === RUN TestKillContainer [2022-03-04T08:37:14.866Z] === RUN TestKillContainer/no_signal [2022-03-04T08:37:14.911Z] --- PASS: TestHealthKillContainer (7.83s) [2022-03-04T08:37:14.911Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:37:14.911Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:37:14.912Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:37:14.912Z] === RUN TestIpcModeNone [2022-03-04T08:37:14.912Z] --- PASS: TestIpcModeNone (0.42s) [2022-03-04T08:37:14.912Z] === RUN TestIpcModePrivate [2022-03-04T08:37:15.167Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-04T08:37:15.423Z] --- PASS: TestIpcModePrivate (0.42s) [2022-03-04T08:37:15.423Z] === RUN TestIpcModeShareable [2022-03-04T08:37:15.423Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:37:15.423Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-04T08:37:15.423Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T08:37:15.434Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:37:15.694Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:37:16.263Z] --- PASS: TestKillContainer (1.26s) [2022-03-04T08:37:16.263Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-03-04T08:37:16.263Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-03-04T08:37:16.263Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-04T08:37:16.263Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:37:16.263Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T08:37:16.521Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T08:37:16.792Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-03-04T08:37:16.792Z] === RUN TestAPIIpcModeHost [2022-03-04T08:37:16.792Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:37:16.792Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-04T08:37:16.792Z] === RUN TestDaemonIpcModeShareable [2022-03-04T08:37:16.792Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:37:16.792Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-04T08:37:16.792Z] === RUN TestDaemonIpcModePrivate [2022-03-04T08:37:17.089Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2022-03-04T08:37:17.089Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2022-03-04T08:37:17.089Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2022-03-04T08:37:17.089Z] === RUN TestKillStoppedContainer [2022-03-04T08:37:17.089Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-04T08:37:17.089Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:37:17.089Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T08:37:17.089Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:37:17.655Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-04T08:37:17.655Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:37:17.655Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-04T08:37:17.655Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:37:17.655Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:37:17.720Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-04T08:37:17.720Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-04T08:37:17.720Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T08:37:17.720Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:37:17.720Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-04T08:37:17.720Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T08:37:17.720Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:37:17.720Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-04T08:37:17.720Z] === RUN TestIpcModeOlderClient [2022-03-04T08:37:17.720Z] === PAUSE TestIpcModeOlderClient [2022-03-04T08:37:17.720Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:37:17.914Z] --- PASS: TestInspectOomKilledFalse (0.43s) [2022-03-04T08:37:17.914Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T08:37:18.173Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-03-04T08:37:18.173Z] === RUN TestLinksContainerNames [2022-03-04T08:37:18.283Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-04T08:37:18.283Z] === RUN TestKillContainer [2022-03-04T08:37:18.283Z] === RUN TestKillContainer/no_signal [2022-03-04T08:37:18.382Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T08:37:18.382Z] 8f616e6e9eec: Download complete [2022-03-04T08:37:18.540Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:37:18.797Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:37:19.108Z] --- PASS: TestLinksContainerNames (0.89s) [2022-03-04T08:37:19.108Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:37:19.360Z] --- PASS: TestKillContainer (1.17s) [2022-03-04T08:37:19.360Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-03-04T08:37:19.360Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-03-04T08:37:19.360Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-03-04T08:37:19.360Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:37:19.360Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T08:37:19.675Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-03-04T08:37:19.675Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T08:37:19.923Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T08:37:19.933Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/default [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/private [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/slave [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/shared [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T08:37:19.933Z] === CONT TestMountDaemonRoot/default [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:19.933Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T08:37:19.933Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:19.933Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/shared [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/slave [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/private [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:19.934Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:19.934Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:19.934Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:20.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-03-04T08:37:20.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-04T08:37:20.179Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-03-04T08:37:20.179Z] === RUN TestKillStoppedContainer [2022-03-04T08:37:20.179Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-04T08:37:20.179Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:37:20.179Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T08:37:20.179Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:20.193Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:20.451Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T08:37:20.451Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-04T08:37:20.451Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T08:37:20.740Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-04T08:37:20.740Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:37:20.740Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:20.740Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:37:20.740Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:37:20.740Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:37:20.740Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T08:37:20.740Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T08:37:20.740Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-04T08:37:20.740Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-04T08:37:20.740Z] === RUN TestLinksContainerNames [2022-03-04T08:37:21.667Z] --- PASS: TestLinksContainerNames (0.79s) [2022-03-04T08:37:21.667Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:37:21.825Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2022-03-04T08:37:21.825Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T08:37:21.923Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-04T08:37:21.923Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T08:37:22.082Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2022-03-04T08:37:22.082Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T08:37:22.179Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/default [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/private [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/slave [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/shared [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/default [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/shared [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/slave [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/private [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:22.180Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:22.180Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:37:22.180Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:37:22.340Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-03-04T08:37:22.340Z] === RUN TestNetworkNat [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:37:22.436Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T08:37:22.694Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:37:22.694Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-04T08:37:22.694Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-03-04T08:37:22.694Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T08:37:22.694Z] 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-04T08:37:22.694Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-04T08:37:22.694Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T08:37:22.694Z] 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-04T08:37:22.694Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-04T08:37:22.694Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T08:37:22.694Z] 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-04T08:37:22.694Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-04T08:37:22.694Z] === RUN TestNetworkNat [2022-03-04T08:37:22.905Z] --- PASS: TestNetworkNat (0.44s) [2022-03-04T08:37:22.905Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:37:23.255Z] --- PASS: TestNetworkNat (0.47s) [2022-03-04T08:37:23.255Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:37:23.471Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-04T08:37:23.471Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:37:23.511Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-04T08:37:23.511Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:37:26.000Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-03-04T08:37:26.001Z] === RUN TestPause [2022-03-04T08:37:26.029Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-04T08:37:26.029Z] === RUN TestPause [2022-03-04T08:37:26.029Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:26.029Z] --- SKIP: TestPause (0.00s) [2022-03-04T08:37:26.029Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:37:26.029Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:37:26.029Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:37:26.029Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:37:26.029Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:26.029Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-04T08:37:26.029Z] === RUN TestPidHost [2022-03-04T08:37:26.259Z] --- PASS: TestPause (0.43s) [2022-03-04T08:37:26.259Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:37:26.259Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:37:26.259Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:37:26.259Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:37:26.829Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2022-03-04T08:37:26.829Z] === RUN TestPidHost [2022-03-04T08:37:26.958Z] --- PASS: TestPidHost (0.86s) [2022-03-04T08:37:26.958Z] === RUN TestPsFilter [2022-03-04T08:37:26.958Z] --- PASS: TestPsFilter (0.10s) [2022-03-04T08:37:26.958Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:37:27.521Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-03-04T08:37:27.521Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:37:27.765Z] --- PASS: TestPidHost (0.94s) [2022-03-04T08:37:27.765Z] === RUN TestPsFilter [2022-03-04T08:37:27.765Z] --- PASS: TestPsFilter (0.11s) [2022-03-04T08:37:27.765Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:37:27.778Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-03-04T08:37:27.778Z] === RUN TestRemoveContainerRunning [2022-03-04T08:37:28.333Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-03-04T08:37:28.333Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:37:28.339Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-04T08:37:28.339Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:37:28.591Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-03-04T08:37:28.591Z] === RUN TestRemoveContainerRunning [2022-03-04T08:37:28.596Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-04T08:37:28.596Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:37:28.596Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T08:37:28.596Z] === RUN TestRenameLinkedContainer [2022-03-04T08:37:29.159Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-03-04T08:37:29.159Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:37:29.417Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-03-04T08:37:29.417Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:37:29.417Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T08:37:29.417Z] === RUN TestRenameLinkedContainer [2022-03-04T08:37:30.485Z] --- PASS: TestRenameLinkedContainer (1.58s) [2022-03-04T08:37:30.486Z] === RUN TestRenameStoppedContainer [2022-03-04T08:37:30.486Z] --- PASS: TestRenameStoppedContainer (0.37s) [2022-03-04T08:37:30.486Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:37:31.318Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-03-04T08:37:31.318Z] === RUN TestRenameStoppedContainer [2022-03-04T08:37:31.415Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2022-03-04T08:37:31.415Z] === RUN TestRenameInvalidName [2022-03-04T08:37:31.577Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-03-04T08:37:31.577Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:37:31.671Z] --- PASS: TestRenameInvalidName (0.38s) [2022-03-04T08:37:31.671Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:37:32.514Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2022-03-04T08:37:32.514Z] === RUN TestRenameInvalidName [2022-03-04T08:37:32.772Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-04T08:37:32.772Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:37:33.038Z] --- PASS: TestRenameAnonymousContainer (1.42s) [2022-03-04T08:37:33.038Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:37:33.600Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-03-04T08:37:33.600Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:37:34.529Z] --- PASS: TestRenameContainerWithLinkedContainer (0.76s) [2022-03-04T08:37:34.529Z] === RUN TestResize [2022-03-04T08:37:34.676Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-03-04T08:37:34.676Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:37:34.785Z] --- PASS: TestResize (0.37s) [2022-03-04T08:37:34.785Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:37:34.935Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-03-04T08:37:34.935Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:37:35.041Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-03-04T08:37:35.041Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:37:35.603Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-03-04T08:37:35.603Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:37:35.603Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-04T08:37:35.603Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:37:35.603Z] === RUN TestCgroupNamespacesRun [2022-03-04T08:37:35.872Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-03-04T08:37:35.872Z] === RUN TestResize [2022-03-04T08:37:36.130Z] --- PASS: TestResize (0.38s) [2022-03-04T08:37:36.130Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:37:36.389Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-03-04T08:37:36.389Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:37:36.534Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-03-04T08:37:36.534Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T08:37:36.954Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:37:36.954Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:37:36.954Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:36.955Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:36.955Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:36.955Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:37:36.955Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:37.900Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-03-04T08:37:37.900Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T08:37:38.829Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-04T08:37:38.829Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T08:37:38.857Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:39.793Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:39.812Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-04T08:37:39.812Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T08:37:41.168Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:37:41.168Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:37:41.197Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-03-04T08:37:41.197Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T08:37:42.125Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.07s) [2022-03-04T08:37:42.125Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T08:37:42.542Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:42.542Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:37:43.057Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-04T08:37:43.057Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T08:37:43.985Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-03-04T08:37:43.985Z] === RUN TestNISDomainname [2022-03-04T08:37:43.985Z] 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-04T08:37:43.985Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-04T08:37:43.985Z] === RUN TestHostnameDnsResolution [2022-03-04T08:37:44.548Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-03-04T08:37:44.548Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T08:37:44.548Z] 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-04T08:37:44.548Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-04T08:37:44.548Z] === RUN TestStats [2022-03-04T08:37:44.548Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:44.548Z] --- SKIP: TestStats (0.00s) [2022-03-04T08:37:44.548Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:37:44.548Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T08:37:44.548Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T08:37:44.548Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T08:37:44.548Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T08:37:44.548Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T08:37:44.548Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T08:37:44.548Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T08:37:44.548Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T08:37:44.548Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T08:37:44.548Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T08:37:45.476Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T08:37:45.826Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:37:45.826Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:37:47.365Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T08:37:48.358Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:37:48.730Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-04T08:37:48.730Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-03-04T08:37:48.730Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-03-04T08:37:48.730Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2022-03-04T08:37:48.730Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2022-03-04T08:37:48.730Z] === RUN TestDeleteDevicemapper [2022-03-04T08:37:48.730Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:37:48.730Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T08:37:48.730Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:37:49.733Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:37:49.733Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:37:50.623Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.82s) [2022-03-04T08:37:50.623Z] === RUN TestUpdateMemory [2022-03-04T08:37:50.623Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:50.623Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-04T08:37:50.623Z] === RUN TestUpdateCPUQuota [2022-03-04T08:37:50.623Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:50.623Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-04T08:37:50.623Z] === RUN TestUpdatePidsLimit [2022-03-04T08:37:50.623Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:37:50.623Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-04T08:37:50.623Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:37:51.638Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:37:51.638Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:37:53.015Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.75s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.18s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.46s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.00s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.65s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.73s) [2022-03-04T08:37:54.916Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.57s) [2022-03-04T08:37:54.916Z] === RUN TestCgroupNamespacesRun [2022-03-04T08:37:55.850Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-03-04T08:37:55.850Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T08:37:55.850Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-04T08:37:55.850Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-04T08:37:55.850Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T08:37:57.225Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-03-04T08:37:57.225Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T08:37:58.161Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-03-04T08:37:58.161Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T08:37:59.096Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-03-04T08:37:59.096Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T08:37:59.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T08:38:00.475Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2022-03-04T08:38:00.475Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T08:38:01.042Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-04T08:38:01.042Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T08:38:02.417Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-03-04T08:38:02.417Z] === RUN TestNISDomainname [2022-03-04T08:38:02.676Z] --- PASS: TestNISDomainname (0.54s) [2022-03-04T08:38:02.676Z] === RUN TestHostnameDnsResolution [2022-03-04T08:38:02.792Z] --- PASS: TestUpdateRestartPolicy (10.80s) [2022-03-04T08:38:02.792Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:38:02.792Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2022-03-04T08:38:02.792Z] === RUN TestWaitNonBlocked [2022-03-04T08:38:02.792Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:02.792Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:02.792Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:02.792Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:02.792Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:02.792Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:02.792Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T08:38:02.792Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-03-04T08:38:02.792Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2022-03-04T08:38:02.792Z] === RUN TestWaitBlocked [2022-03-04T08:38:02.792Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:02.792Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:02.792Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:02.792Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:02.792Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:02.792Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:03.048Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T08:38:03.048Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2022-03-04T08:38:03.048Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-04T08:38:03.048Z] === CONT TestDaemonRestartIpcMode [2022-03-04T08:38:03.048Z] === CONT TestIpcModeOlderClient [2022-03-04T08:38:03.048Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-04T08:38:03.048Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T08:38:03.245Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-03-04T08:38:03.245Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T08:38:03.834Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-03-04T08:38:03.834Z] === RUN TestStats [2022-03-04T08:38:05.567Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s) [2022-03-04T08:38:05.567Z] --- PASS: TestDaemonRestartIpcMode (2.57s) [2022-03-04T08:38:05.567Z] PASS [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === Skipped [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T08:38:05.567Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-04T08:38:05.567Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-04T08:38:05.567Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:38:05.567Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:38:05.567Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-04T08:38:05.567Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-04T08:38:05.567Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-04T08:38:05.567Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-04T08:38:05.567Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-04T08:38:05.567Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:38:05.567Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-04T08:38:05.567Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-04T08:38:05.567Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-04T08:38:05.567Z] 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-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-04T08:38:05.567Z] 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-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-04T08:38:05.567Z] 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-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-04T08:38:05.567Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:38:05.567Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-04T08:38:05.567Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:38:05.567Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-04T08:38:05.567Z] 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-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-04T08:38:05.567Z] 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-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-04T08:38:05.567Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T08:38:05.567Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-04T08:38:05.567Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-04T08:38:05.567Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-04T08:38:05.567Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T08:38:05.567Z] [2022-03-04T08:38:05.567Z] DONE 177 tests, 27 skipped in 70.126s [2022-03-04T08:38:05.567Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T08:38:05.823Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:38:06.385Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:06.385Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:06.385Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:06.385Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:06.385Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:06.385Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T08:38:06.385Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T08:38:06.385Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:06.385Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:06.385Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T08:38:06.385Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:06.385Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-03-04T08:38:06.385Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-04T08:38:06.385Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:38:06.385Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T08:38:06.412Z] --- PASS: TestStats (2.46s) [2022-03-04T08:38:06.412Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:38:06.412Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T08:38:06.412Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T08:38:06.412Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T08:38:06.412Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T08:38:06.412Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T08:38:06.412Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T08:38:06.412Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T08:38:06.412Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T08:38:06.412Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T08:38:06.412Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T08:38:06.978Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T08:38:06.999Z] INFO [loader] Go packages loading at mode 575 (imports|name|compiled_files|exports_file|files|types_sizes|deps) took 2m21.000812626s [2022-03-04T08:38:06.999Z] 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-04T08:38:06.999Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 478.940433ms [2022-03-04T08:38:07.752Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T08:38:08.679Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T08:38:08.879Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T08:38:09.607Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T08:38:09.607Z] daemon_test.go:156: [d7f4b06f782d1] daemon is not started [2022-03-04T08:38:09.607Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-03-04T08:38:09.607Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-04T08:38:09.607Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-03-04T08:38:09.607Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-04T08:38:09.607Z] === RUN TestDaemonProxy [2022-03-04T08:38:09.607Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-04T08:38:09.607Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T08:38:09.607Z] PASS [2022-03-04T08:38:09.607Z] [2022-03-04T08:38:09.607Z] === Skipped [2022-03-04T08:38:09.607Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-04T08:38:09.607Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-04T08:38:09.607Z] [2022-03-04T08:38:09.607Z] DONE 12 tests, 1 skipped in 4.141s [2022-03-04T08:38:09.607Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T08:38:09.984Z] INFO: Testing against a local daemon [2022-03-04T08:38:09.984Z] === RUN TestCommitInheritsEnv [2022-03-04T08:38:10.426Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-04T08:38:10.426Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-03-04T08:38:10.426Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-03-04T08:38:10.426Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-03-04T08:38:10.426Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2022-03-04T08:38:10.426Z] === RUN TestDeleteDevicemapper [2022-03-04T08:38:10.426Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:38:10.426Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T08:38:10.426Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:38:11.350Z] --- PASS: TestCommitInheritsEnv (1.30s) [2022-03-04T08:38:11.350Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:38:11.350Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform// [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T08:38:11.350Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T08:38:11.350Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-04T08:38:11.350Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T08:38:11.351Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T08:38:11.351Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:38:11.606Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-04T08:38:11.607Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:38:11.607Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-04T08:38:11.607Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:38:12.959Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.03s) [2022-03-04T08:38:12.960Z] === RUN TestUpdateMemory [2022-03-04T08:38:12.960Z] --- PASS: TestUpdateMemory (0.51s) [2022-03-04T08:38:12.960Z] === RUN TestUpdateCPUQuota [2022-03-04T08:38:13.497Z] --- PASS: TestRemoveImageOrphaning (1.64s) [2022-03-04T08:38:13.497Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T08:38:13.497Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-04T08:38:13.497Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-04T08:38:13.497Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:38:13.497Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-04T08:38:13.497Z] === RUN TestTagInvalidReference [2022-03-04T08:38:13.497Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T08:38:13.497Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:38:13.497Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-04T08:38:13.497Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:38:13.497Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T08:38:13.497Z] === RUN TestTagOfficialNames [2022-03-04T08:38:13.497Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-04T08:38:13.497Z] === RUN TestTagMatchesDigest [2022-03-04T08:38:13.497Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-04T08:38:13.497Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T08:38:13.894Z] --- PASS: TestUpdateCPUQuota (0.90s) [2022-03-04T08:38:13.894Z] === RUN TestUpdatePidsLimit [2022-03-04T08:38:13.894Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T08:38:14.152Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T08:38:14.412Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T08:38:14.671Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T08:38:14.671Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T08:38:14.930Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T08:38:15.188Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit (1.93s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-04T08:38:15.755Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-04T08:38:15.755Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:38:17.850Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T08:38:27.955Z] --- PASS: TestUpdateRestartPolicy (11.00s) [2022-03-04T08:38:27.955Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:38:27.955Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-03-04T08:38:27.955Z] === RUN TestWaitNonBlocked [2022-03-04T08:38:27.955Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:27.955Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:27.955Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:27.955Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:27.955Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:38:27.955Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:38:27.955Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T08:38:27.955Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-03-04T08:38:27.955Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-03-04T08:38:27.955Z] === RUN TestWaitBlocked [2022-03-04T08:38:27.955Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:27.955Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:27.955Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:27.955Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:27.955Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:38:27.955Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:38:28.888Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T08:38:28.888Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-03-04T08:38:28.888Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s) [2022-03-04T08:38:28.888Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T08:38:28.888Z] === CONT TestIpcModeOlderClient [2022-03-04T08:38:28.888Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-04T08:38:28.888Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T08:38:29.526Z] ok github.com/docker/docker/libnetwork/networkdb 104.813s coverage: 60.0% of statements [2022-03-04T08:38:29.526Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T08:38:29.526Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-04T08:38:29.526Z] ok github.com/docker/docker/libnetwork/osl 4.340s coverage: 39.7% of statements [2022-03-04T08:38:29.526Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-04T08:38:29.787Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2022-03-04T08:38:30.357Z] ok github.com/docker/docker/libnetwork/portmapper 0.281s coverage: 48.6% of statements [2022-03-04T08:38:30.616Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-04T08:38:30.616Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T08:38:30.790Z] --- PASS: TestContainerStartOnDaemonRestart (2.05s) [2022-03-04T08:38:30.790Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T08:38:30.877Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === Skipped [2022-03-04T08:38:30.877Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-04T08:38:30.877Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-04T08:38:30.877Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-04T08:38:30.877Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:38:30.877Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:38:30.877Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:38:30.877Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:38:30.877Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:38:30.877Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-04T08:38:30.877Z] firewalld_test.go:14: firewalld is not running [2022-03-04T08:38:30.877Z] [2022-03-04T08:38:30.877Z] DONE 326 tests, 9 skipped in 200.504s Post stage [Pipeline] junit [2022-03-04T08:38:31.468Z] Recording test results [2022-03-04T08:38:31.593Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T08:38:31.939Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -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:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh dynbinary test-integration [2022-03-04T08:38:32.199Z] [2022-03-04T08:38:32.199Z] Removing bundles/ [2022-03-04T08:38:32.199Z] [2022-03-04T08:38:32.199Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T08:38:32.199Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:38:32.199Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:38:32.694Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.70s) [2022-03-04T08:38:32.694Z] === CONT TestDaemonHostGatewayIP [2022-03-04T08:38:34.120Z] 898469748ff6: Pull complete [2022-03-04T08:38:34.120Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T08:38:34.120Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:38:34.120Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-04T08:38:34.120Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-04T08:38:34.120Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-04T08:38:34.120Z] WARN: Skipping validation tests [2022-03-04T08:38:34.120Z] INFO: Running unit tests at 03/04/2022 08:38:26... [2022-03-04T08:38:34.120Z] INFO: make.ps1 starting at 03/04/2022 08:38:30 [2022-03-04T08:38:34.120Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:38:34.120Z] INFO: Invoking autogen... [2022-03-04T08:38:34.120Z] INFO: Running unit tests... [2022-03-04T08:38:35.226Z] --- PASS: TestDaemonHostGatewayIP (2.23s) [2022-03-04T08:38:35.226Z] === CONT TestDaemonRestartIpcMode [2022-03-04T08:38:37.127Z] --- PASS: TestDaemonRestartIpcMode (2.16s) [2022-03-04T08:38:38.786Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-04T08:38:41.309Z] --- PASS: TestContainerKillOnDaemonStart (11.76s) [2022-03-04T08:38:41.309Z] PASS [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] === Skipped [2022-03-04T08:38:41.309Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T08:38:41.309Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:38:41.309Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:38:41.309Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-04T08:38:41.309Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T08:38:41.309Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:38:41.309Z] [2022-03-04T08:38:41.309Z] DONE 200 tests, 5 skipped in 114.537s [2022-03-04T08:38:41.309Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T08:38:41.309Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:38:41.309Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:41.309Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:41.309Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:41.309Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:41.309Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:41.309Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T08:38:41.309Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T08:38:41.309Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:38:41.309Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T08:38:41.309Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T08:38:41.309Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T08:38:41.309Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-03-04T08:38:41.309Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-04T08:38:41.309Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:38:41.309Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T08:38:42.682Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T08:38:43.618Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T08:38:44.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T08:38:44.531Z] 8f616e6e9eec: Pull complete [2022-03-04T08:38:44.554Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T08:38:44.554Z] daemon_test.go:156: [ddbdb5d62f5b5] daemon is not started [2022-03-04T08:38:44.554Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-03-04T08:38:44.554Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-04T08:38:44.554Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-04T08:38:44.554Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-04T08:38:44.554Z] === RUN TestDaemonProxy [2022-03-04T08:38:44.554Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T08:38:46.455Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T08:38:46.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T08:38:47.320Z] ? github.com/docker/docker/api [no test files] [2022-03-04T08:38:48.354Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T08:38:49.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T08:38:49.729Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T08:38:50.294Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy (6.24s) [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy/command-line_options (1.71s) [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T08:38:50.860Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-04T08:38:50.860Z] PASS [2022-03-04T08:38:50.860Z] [2022-03-04T08:38:50.860Z] DONE 17 tests in 10.143s [2022-03-04T08:38:50.860Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T08:38:50.860Z] INFO: Testing against a local daemon [2022-03-04T08:38:50.860Z] === RUN TestCommitInheritsEnv [2022-03-04T08:38:51.118Z] --- PASS: TestCommitInheritsEnv (0.29s) [2022-03-04T08:38:51.118Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:38:51.118Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform// [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T08:38:51.118Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T08:38:51.377Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T08:38:51.377Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T08:38:51.377Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T08:38:51.377Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T08:38:51.377Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T08:38:51.377Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:38:51.377Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-04T08:38:51.377Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:38:51.377Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-04T08:38:51.377Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:38:51.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T08:38:51.636Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-03-04T08:38:51.636Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T08:38:51.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T08:38:53.535Z] --- PASS: TestRemoveImageGarbageCollector (1.86s) [2022-03-04T08:38:53.535Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:38:53.535Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-04T08:38:53.535Z] === RUN TestTagInvalidReference [2022-03-04T08:38:53.535Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T08:38:53.535Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:38:53.535Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-04T08:38:53.535Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:38:53.794Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T08:38:53.794Z] === RUN TestTagOfficialNames [2022-03-04T08:38:53.794Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-04T08:38:53.794Z] === RUN TestTagMatchesDigest [2022-03-04T08:38:53.794Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-04T08:38:53.794Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T08:38:55.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T08:39:01.250Z] 4612f6d0b889: Pull complete [2022-03-04T08:39:01.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T08:39:04.951Z] === RUN TestMiddlewares [2022-03-04T08:39:04.951Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T08:39:04.951Z] PASS [2022-03-04T08:39:04.951Z] coverage: 9.0% of statements [2022-03-04T08:39:04.951Z] ok github.com/docker/docker/api/server 0.069s coverage: 9.0% of statements [2022-03-04T08:39:05.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T08:39:08.430Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T08:39:09.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T08:39:11.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T08:39:14.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T08:39:17.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T08:39:19.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T08:39:22.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T08:39:24.749Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:39:24.749Z] Using test binary docker [2022-03-04T08:39:24.749Z] +++ /etc/init.d/apparmor start [2022-03-04T08:39:24.749Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:39:24.749Z] INFO: Waiting for daemon to start... [2022-03-04T08:39:24.749Z] Starting dockerd [2022-03-04T08:39:24.749Z] +++ 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-04T08:39:27.324Z] . [2022-03-04T08:39:27.324Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:39:27.324Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:39:27.324Z] Error: No such image: emptyfs [2022-03-04T08:39:27.324Z] ++++ docker load [2022-03-04T08:39:27.324Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T08:39:27.584Z] Running integration-test (iteration 1) [2022-03-04T08:39:27.584Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T08:39:27.584Z] ++ 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-04T08:39:27.584Z] ++ set -e [2022-03-04T08:39:27.584Z] ++ '[' -n 0 ']' [2022-03-04T08:39:27.584Z] ++ set -x [2022-03-04T08:39:27.584Z] ++ 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-04T08:39:28.525Z] Loaded image: busybox:latest [2022-03-04T08:39:28.786Z] Loaded image: busybox:glibc [2022-03-04T08:39:34.073Z] Loaded image: debian:bullseye-slim [2022-03-04T08:39:34.073Z] Loaded image: hello-world:latest [2022-03-04T08:39:34.073Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:39:34.073Z] INFO: Testing against a local daemon [2022-03-04T08:39:34.073Z] === RUN TestCgroupNamespacesBuild [2022-03-04T08:39:36.611Z] --- PASS: TestCgroupNamespacesBuild (2.42s) [2022-03-04T08:39:36.611Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T08:39:38.517Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.10s) [2022-03-04T08:39:38.517Z] === RUN TestBuildWithSession [2022-03-04T08:39:38.517Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:39:38.517Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:39:38.517Z] === RUN TestBuildSquashParent [2022-03-04T08:39:43.387Z] INFO [linters context/goanalysis] analyzers took 4m3.482209943s with top 10 stages: buildir: 1m45.355387797s, goimports: 22.43313845s, unconvert: 17.083900232s, gosec: 12.8390936s, golint: 6.625091616s, S1038: 6.572945451s, misspell: 5.772262893s, inspect: 3.601382243s, nilness: 3.56815009s, unused: 2.98198617s [2022-03-04T08:39:43.387Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-04T08:39:43.387Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, exclude: 2056/2056, cgo: 2444/3051, identifier_marker: 2056/2056, skip_dirs: 2444/2444, skip_files: 2444/2444, autogenerated_exclude: 2056/2444, exclude-rules: 76/2056, nolint: 0/76 [2022-03-04T08:39:43.387Z] INFO [runner] processing took 84.482329ms with stages: nolint: 33.460721ms, identifier_marker: 22.55362ms, path_prettifier: 10.123611ms, autogenerated_exclude: 8.507589ms, exclude-rules: 7.513266ms, skip_dirs: 1.926441ms, cgo: 266.148µs, filename_unadjuster: 125.901µs, max_same_issues: 1.549µs, uniq_by_line: 648ns, diff: 568ns, source_code: 350ns, skip_files: 320ns, exclude: 305ns, max_from_linter: 286ns, path_shortener: 233ns, severity-rules: 230ns, max_per_file_from_linter: 224ns, sort_results: 210ns, path_prefixer: 109ns [2022-03-04T08:39:43.387Z] INFO [runner] linters took 1m26.107738851s with stages: goanalysis_metalinter: 1m26.023141903s [2022-03-04T08:39:43.387Z] INFO File cache stats: 1673 entries of total size 8.4MiB [2022-03-04T08:39:43.387Z] INFO Memory: 2277 samples, avg is 308.3MB, max is 1075.8MB [2022-03-04T08:39:43.387Z] INFO Execution took 3m47.598400526s [2022-03-04T08:39:43.387Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-04T08:39:43.712Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh dynbinary test-docker-py [2022-03-04T08:39:44.275Z] [2022-03-04T08:39:44.275Z] Removing bundles/ [2022-03-04T08:39:44.275Z] [2022-03-04T08:39:44.275Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T08:39:44.275Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:39:44.275Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:39:48.529Z] --- PASS: TestBuildSquashParent (9.14s) [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:39:48.529Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:39:48.529Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:39:48.529Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:39:48.529Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:39:49.886Z] --- PASS: TestImportExtremelyLargeImageWorks (89.74s) [2022-03-04T08:39:49.886Z] PASS [2022-03-04T08:39:49.886Z] [2022-03-04T08:39:49.886Z] === Skipped [2022-03-04T08:39:49.886Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-04T08:39:49.886Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-04T08:39:49.886Z] [2022-03-04T08:39:49.886Z] DONE 22 tests, 1 skipped in 93.348s [2022-03-04T08:39:49.886Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T08:39:49.886Z] INFO: Testing against a local daemon [2022-03-04T08:39:49.886Z] === RUN TestNetworkCreateDelete [2022-03-04T08:39:49.886Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-04T08:39:49.886Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:39:49.886Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-04T08:39:49.886Z] === RUN TestDaemonDNSFallback [2022-03-04T08:39:49.886Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-03-04T08:39:49.886Z] === RUN TestInspectNetwork [2022-03-04T08:39:49.886Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:49.886Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T08:39:49.886Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:39:49.886Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:49.886Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:39:49.886Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:39:49.886Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:39:49.886Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:39:49.886Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:39:49.886Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:39:49.886Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:39:49.887Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:39:49.887Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:39:49.887Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:39:49.887Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T08:39:49.887Z] === RUN TestNetworkList [2022-03-04T08:39:49.887Z] === RUN TestNetworkList//networks [2022-03-04T08:39:49.887Z] === PAUSE TestNetworkList//networks [2022-03-04T08:39:49.887Z] === RUN TestNetworkList//networks/ [2022-03-04T08:39:49.887Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:39:49.887Z] === CONT TestNetworkList//networks [2022-03-04T08:39:49.887Z] === CONT TestNetworkList//networks/ [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkList (0.01s) [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:39:49.887Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:39:49.887Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:39:49.887Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:49.887Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:39:49.887Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:39:49.887Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:49.887Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-04T08:39:49.887Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:39:49.887Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:49.887Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:39:49.887Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:39:50.144Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2022-03-04T08:39:50.144Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:39:50.144Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:39:50.144Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:39:50.144Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:39:50.144Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:39:50.144Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:39:50.144Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:39:50.144Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:39:50.144Z] PASS [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === Skipped [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-04T08:39:50.144Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:39:50.144Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:39:50.144Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-04T08:39:50.144Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2022-03-04T08:39:50.144Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:39:50.144Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] DONE 22 tests, 12 skipped in 6.942s [2022-03-04T08:39:50.144Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.144Z] INFO: Testing against a local daemon [2022-03-04T08:39:50.144Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T08:39:50.144Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:39:50.144Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestDockerNetworkIpvlan [2022-03-04T08:39:50.144Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:39:50.144Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:39:50.144Z] PASS [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === Skipped [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:39:50.144Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:39:50.144Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] DONE 2 tests, 2 skipped in 0.089s [2022-03-04T08:39:50.144Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.144Z] INFO: Testing against a local daemon [2022-03-04T08:39:50.144Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T08:39:50.144Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-04T08:39:50.144Z] === RUN TestDockerNetworkMacvlan [2022-03-04T08:39:50.144Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-04T08:39:50.144Z] PASS [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === Skipped [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-04T08:39:50.144Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-04T08:39:50.144Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] DONE 2 tests, 2 skipped in 0.085s [2022-03-04T08:39:50.144Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.144Z] testing: warning: no tests to run [2022-03-04T08:39:50.144Z] PASS [2022-03-04T08:39:50.144Z] [2022-03-04T08:39:50.144Z] DONE 0 tests in 0.022s [2022-03-04T08:39:50.401Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.401Z] INFO: Testing against a local daemon [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginTLS [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginHeader [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginV2Disable [2022-03-04T08:39:50.401Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.401Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-04T08:39:50.401Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T08:39:50.443Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-04T08:39:50.658Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-04T08:39:50.658Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-04T08:39:50.658Z] PASS [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === Skipped [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-04T08:39:50.658Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] DONE 17 tests, 17 skipped in 0.294s [2022-03-04T08:39:50.658Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.658Z] INFO: Testing against a local daemon [2022-03-04T08:39:50.658Z] === RUN TestPluginInvalidJSON [2022-03-04T08:39:50.658Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:39:50.658Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:39:50.658Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:39:50.658Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-04T08:39:50.658Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:39:50.658Z] === RUN TestPluginInstall [2022-03-04T08:39:50.658Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T08:39:50.658Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:39:50.658Z] 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-04T08:39:50.658Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T08:39:50.658Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:39:50.658Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-04T08:39:50.658Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:39:50.658Z] PASS [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === Skipped [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-04T08:39:50.658Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-04T08:39:50.658Z] 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-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:39:50.658Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-04T08:39:50.658Z] [2022-03-04T08:39:50.658Z] DONE 5 tests, 3 skipped in 0.118s [2022-03-04T08:39:50.658Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T08:39:50.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:39:50.915Z] INFO: Testing against a local daemon [2022-03-04T08:39:50.915Z] === RUN TestExternalGraphDriver [2022-03-04T08:39:50.915Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-04T08:39:50.915Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-04T08:39:50.915Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:39:53.714Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:39:53.715Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:39:53.715Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:39:53.715Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:39:53.715Z] [2022-03-04T08:39:53.715Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T08:39:53.715Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T08:39:53.715Z] HOSTNAME=dd4a738c415a [2022-03-04T08:39:53.715Z] TESTDEBUG=0 [2022-03-04T08:39:53.715Z] DEST=bundles/test-integration [2022-03-04T08:39:53.715Z] PWD=/go/src/github.com/docker/docker [2022-03-04T08:39:53.715Z] DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 [2022-03-04T08:39:53.715Z] container=docker [2022-03-04T08:39:53.715Z] HOME=/root [2022-03-04T08:39:53.715Z] GOLANG_VERSION=1.17.7 [2022-03-04T08:39:53.715Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T08:39:53.715Z] VALIDATE_BRANCH=master [2022-03-04T08:39:53.715Z] TERM=xterm [2022-03-04T08:39:53.715Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T08:39:53.715Z] SHLVL=1 [2022-03-04T08:39:53.715Z] TIMEOUT=120m [2022-03-04T08:39:53.715Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T08:39:53.715Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T08:39:53.715Z] GO111MODULE=off [2022-03-04T08:39:53.715Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T08:39:53.715Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T08:39:53.715Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T08:39:53.715Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T08:39:53.715Z] GOPATH=/go [2022-03-04T08:39:53.715Z] PKG_CONFIG=pkg-config [2022-03-04T08:39:53.715Z] _=/usr/bin/env [2022-03-04T08:39:53.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T08:39:54.003Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:39:54.003Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:39:54.190Z] --- PASS: TestGraphdriverPluginV2 (3.30s) [2022-03-04T08:39:54.190Z] PASS [2022-03-04T08:39:54.190Z] [2022-03-04T08:39:54.190Z] === Skipped [2022-03-04T08:39:54.190Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-04T08:39:54.190Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-04T08:39:54.190Z] [2022-03-04T08:39:54.190Z] DONE 2 tests, 1 skipped in 3.426s [2022-03-04T08:39:54.190Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T08:39:54.190Z] INFO: Testing against a local daemon [2022-03-04T08:39:54.190Z] === RUN TestContinueAfterPluginCrash [2022-03-04T08:39:54.190Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T08:39:54.190Z] === RUN TestReadPluginNoRead [2022-03-04T08:39:54.190Z] === PAUSE TestReadPluginNoRead [2022-03-04T08:39:54.190Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T08:39:54.190Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T08:39:54.190Z] === CONT TestContinueAfterPluginCrash [2022-03-04T08:39:54.190Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T08:39:55.556Z] === RUN TestBoolValue [2022-03-04T08:39:55.556Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestBoolValueOrDefault [2022-03-04T08:39:55.556Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestInt64ValueOrZero [2022-03-04T08:39:55.556Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestInt64ValueOrDefault [2022-03-04T08:39:55.556Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T08:39:55.556Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestJsonContentType [2022-03-04T08:39:55.556Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T08:39:55.556Z] PASS [2022-03-04T08:39:55.556Z] coverage: 14.7% of statements [2022-03-04T08:39:55.556Z] ok github.com/docker/docker/api/server/httputils 0.059s coverage: 14.7% of statements [2022-03-04T08:39:55.556Z] === RUN TestMaskSecretKeys [2022-03-04T08:39:55.556Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T08:39:55.556Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T08:39:55.556Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T08:39:55.556Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T08:39:55.556Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T08:39:55.556Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T08:39:55.556Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestVersionMiddlewareVersion [2022-03-04T08:39:55.556Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T08:39:55.556Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T08:39:55.556Z] PASS [2022-03-04T08:39:55.556Z] coverage: 37.7% of statements [2022-03-04T08:39:55.556Z] ok github.com/docker/docker/api/server/middleware 0.067s coverage: 37.7% of statements [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T08:39:55.556Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T08:39:55.556Z] === RUN TestToJSON [2022-03-04T08:39:55.556Z] --- PASS: TestToJSON (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestToParamWithVersion [2022-03-04T08:39:55.556Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestFromJSON [2022-03-04T08:39:55.556Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestEmpty [2022-03-04T08:39:55.556Z] --- PASS: TestEmpty (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T08:39:55.556Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestArgsMatchKVList [2022-03-04T08:39:55.556Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestArgsMatch [2022-03-04T08:39:55.556Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestAdd [2022-03-04T08:39:55.556Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestDel [2022-03-04T08:39:55.556Z] --- PASS: TestDel (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestLen [2022-03-04T08:39:55.556Z] --- PASS: TestLen (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestExactMatch [2022-03-04T08:39:55.556Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestOnlyOneExactMatch [2022-03-04T08:39:55.556Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestContains [2022-03-04T08:39:55.556Z] --- PASS: TestContains (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestValidate [2022-03-04T08:39:55.556Z] --- PASS: TestValidate (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestWalkValues [2022-03-04T08:39:55.556Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T08:39:55.556Z] === RUN TestFuzzyMatch [2022-03-04T08:39:55.557Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T08:39:55.557Z] === RUN TestClone [2022-03-04T08:39:55.557Z] --- PASS: TestClone (0.00s) [2022-03-04T08:39:55.557Z] PASS [2022-03-04T08:39:55.557Z] coverage: 92.2% of statements [2022-03-04T08:39:55.557Z] ok github.com/docker/docker/api/types/filters 0.044s coverage: 92.2% of statements [2022-03-04T08:39:55.557Z] === RUN TestStrSliceMarshalJSON [2022-03-04T08:39:55.557Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T08:39:55.557Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T08:39:55.557Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T08:39:55.557Z] === RUN TestStrSliceUnmarshalString [2022-03-04T08:39:55.557Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T08:39:55.557Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T08:39:55.557Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T08:39:55.557Z] PASS [2022-03-04T08:39:55.557Z] coverage: 90.0% of statements [2022-03-04T08:39:55.557Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2022-03-04T08:39:55.557Z] === RUN TestAdjustForAPIVersion [2022-03-04T08:39:55.557Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T08:39:55.557Z] PASS [2022-03-04T08:39:55.557Z] coverage: 5.7% of statements [2022-03-04T08:39:55.557Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T08:39:55.557Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T08:39:56.016Z] === RUN TestDurationToSecondsString [2022-03-04T08:39:56.016Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T08:39:56.016Z] === RUN TestGetTimestamp [2022-03-04T08:39:56.016Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-04T08:39:56.016Z] === RUN TestParseTimestamps [2022-03-04T08:39:56.016Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T08:39:56.016Z] PASS [2022-03-04T08:39:56.016Z] coverage: 100.0% of statements [2022-03-04T08:39:56.016Z] ok github.com/docker/docker/api/types/time 0.195s coverage: 100.0% of statements [2022-03-04T08:39:56.016Z] === RUN TestCompareVersion [2022-03-04T08:39:56.016Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T08:39:56.016Z] PASS [2022-03-04T08:39:56.016Z] coverage: 77.3% of statements [2022-03-04T08:39:56.016Z] ok github.com/docker/docker/api/types/versions 0.036s coverage: 77.3% of statements [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T08:39:56.016Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.94s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.09s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.12s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.11s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.09s) [2022-03-04T08:39:57.300Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.97s) [2022-03-04T08:39:57.300Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:39:57.300Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:39:57.543Z] === RUN TestParseRemoteURL [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T08:39:57.544Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T08:39:57.544Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T08:39:57.544Z] === RUN TestCloneArgsSmartHttp [2022-03-04T08:39:57.544Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-04T08:39:57.544Z] === RUN TestCloneArgsDumbHttp [2022-03-04T08:39:57.544Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-04T08:39:57.544Z] === RUN TestCloneArgsGit [2022-03-04T08:39:57.544Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T08:39:57.544Z] === RUN TestCheckoutGit [2022-03-04T08:39:58.360Z] --- PASS: TestDaemonStartWithLogOpt (3.87s) [2022-03-04T08:39:58.360Z] === CONT TestReadPluginNoRead [2022-03-04T08:39:59.069Z] === RUN TestEnable [2022-03-04T08:39:59.069Z] --- PASS: TestEnable (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestDisable [2022-03-04T08:39:59.069Z] --- PASS: TestDisable (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestEnabled [2022-03-04T08:39:59.069Z] --- PASS: TestEnabled (0.00s) [2022-03-04T08:39:59.069Z] PASS [2022-03-04T08:39:59.069Z] coverage: 100.0% of statements [2022-03-04T08:39:59.069Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2022-03-04T08:39:59.069Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T08:39:59.069Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestProcessNoDockerignore [2022-03-04T08:39:59.069Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T08:39:59.069Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestDetectContentType [2022-03-04T08:39:59.069Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestSelectAcceptableMIME [2022-03-04T08:39:59.069Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestInspectEmptyResponse [2022-03-04T08:39:59.069Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestInspectResponseBinary [2022-03-04T08:39:59.069Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestResponseUnsupportedContentType [2022-03-04T08:39:59.069Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestInspectResponseTextSimple [2022-03-04T08:39:59.069Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T08:39:59.069Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestUnknownContentLength [2022-03-04T08:39:59.069Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestDownloadRemote [2022-03-04T08:39:59.069Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-04T08:39:59.069Z] === RUN TestGetWithStatusError [2022-03-04T08:39:59.069Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestCloseRootDirectory [2022-03-04T08:39:59.069Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:39:59.069Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestHashFile [2022-03-04T08:39:59.069Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:39:59.069Z] --- SKIP: TestHashFile (0.00s) [2022-03-04T08:39:59.069Z] === RUN TestHashSubdir [2022-03-04T08:39:59.069Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:39:59.069Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-04T08:39:59.069Z] === RUN TestRemoveDirectory [2022-03-04T08:39:59.069Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:39:59.069Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-04T08:39:59.069Z] PASS [2022-03-04T08:39:59.069Z] coverage: 9.3% of statements [2022-03-04T08:39:59.069Z] ok github.com/docker/docker/builder/remotecontext 0.276s coverage: 9.3% of statements [2022-03-04T08:39:59.533Z] === RUN TestGetAllAllowed [2022-03-04T08:39:59.533Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestGetAllMeta [2022-03-04T08:39:59.534Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T08:39:59.534Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T08:39:59.534Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestIsExistingDirectory [2022-03-04T08:39:59.534Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestGetFilenameForDownload [2022-03-04T08:39:59.534Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestEnv2Variables [2022-03-04T08:39:59.534Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T08:39:59.534Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestMaintainer [2022-03-04T08:39:59.534Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestLabel [2022-03-04T08:39:59.534Z] --- PASS: TestLabel (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestFromScratch [2022-03-04T08:39:59.534Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestFromWithArg [2022-03-04T08:39:59.534Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T08:39:59.534Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestFromWithUndefinedArg [2022-03-04T08:39:59.534Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T08:39:59.534Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestOnbuild [2022-03-04T08:39:59.534Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestWorkdir [2022-03-04T08:39:59.534Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestCmd [2022-03-04T08:39:59.534Z] --- PASS: TestCmd (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestHealthcheckNone [2022-03-04T08:39:59.534Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestHealthcheckCmd [2022-03-04T08:39:59.534Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestEntrypoint [2022-03-04T08:39:59.534Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestExpose [2022-03-04T08:39:59.534Z] --- PASS: TestExpose (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestUser [2022-03-04T08:39:59.534Z] --- PASS: TestUser (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestVolume [2022-03-04T08:39:59.534Z] --- PASS: TestVolume (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestStopSignal [2022-03-04T08:39:59.534Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:39:59.534Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestArg [2022-03-04T08:39:59.534Z] --- PASS: TestArg (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestShell [2022-03-04T08:39:59.534Z] --- PASS: TestShell (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestPrependEnvOnCmd [2022-03-04T08:39:59.534Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestRunWithBuildArgs [2022-03-04T08:39:59.534Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T08:39:59.534Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T08:39:59.534Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T08:39:59.534Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T08:39:59.534Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T08:39:59.534Z] --- PASS: TestDispatchUnsupportedOptions (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestNormalizeWorkdir [2022-03-04T08:39:59.534Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestDispatch [2022-03-04T08:39:59.534Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T08:39:59.534Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T08:39:59.534Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T08:39:59.534Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T08:39:59.534Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T08:39:59.534Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T08:39:59.534Z] === RUN TestDispatch/COPY_url [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch (0.05s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T08:39:59.534Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T08:39:59.534Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T08:39:59.534Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T08:39:59.534Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T08:39:59.534Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T08:39:59.534Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestEmptyDockerfile [2022-03-04T08:39:59.534Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestSymlinkDockerfile [2022-03-04T08:39:59.534Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-04T08:39:59.534Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T08:39:59.534Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestNonExistingDockerfile [2022-03-04T08:39:59.534Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestCopyRunConfig [2022-03-04T08:39:59.534Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestDeepCopyRunConfig [2022-03-04T08:39:59.534Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestExportImage [2022-03-04T08:39:59.534Z] --- PASS: TestExportImage (0.00s) [2022-03-04T08:39:59.534Z] === RUN TestNormalizeDest [2022-03-04T08:39:59.534Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T08:39:59.534Z] PASS [2022-03-04T08:39:59.534Z] coverage: 46.7% of statements [2022-03-04T08:39:59.534Z] ok github.com/docker/docker/builder/dockerfile 0.170s coverage: 46.7% of statements [2022-03-04T08:39:59.534Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T08:39:59.839Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:39:59.839Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:40:00.251Z] === RUN TestReadPluginNoRead/default [2022-03-04T08:40:00.408Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:40:00.503Z] === RUN TestTCP4Proxy [2022-03-04T08:40:00.503Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T08:40:00.503Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestTCP6Proxy [2022-03-04T08:40:00.503Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:40:00.503Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestTCPDualStackProxy [2022-03-04T08:40:00.503Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:40:00.503Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestUDP4Proxy [2022-03-04T08:40:00.503Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestUDP6Proxy [2022-03-04T08:40:00.503Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:40:00.503Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestUDPWriteError [2022-03-04T08:40:00.503Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestSCTP4Proxy [2022-03-04T08:40:00.503Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:40:00.503Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T08:40:00.503Z] === RUN TestSCTP6Proxy [2022-03-04T08:40:00.503Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:40:00.503Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T08:40:00.503Z] PASS [2022-03-04T08:40:00.503Z] coverage: 49.4% of statements [2022-03-04T08:40:00.503Z] ok github.com/docker/docker/cmd/docker-proxy 0.053s coverage: 49.4% of statements [2022-03-04T08:40:00.978Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy (4.61s) [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2022-03-04T08:40:01.547Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2022-03-04T08:40:01.547Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:40:01.641Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T08:40:02.928Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2022-03-04T08:40:02.928Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:40:03.039Z] --- PASS: TestContinueAfterPluginCrash (8.65s) [2022-03-04T08:40:03.039Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T08:40:04.405Z] === CONT TestReadPluginNoRead [2022-03-04T08:40:04.405Z] read_test.go:92: [db9b67d9b7527] daemon is not started [2022-03-04T08:40:04.405Z] --- PASS: TestReadPluginNoRead (6.07s) [2022-03-04T08:40:04.405Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-03-04T08:40:04.405Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-03-04T08:40:04.405Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-03-04T08:40:04.405Z] PASS [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] DONE 6 tests in 10.032s [2022-03-04T08:40:04.405Z] 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-04T08:40:04.405Z] testing: warning: no tests to run [2022-03-04T08:40:04.405Z] PASS [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] DONE 0 tests in 0.035s [2022-03-04T08:40:04.405Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T08:40:04.405Z] INFO: Testing against a local daemon [2022-03-04T08:40:04.405Z] === RUN TestPluginWithDevMounts [2022-03-04T08:40:04.405Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-04T08:40:04.405Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T08:40:04.405Z] PASS [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === Skipped [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-04T08:40:04.405Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] DONE 1 tests, 1 skipped in 0.097s [2022-03-04T08:40:04.405Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T08:40:04.405Z] INFO: Testing against a local daemon [2022-03-04T08:40:04.405Z] === RUN TestSecretInspect [2022-03-04T08:40:04.405Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestSecretInspect (0.02s) [2022-03-04T08:40:04.405Z] === RUN TestSecretList [2022-03-04T08:40:04.405Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestSecretList (0.01s) [2022-03-04T08:40:04.405Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:40:04.405Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-04T08:40:04.405Z] === RUN TestSecretsUpdate [2022-03-04T08:40:04.405Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-04T08:40:04.405Z] === RUN TestTemplatedSecret [2022-03-04T08:40:04.405Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T08:40:04.405Z] === RUN TestSecretCreateResolve [2022-03-04T08:40:04.405Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-04T08:40:04.405Z] PASS [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === Skipped [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-03-04T08:40:04.405Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-04T08:40:04.405Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-04T08:40:04.405Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-04T08:40:04.405Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-04T08:40:04.405Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-04T08:40:04.405Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.405Z] [2022-03-04T08:40:04.405Z] DONE 6 tests, 6 skipped in 0.172s [2022-03-04T08:40:04.661Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T08:40:04.662Z] INFO: Testing against a local daemon [2022-03-04T08:40:04.662Z] === RUN TestServiceCreateInit [2022-03-04T08:40:04.662Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:40:04.662Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:40:04.662Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- PASS: TestServiceCreateInit (0.01s) [2022-03-04T08:40:04.662Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:40:04.662Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:40:04.662Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceConflict [2022-03-04T08:40:04.662Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceConflict (0.02s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:40:04.662Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:40:04.662Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:40:04.662Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:40:04.662Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceSysctls [2022-03-04T08:40:04.662Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-04T08:40:04.662Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:40:04.662Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestInspect [2022-03-04T08:40:04.662Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestInspect (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestCreateJob [2022-03-04T08:40:04.662Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.662Z] --- SKIP: TestCreateJob (0.01s) [2022-03-04T08:40:04.662Z] === RUN TestReplicatedJob [2022-03-04T08:40:04.662Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.839Z] --- PASS: TestBuildLabelWithTargets (2.02s) [2022-03-04T08:40:04.839Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:40:04.919Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-04T08:40:04.919Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:40:04.919Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.919Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-04T08:40:04.919Z] === RUN TestServiceListWithStatuses [2022-03-04T08:40:04.919Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:40:04.919Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:40:04.919Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:40:04.919Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.919Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-04T08:40:04.919Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:40:04.919Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:04.919Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-04T08:40:04.919Z] === RUN TestServicePlugin [2022-03-04T08:40:05.780Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2022-03-04T08:40:05.780Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:40:06.815Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServicePlugin (1.89s) [2022-03-04T08:40:06.815Z] === RUN TestServiceUpdateLabel [2022-03-04T08:40:06.815Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-04T08:40:06.815Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:40:06.815Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-04T08:40:06.815Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:40:06.815Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-04T08:40:06.815Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:40:06.815Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-03-04T08:40:06.815Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:40:06.815Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-03-04T08:40:06.815Z] PASS [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === Skipped [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:40:06.815Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:40:06.815Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2022-03-04T08:40:06.815Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-04T08:40:06.815Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2022-03-04T08:40:06.815Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-04T08:40:06.815Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-04T08:40:06.815Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-04T08:40:06.815Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-04T08:40:06.815Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T08:40:06.815Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-04T08:40:06.815Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-04T08:40:06.815Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServicePlugin (1.89s) [2022-03-04T08:40:06.815Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-04T08:40:06.815Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-04T08:40:06.815Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-04T08:40:06.815Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-03-04T08:40:06.815Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-03-04T08:40:06.815Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] DONE 24 tests, 23 skipped in 2.247s [2022-03-04T08:40:06.815Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T08:40:06.815Z] INFO: Testing against a local daemon [2022-03-04T08:40:06.815Z] === RUN TestSessionCreate [2022-03-04T08:40:06.815Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T08:40:06.815Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:40:06.815Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T08:40:06.815Z] PASS [2022-03-04T08:40:06.815Z] [2022-03-04T08:40:06.815Z] DONE 2 tests in 0.120s [2022-03-04T08:40:06.815Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T08:40:07.072Z] INFO: Testing against a local daemon [2022-03-04T08:40:07.072Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:40:07.072Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:40:07.072Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:40:07.072Z] === RUN TestDiskUsage [2022-03-04T08:40:07.072Z] === PAUSE TestDiskUsage [2022-03-04T08:40:07.072Z] === RUN TestEventsExecDie [2022-03-04T08:40:07.635Z] --- PASS: TestEventsExecDie (0.50s) [2022-03-04T08:40:07.635Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:40:07.635Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-04T08:40:07.635Z] === RUN TestEventsVolumeCreate [2022-03-04T08:40:07.635Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-04T08:40:07.635Z] === RUN TestInfoBinaryCommits [2022-03-04T08:40:07.635Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T08:40:07.635Z] === RUN TestInfoAPIVersioned [2022-03-04T08:40:07.635Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T08:40:07.635Z] === RUN TestInfoAPI [2022-03-04T08:40:07.635Z] --- PASS: TestInfoAPI (0.01s) [2022-03-04T08:40:07.635Z] === RUN TestInfoAPIWarnings [2022-03-04T08:40:09.079Z] --- PASS: TestBuildMultiStageOnBuild (3.11s) [2022-03-04T08:40:09.079Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:40:10.793Z] === RUN TestCheckpointCreateError [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointCreate [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointDeleteError [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointDelete [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointListError [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointList [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T08:40:10.793Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T08:40:10.793Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:40:10.793Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestGetAPIPath [2022-03-04T08:40:10.793Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestParseHostURL [2022-03-04T08:40:10.793Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T08:40:10.793Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPIVersion [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T08:40:10.793Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestClientRedirect [2022-03-04T08:40:10.793Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigCreateUnsupported [2022-03-04T08:40:10.793Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigCreateError [2022-03-04T08:40:10.793Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigCreate [2022-03-04T08:40:10.793Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspectNotFound [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspectUnsupported [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspectError [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigInspect [2022-03-04T08:40:10.793Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigListUnsupported [2022-03-04T08:40:10.793Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigListError [2022-03-04T08:40:10.793Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigList [2022-03-04T08:40:10.793Z] --- PASS: TestConfigList (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigRemoveUnsupported [2022-03-04T08:40:10.793Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigRemoveError [2022-03-04T08:40:10.793Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigRemove [2022-03-04T08:40:10.793Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigUpdateUnsupported [2022-03-04T08:40:10.793Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigUpdateError [2022-03-04T08:40:10.793Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestConfigUpdate [2022-03-04T08:40:10.793Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCommitError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCommit [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerStatPathError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerStatPath [2022-03-04T08:40:10.793Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyToContainerError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyToContainer [2022-03-04T08:40:10.793Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyFromContainerError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T08:40:10.793Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestCopyFromContainer [2022-03-04T08:40:10.793Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCreateError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCreateImageNotFound [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCreateWithName [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerCreateAutoRemove [2022-03-04T08:40:10.793Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerDiffError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerDiff [2022-03-04T08:40:10.793Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecCreateError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecCreate [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecStartError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecStart [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecInspectError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExecInspect [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExportError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerExport [2022-03-04T08:40:10.793Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerInspectError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T08:40:10.793Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T08:40:10.793Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerInspect [2022-03-04T08:40:10.793Z] --- PASS: TestContainerInspect (0.01s) [2022-03-04T08:40:10.793Z] === RUN TestContainerInspectNode [2022-03-04T08:40:10.793Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerKillError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerKill [2022-03-04T08:40:10.793Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerListError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerList [2022-03-04T08:40:10.793Z] --- PASS: TestContainerList (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerLogsNotFoundError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerLogsError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerLogs [2022-03-04T08:40:10.793Z] --- PASS: TestContainerLogs (0.17s) [2022-03-04T08:40:10.793Z] === RUN TestContainerPauseError [2022-03-04T08:40:10.793Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T08:40:10.793Z] === RUN TestContainerPause [2022-03-04T08:40:10.794Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainersPruneError [2022-03-04T08:40:10.794Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainersPrune [2022-03-04T08:40:10.794Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRemoveError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRemove [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRenameError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRename [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerResizeError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerExecResizeError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerResize [2022-03-04T08:40:10.794Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerExecResize [2022-03-04T08:40:10.794Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRestartError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerRestart [2022-03-04T08:40:10.794Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStartError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStart [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStatsError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStats [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStopError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerStop [2022-03-04T08:40:10.794Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerTopError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerTop [2022-03-04T08:40:10.794Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerUnpauseError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerUnpause [2022-03-04T08:40:10.794Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerUpdateError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerUpdate [2022-03-04T08:40:10.794Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerWaitError [2022-03-04T08:40:10.794Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestContainerWait [2022-03-04T08:40:10.794Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestDiskUsageError [2022-03-04T08:40:10.794Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestDiskUsage [2022-03-04T08:40:10.794Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestDistributionInspectUnsupported [2022-03-04T08:40:10.794Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T08:40:10.794Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestEventsErrorInOptions [2022-03-04T08:40:10.794Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestEventsErrorFromServer [2022-03-04T08:40:10.794Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestEvents [2022-03-04T08:40:10.794Z] --- PASS: TestEvents (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestTLSCloseWriter [2022-03-04T08:40:10.794Z] === PAUSE TestTLSCloseWriter [2022-03-04T08:40:10.794Z] === RUN TestImageBuildError [2022-03-04T08:40:10.794Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageBuild [2022-03-04T08:40:10.794Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestGetDockerOS [2022-03-04T08:40:10.794Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageCreateError [2022-03-04T08:40:10.794Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageCreate [2022-03-04T08:40:10.794Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageHistoryError [2022-03-04T08:40:10.794Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageHistory [2022-03-04T08:40:10.794Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageImportError [2022-03-04T08:40:10.794Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageImport [2022-03-04T08:40:10.794Z] --- PASS: TestImageImport (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageInspectError [2022-03-04T08:40:10.794Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageInspectImageNotFound [2022-03-04T08:40:10.794Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageInspectWithEmptyID [2022-03-04T08:40:10.794Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageInspect [2022-03-04T08:40:10.794Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageListError [2022-03-04T08:40:10.794Z] --- PASS: TestImageListError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageList [2022-03-04T08:40:10.794Z] --- PASS: TestImageList (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageListApiBefore125 [2022-03-04T08:40:10.794Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageLoadError [2022-03-04T08:40:10.794Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageLoad [2022-03-04T08:40:10.794Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagesPruneError [2022-03-04T08:40:10.794Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagesPrune [2022-03-04T08:40:10.794Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullReferenceParseError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullAnyError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePullWithoutErrors [2022-03-04T08:40:10.794Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushReferenceError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushAnyError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithoutErrors [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T08:40:10.794Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageRemoveError [2022-03-04T08:40:10.794Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageRemoveImageNotFound [2022-03-04T08:40:10.794Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageRemove [2022-03-04T08:40:10.794Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSaveError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSave [2022-03-04T08:40:10.794Z] --- PASS: TestImageSave (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchAnyError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageSearchWithoutErrors [2022-03-04T08:40:10.794Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageTagError [2022-03-04T08:40:10.794Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageTagInvalidReference [2022-03-04T08:40:10.794Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T08:40:10.794Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageTagHexSource [2022-03-04T08:40:10.794Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestImageTag [2022-03-04T08:40:10.794Z] --- PASS: TestImageTag (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestInfoServerError [2022-03-04T08:40:10.794Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T08:40:10.794Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestInfo [2022-03-04T08:40:10.794Z] --- PASS: TestInfo (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkConnectError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkConnect [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkCreateError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkCreate [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkDisconnectError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkDisconnect [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/no_options [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/verbose [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/global_scope [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T08:40:10.794Z] === RUN TestNetworkInspect/server_error [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkListError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkList [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworksPruneError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworksPrune [2022-03-04T08:40:10.794Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkRemoveError [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNetworkRemove [2022-03-04T08:40:10.794Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeInspectError [2022-03-04T08:40:10.794Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T08:40:10.794Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T08:40:10.794Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeInspect [2022-03-04T08:40:10.794Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeListError [2022-03-04T08:40:10.794Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeList [2022-03-04T08:40:10.794Z] --- PASS: TestNodeList (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeRemoveError [2022-03-04T08:40:10.794Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeRemove [2022-03-04T08:40:10.794Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeUpdateError [2022-03-04T08:40:10.794Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestNodeUpdate [2022-03-04T08:40:10.794Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestOptionWithHostFromEnv [2022-03-04T08:40:10.794Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestOptionWithTimeout [2022-03-04T08:40:10.794Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T08:40:10.794Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPingFail [2022-03-04T08:40:10.794Z] --- PASS: TestPingFail (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPingWithError [2022-03-04T08:40:10.794Z] 2022/03/04 08:40:09 RoundTripper returned a response & error; ignoring response [2022-03-04T08:40:10.794Z] 2022/03/04 08:40:09 RoundTripper returned a response & error; ignoring response [2022-03-04T08:40:10.794Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPingSuccess [2022-03-04T08:40:10.794Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPingHeadFallback [2022-03-04T08:40:10.794Z] === RUN TestPingHeadFallback/OK [2022-03-04T08:40:10.794Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T08:40:10.794Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T08:40:10.794Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T08:40:10.794Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T08:40:10.794Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginDisableError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginDisable [2022-03-04T08:40:10.794Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginEnableError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginEnable [2022-03-04T08:40:10.794Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginInspectError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T08:40:10.794Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginInspect [2022-03-04T08:40:10.794Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginListError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginList [2022-03-04T08:40:10.794Z] --- PASS: TestPluginList (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginPushError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginPush [2022-03-04T08:40:10.794Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginRemoveError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginRemove [2022-03-04T08:40:10.794Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginSetError [2022-03-04T08:40:10.794Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPluginSet [2022-03-04T08:40:10.794Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestSetHostHeader [2022-03-04T08:40:10.794Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestPlainTextError [2022-03-04T08:40:10.794Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T08:40:10.794Z] === RUN TestInfiniteError [2022-03-04T08:40:10.795Z] --- PASS: TestInfiniteError (0.04s) [2022-03-04T08:40:10.795Z] === RUN TestCanceledContext [2022-03-04T08:40:10.795Z] 2022/03/04 08:40:09 RoundTripper returned a response & error; ignoring response [2022-03-04T08:40:10.795Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestDeadlineExceededContext [2022-03-04T08:40:10.795Z] 2022/03/04 08:40:09 RoundTripper returned a response & error; ignoring response [2022-03-04T08:40:10.795Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretCreateUnsupported [2022-03-04T08:40:10.795Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretCreateError [2022-03-04T08:40:10.795Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretCreate [2022-03-04T08:40:10.795Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretInspectUnsupported [2022-03-04T08:40:10.795Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretInspectError [2022-03-04T08:40:10.795Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T08:40:10.795Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T08:40:10.795Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretInspect [2022-03-04T08:40:10.795Z] --- PASS: TestSecretInspect (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretListUnsupported [2022-03-04T08:40:10.795Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretListError [2022-03-04T08:40:10.795Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretList [2022-03-04T08:40:10.795Z] --- PASS: TestSecretList (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretRemoveUnsupported [2022-03-04T08:40:10.795Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretRemoveError [2022-03-04T08:40:10.795Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretRemove [2022-03-04T08:40:10.795Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretUpdateUnsupported [2022-03-04T08:40:10.795Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretUpdateError [2022-03-04T08:40:10.795Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSecretUpdate [2022-03-04T08:40:10.795Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceCreateError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceCreate [2022-03-04T08:40:10.795Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T08:40:10.795Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceCreateDigestPinning [2022-03-04T08:40:10.795Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceInspectError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T08:40:10.795Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T08:40:10.795Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceInspect [2022-03-04T08:40:10.795Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceListError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceList [2022-03-04T08:40:10.795Z] --- PASS: TestServiceList (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceLogsError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceLogs [2022-03-04T08:40:10.795Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceRemoveError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceRemove [2022-03-04T08:40:10.795Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceUpdateError [2022-03-04T08:40:10.795Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestServiceUpdate [2022-03-04T08:40:10.795Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmGetUnlockKey [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmInitError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmInit [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmInspectError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmInspect [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmJoinError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmJoin [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmLeaveError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmLeave [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmUnlockError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmUnlock [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmUpdateError [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestSwarmUpdate [2022-03-04T08:40:10.795Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestTaskInspectError [2022-03-04T08:40:10.795Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T08:40:10.795Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestTaskInspect [2022-03-04T08:40:10.795Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestTaskListError [2022-03-04T08:40:10.795Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestTaskList [2022-03-04T08:40:10.795Z] --- PASS: TestTaskList (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeCreateError [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeCreate [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeInspectError [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeInspectNotFound [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeInspect [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeListError [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeList [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeRemoveError [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T08:40:10.795Z] === RUN TestVolumeRemove [2022-03-04T08:40:10.795Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T08:40:10.795Z] === CONT TestTLSCloseWriter [2022-03-04T08:40:10.795Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-04T08:40:10.795Z] PASS [2022-03-04T08:40:10.795Z] coverage: 75.2% of statements [2022-03-04T08:40:10.795Z] ok github.com/docker/docker/client 0.446s coverage: 75.2% of statements [2022-03-04T08:40:10.988Z] --- PASS: TestBuildUncleanTarFilenames (1.74s) [2022-03-04T08:40:10.988Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:40:14.287Z] --- PASS: TestBuildMultiStageLayerLeak (3.10s) [2022-03-04T08:40:14.287Z] === RUN TestBuildWithHugeFile [2022-03-04T08:40:20.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T08:40:20.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T08:40:25.681Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-03-04T08:40:25.681Z] === RUN TestInfoDebug [2022-03-04T08:40:25.681Z] --- PASS: TestInfoDebug (0.55s) [2022-03-04T08:40:25.681Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:40:25.681Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-03-04T08:40:25.681Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:40:25.681Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-04T08:40:25.681Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:40:25.681Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-04T08:40:25.681Z] === RUN TestPingCacheHeaders [2022-03-04T08:40:25.681Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T08:40:25.681Z] === RUN TestPingGet [2022-03-04T08:40:25.681Z] --- PASS: TestPingGet (0.01s) [2022-03-04T08:40:25.681Z] === RUN TestPingHead [2022-03-04T08:40:25.681Z] --- PASS: TestPingHead (0.02s) [2022-03-04T08:40:25.681Z] === RUN TestVersion [2022-03-04T08:40:25.681Z] --- PASS: TestVersion (0.01s) [2022-03-04T08:40:25.681Z] === CONT TestDiskUsage [2022-03-04T08:40:25.716Z] 898469748ff6: Pull complete [2022-03-04T08:40:25.716Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T08:40:25.716Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:40:25.716Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-04T08:40:25.716Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-04T08:40:25.716Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-04T08:40:25.716Z] WARN: Skipping validation tests [2022-03-04T08:40:25.716Z] INFO: Running unit tests at 03/04/2022 08:40:24... [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T08:40:26.245Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T08:40:26.502Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T08:40:26.503Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T08:40:26.503Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T08:40:26.503Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T08:40:26.503Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T08:40:26.759Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage (1.19s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-04T08:40:27.015Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-04T08:40:27.015Z] PASS [2022-03-04T08:40:27.015Z] [2022-03-04T08:40:27.015Z] === Skipped [2022-03-04T08:40:27.015Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:40:27.015Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:40:27.015Z] [2022-03-04T08:40:27.015Z] DONE 50 tests, 1 skipped in 20.065s [2022-03-04T08:40:27.015Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T08:40:27.015Z] INFO: Testing against a local daemon [2022-03-04T08:40:27.015Z] === RUN TestVolumesCreateAndList [2022-03-04T08:40:27.015Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T08:40:27.015Z] === RUN TestVolumesRemove [2022-03-04T08:40:27.272Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-04T08:40:27.272Z] === RUN TestVolumesInspect [2022-03-04T08:40:27.272Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T08:40:27.272Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:40:27.272Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:40:27.272Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:40:27.272Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:40:27.272Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-04T08:40:27.272Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:40:27.272Z] PASS [2022-03-04T08:40:27.272Z] [2022-03-04T08:40:27.272Z] DONE 5 tests in 0.189s [2022-03-04T08:40:27.272Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T08:40:27.272Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13137 is not a child of this shell [2022-03-04T08:40:27.272Z] warning: PID 13137 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-04T08:40:27.272Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T08:40:27.272Z] [2022-03-04T08:40:27.272Z] Unloading profiles will leave already running processes permanently [2022-03-04T08:40:27.272Z] unconfined, which can lead to unexpected situations. [2022-03-04T08:40:27.272Z] [2022-03-04T08:40:27.272Z] To set a process to complain mode, use the command line tool [2022-03-04T08:40:27.272Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T08:40:27.272Z] Removing test suite binaries [2022-03-04T08:40:27.272Z] exiting test-integration [2022-03-04T08:40:27.272Z] ++ exit 0 [2022-03-04T08:40:27.272Z] Post stage [Pipeline] junit [2022-03-04T08:40:28.216Z] Recording test results [2022-03-04T08:40:28.430Z] --- PASS: TestCheckoutGit (29.78s) [2022-03-04T08:40:28.430Z] === RUN TestValidGitTransport [2022-03-04T08:40:28.430Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T08:40:28.430Z] === RUN TestGitInvalidRef [2022-03-04T08:40:28.430Z] --- PASS: TestGitInvalidRef (0.20s) [2022-03-04T08:40:28.430Z] PASS [2022-03-04T08:40:28.430Z] coverage: 86.3% of statements [2022-03-04T08:40:28.430Z] ok github.com/docker/docker/builder/remotecontext/git 30.113s coverage: 86.3% of statements [2022-03-04T08:40:28.430Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T08:40:28.430Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T08:40:28.658Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T08:40:29.038Z] + echo Ensuring container killed. [2022-03-04T08:40:29.039Z] Ensuring container killed. [2022-03-04T08:40:29.039Z] + docker rm -vf docker-pr15 [2022-03-04T08:40:29.039Z] Error: No such container: docker-pr15 [Pipeline] sh [2022-03-04T08:40:29.322Z] + echo Chowning /workspace to jenkins user [2022-03-04T08:40:29.322Z] Chowning /workspace to jenkins user [2022-03-04T08:40:29.322Z] + id -u [2022-03-04T08:40:29.322Z] + id -g [2022-03-04T08:40:29.322Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T08:40:29.442Z] INFO: make.ps1 starting at 03/04/2022 08:40:28 [2022-03-04T08:40:29.442Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:40:29.442Z] INFO: Invoking autogen... [2022-03-04T08:40:29.442Z] INFO: Running unit tests... [2022-03-04T08:40:30.225Z] --- PASS: TestImportExtremelyLargeImageWorks (90.26s) [2022-03-04T08:40:30.225Z] PASS [2022-03-04T08:40:30.225Z] [2022-03-04T08:40:30.225Z] DONE 22 tests in 93.240s [2022-03-04T08:40:30.225Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T08:40:30.225Z] INFO: Testing against a local daemon [2022-03-04T08:40:30.225Z] === RUN TestNetworkCreateDelete [2022-03-04T08:40:30.225Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-04T08:40:30.225Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:40:30.225Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-04T08:40:30.225Z] === RUN TestDaemonDNSFallback [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T08:40:30.793Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-04T08:40:30.793Z] === RUN TestInspectNetwork [2022-03-04T08:40:30.989Z] + bundleName=amd64-rootless [2022-03-04T08:40:30.989Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-04T08:40:30.989Z] Creating amd64-rootless-bundles.tar.gz [2022-03-04T08:40:30.989Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-03-04T08:40:30.989Z] + 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-04T08:40:30.999Z] Archiving artifacts [2022-03-04T08:40:31.554Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T08:40:31.860Z] + make clean [2022-03-04T08:40:31.860Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T08:40:31.860Z] docker-dev-cache [2022-03-04T08:40:31.860Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T08:40:34.075Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T08:40:34.075Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T08:40:34.075Z] === RUN TestInspectNetwork/network_name [2022-03-04T08:40:34.075Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T08:40:34.200Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestConfigureDaemonLogs [2022-03-04T08:40:34.200Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T08:40:34.200Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T08:40:34.200Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T08:40:34.200Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T08:40:34.200Z] PASS [2022-03-04T08:40:34.200Z] coverage: 18.7% of statements [2022-03-04T08:40:34.200Z] ok github.com/docker/docker/cmd/dockerd 0.400s coverage: 18.7% of statements [2022-03-04T08:40:34.200Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T08:40:34.200Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T08:40:34.655Z] === RUN TestContainerStopSignal [2022-03-04T08:40:34.655Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestContainerStopTimeout [2022-03-04T08:40:34.655Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T08:40:34.655Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T08:40:34.655Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T08:40:34.655Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T08:40:34.655Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T08:40:34.655Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestNewMemoryStore [2022-03-04T08:40:34.655Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestAddContainers [2022-03-04T08:40:34.655Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestGetContainer [2022-03-04T08:40:34.655Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestDeleteContainer [2022-03-04T08:40:34.655Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestListContainers [2022-03-04T08:40:34.655Z] --- PASS: TestListContainers (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestFirstContainer [2022-03-04T08:40:34.655Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestApplyAllContainer [2022-03-04T08:40:34.655Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestIsValidHealthString [2022-03-04T08:40:34.655Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestStateRunStop [2022-03-04T08:40:34.655Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestStateTimeoutWait [2022-03-04T08:40:34.655Z] state_test.go:141: Stop callback fired [2022-03-04T08:40:34.655Z] state_test.go:165: Stop callback fired [2022-03-04T08:40:34.655Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T08:40:34.655Z] === RUN TestIsValidStateString [2022-03-04T08:40:34.655Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestViewSaveDelete [2022-03-04T08:40:34.655Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-04T08:40:34.655Z] === RUN TestViewAll [2022-03-04T08:40:34.655Z] --- PASS: TestViewAll (0.01s) [2022-03-04T08:40:34.655Z] === RUN TestViewGet [2022-03-04T08:40:34.655Z] --- PASS: TestViewGet (0.01s) [2022-03-04T08:40:34.655Z] === RUN TestNames [2022-03-04T08:40:34.655Z] --- PASS: TestNames (0.00s) [2022-03-04T08:40:34.655Z] === RUN TestViewWithHealthCheck [2022-03-04T08:40:34.655Z] --- PASS: TestViewWithHealthCheck (0.00s) [2022-03-04T08:40:34.655Z] PASS [2022-03-04T08:40:34.655Z] coverage: 41.7% of statements [2022-03-04T08:40:34.655Z] ok github.com/docker/docker/container 0.256s coverage: 41.7% of statements [2022-03-04T08:40:34.655Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T08:40:34.655Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T08:40:34.655Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T08:40:34.655Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T08:40:35.189Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T08:40:36.184Z] === RUN TestPrepare [2022-03-04T08:40:36.184Z] --- PASS: TestPrepare (0.00s) [2022-03-04T08:40:36.184Z] === RUN TestStart [2022-03-04T08:40:36.184Z] --- PASS: TestStart (0.00s) [2022-03-04T08:40:36.184Z] === RUN TestWaitCancel [2022-03-04T08:40:36.184Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T08:40:36.184Z] === RUN TestWaitDisabled [2022-03-04T08:40:36.184Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T08:40:36.184Z] === RUN TestWaitEnabled [2022-03-04T08:40:36.184Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T08:40:36.184Z] === RUN TestRemove [2022-03-04T08:40:36.184Z] --- PASS: TestRemove (0.00s) [2022-03-04T08:40:36.184Z] PASS [2022-03-04T08:40:36.184Z] coverage: 65.3% of statements [2022-03-04T08:40:36.184Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2022-03-04T08:40:37.828Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T08:40:37.828Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T08:40:37.828Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T08:40:37.828Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T08:40:37.828Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T08:40:37.828Z] PASS [2022-03-04T08:40:37.828Z] coverage: 35.9% of statements [2022-03-04T08:40:37.828Z] ok github.com/docker/docker/daemon/cluster/convert 0.864s coverage: 35.9% of statements [2022-03-04T08:40:37.828Z] === RUN TestNewListSecretsFilters [2022-03-04T08:40:37.828Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T08:40:37.828Z] === RUN TestNewListConfigsFilters [2022-03-04T08:40:37.828Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T08:40:37.828Z] PASS [2022-03-04T08:40:37.828Z] coverage: 0.5% of statements [2022-03-04T08:40:37.828Z] ok github.com/docker/docker/daemon/cluster 0.884s coverage: 0.5% of statements [2022-03-04T08:40:37.987Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-04T08:40:38.259Z] --- PASS: TestInspectNetwork (7.32s) [2022-03-04T08:40:38.259Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T08:40:38.259Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T08:40:38.260Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T08:40:38.260Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T08:40:38.260Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:40:39.636Z] --- PASS: TestRunContainerWithBridgeNone (1.56s) [2022-03-04T08:40:39.636Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:40:39.636Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:40:39.636Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:40:39.636Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:40:39.636Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:40:39.636Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:40:39.636Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:40:39.636Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:40:39.636Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:40:39.636Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:40:39.636Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-04T08:40:39.636Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T08:40:39.636Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T08:40:39.636Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T08:40:39.636Z] === RUN TestNetworkList [2022-03-04T08:40:39.636Z] === RUN TestNetworkList//networks [2022-03-04T08:40:39.636Z] === PAUSE TestNetworkList//networks [2022-03-04T08:40:39.636Z] === RUN TestNetworkList//networks/ [2022-03-04T08:40:39.636Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:40:39.636Z] === CONT TestNetworkList//networks [2022-03-04T08:40:39.636Z] === CONT TestNetworkList//networks/ [2022-03-04T08:40:39.895Z] --- PASS: TestNetworkList (0.02s) [2022-03-04T08:40:39.895Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:40:39.895Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:40:39.895Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:40:40.463Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-04T08:40:40.463Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:40:40.717Z] === RUN TestBuilderGC [2022-03-04T08:40:40.717Z] --- PASS: TestBuilderGC (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestFindConfigurationConflicts [2022-03-04T08:40:40.717Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T08:40:40.717Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T08:40:40.717Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T08:40:40.717Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T08:40:40.717Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_label [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T08:40:40.717Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T08:40:40.717Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T08:40:40.717Z] time="2022-03-04T08:40:40Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T08:40:40.717Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2022-03-04T08:40:40.717Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T08:40:40.717Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:40:40.717Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestReloadBadDefaultConfig [2022-03-04T08:40:40.717Z] time="2022-03-04T08:40:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-995415585" [2022-03-04T08:40:40.717Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestReloadWithConflictingLabels [2022-03-04T08:40:40.717Z] time="2022-03-04T08:40:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1288239360" [2022-03-04T08:40:40.717Z] --- PASS: TestReloadWithConflictingLabels (0.02s) [2022-03-04T08:40:40.717Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T08:40:40.717Z] time="2022-03-04T08:40:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4113546944" [2022-03-04T08:40:40.717Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-03-04T08:40:40.717Z] === RUN TestMaskURLCredentials [2022-03-04T08:40:40.717Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T08:40:40.717Z] === RUN TestDaemonConfigurationMerge [2022-03-04T08:40:40.717Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T08:40:40.717Z] PASS [2022-03-04T08:40:40.717Z] coverage: 79.2% of statements [2022-03-04T08:40:40.717Z] ok github.com/docker/docker/daemon/config 0.514s coverage: 79.2% of statements [2022-03-04T08:40:41.399Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-03-04T08:40:41.399Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:40:41.679Z] === RUN TestEventsLog [2022-03-04T08:40:41.679Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T08:40:41.679Z] === RUN TestEventsLogTimeout [2022-03-04T08:40:41.679Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T08:40:41.679Z] === RUN TestLogEvents [2022-03-04T08:40:41.679Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T08:40:41.679Z] === RUN TestLoadBufferedEvents [2022-03-04T08:40:41.679Z] === RUN TestWaitNodeAttachment [2022-03-04T08:40:42.135Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-03-04T08:40:42.135Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T08:40:42.135Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T08:40:42.135Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T08:40:42.135Z] PASS [2022-03-04T08:40:42.135Z] coverage: 50.0% of statements [2022-03-04T08:40:42.135Z] ok github.com/docker/docker/daemon/events 0.304s coverage: 50.0% of statements [2022-03-04T08:40:42.135Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-04T08:40:42.135Z] === RUN TestIsolationConversion [2022-03-04T08:40:42.135Z] === RUN TestIsolationConversion/default [2022-03-04T08:40:42.135Z] === RUN TestIsolationConversion/process [2022-03-04T08:40:42.135Z] === RUN TestIsolationConversion/hyperv [2022-03-04T08:40:42.135Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestContainerLabels [2022-03-04T08:40:42.135Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestCredentialSpecConversion [2022-03-04T08:40:42.135Z] === RUN TestCredentialSpecConversion/none [2022-03-04T08:40:42.135Z] === RUN TestCredentialSpecConversion/config [2022-03-04T08:40:42.135Z] === RUN TestCredentialSpecConversion/file [2022-03-04T08:40:42.135Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T08:40:42.135Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T08:40:42.135Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountBind [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountVolume [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountTarget [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T08:40:42.135Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T08:40:42.135Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T08:40:42.135Z] PASS [2022-03-04T08:40:42.135Z] coverage: 11.0% of statements [2022-03-04T08:40:42.135Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.556s coverage: 11.0% of statements [2022-03-04T08:40:42.385Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2022-03-04T08:40:42.385Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:40:42.590Z] === RUN TestIsEmptyDir [2022-03-04T08:40:42.590Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T08:40:42.590Z] PASS [2022-03-04T08:40:42.590Z] coverage: 2.3% of statements [2022-03-04T08:40:42.590Z] ok github.com/docker/docker/daemon/graphdriver 0.061s coverage: 2.3% of statements [2022-03-04T08:40:43.046Z] === RUN TestVerifyNetworkingConfig [2022-03-04T08:40:43.046Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestGetContainer [2022-03-04T08:40:43.046Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestValidContainerNames [2022-03-04T08:40:43.046Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestContainerInitDNS [2022-03-04T08:40:43.046Z] daemon_test.go:145: root required [2022-03-04T08:40:43.046Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestMerge [2022-03-04T08:40:43.046Z] --- PASS: TestMerge (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestValidateContainerIsolation [2022-03-04T08:40:43.046Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestFindNetworkErrorType [2022-03-04T08:40:43.046Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestEnsureServicesExist [2022-03-04T08:40:43.046Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestEnsureServicesExistErrors [2022-03-04T08:40:43.046Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T08:40:43.046Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T08:40:43.046Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T08:40:43.046Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T08:40:43.046Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:40:43.046Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T08:40:43.046Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestContainerDelete [2022-03-04T08:40:43.046Z] --- PASS: TestContainerDelete (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestContainerDoubleDelete [2022-03-04T08:40:43.046Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T08:40:43.046Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T08:40:43.046Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestNoneHealthcheck [2022-03-04T08:40:43.046Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestHealthStates [2022-03-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] time="2022-03-04T08:40:42Z" 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-04T08:40:43.046Z] --- PASS: TestHealthStates (0.16s) [2022-03-04T08:40:43.046Z] === RUN TestGetInspectData [2022-03-04T08:40:43.046Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestFillLicense [2022-03-04T08:40:43.046Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestListInvalidFilter [2022-03-04T08:40:43.046Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestNameFilter [2022-03-04T08:40:43.046Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T08:40:43.046Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T08:40:43.046Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T08:40:43.047Z] === 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-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T08:40:43.047Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T08:40:43.047Z] --- 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-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T08:40:43.047Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadLabels [2022-03-04T08:40:43.047Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T08:40:43.047Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadMirrors [2022-03-04T08:40:43.047Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T08:40:43.047Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T08:40:43.047Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T08:40:43.047Z] reload_test.go:342: root required [2022-03-04T08:40:43.047Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T08:40:43.047Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T08:40:43.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-04T08:40:43.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T08:40:43.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-04T08:40:43.047Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T08:40:43.047Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T08:40:43.047Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestParseVolumesFrom [2022-03-04T08:40:43.047Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T08:40:43.047Z] PASS [2022-03-04T08:40:43.047Z] coverage: 8.6% of statements [2022-03-04T08:40:43.047Z] ok github.com/docker/docker/daemon 0.361s coverage: 8.6% of statements [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T08:40:43.047Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T08:40:43.047Z] === RUN TestLinkNaming [2022-03-04T08:40:43.047Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLinkNew [2022-03-04T08:40:43.047Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLinkEnv [2022-03-04T08:40:43.047Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLinkMultipleEnv [2022-03-04T08:40:43.047Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T08:40:43.047Z] === RUN TestLinkPortRangeEnv [2022-03-04T08:40:43.047Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T08:40:43.047Z] PASS [2022-03-04T08:40:43.047Z] coverage: 93.0% of statements [2022-03-04T08:40:43.047Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2022-03-04T08:40:43.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T08:40:43.352Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-04T08:40:43.352Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:40:44.723Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-04T08:40:44.723Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:40:44.981Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-04T08:40:44.981Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:40:45.214Z] === RUN TestAdapterReadLogs [2022-03-04T08:40:45.214Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestCopier [2022-03-04T08:40:45.214Z] --- PASS: TestCopier (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestCopierLongLines [2022-03-04T08:40:45.214Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestCopierSlow [2022-03-04T08:40:45.214Z] --- PASS: TestCopierSlow (0.21s) [2022-03-04T08:40:45.214Z] === RUN TestCopierWithSized [2022-03-04T08:40:45.214Z] === RUN TestCopierWithSized/as_is [2022-03-04T08:40:45.214Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T08:40:45.214Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T08:40:45.214Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-04T08:40:45.214Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestCopierWithPartial [2022-03-04T08:40:45.214Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestRingLogger [2022-03-04T08:40:45.214Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestRingCap [2022-03-04T08:40:45.214Z] --- PASS: TestRingCap (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestRingClose [2022-03-04T08:40:45.214Z] --- PASS: TestRingClose (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestRingDrain [2022-03-04T08:40:45.214Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T08:40:45.214Z] PASS [2022-03-04T08:40:45.214Z] coverage: 43.8% of statements [2022-03-04T08:40:45.214Z] ok github.com/docker/docker/daemon/logger 0.283s coverage: 43.8% of statements [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/defaults [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T08:40:45.214Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T08:40:45.214Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T08:40:45.214Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T08:40:45.214Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T08:40:45.214Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T08:40:45.214Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T08:40:45.669Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s) [2022-03-04T08:40:45.669Z] === RUN TestCreateSuccess [2022-03-04T08:40:45.669Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCreateStreamSkipped [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T08:40:45.669Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCreateLogGroupSuccess [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T08:40:45.669Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCreateError [2022-03-04T08:40:45.669Z] --- PASS: TestCreateError (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCreateAlreadyExists [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T08:40:45.669Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestLogClosed [2022-03-04T08:40:45.669Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestLogBlocking [2022-03-04T08:40:45.669Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T08:40:45.669Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T08:40:45.669Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestPublishBatchSuccess [2022-03-04T08:40:45.669Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestPublishBatchError [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=error msg=error [2022-03-04T08:40:45.669Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:40:45.669Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:40:45.669Z] time="2022-03-04T08:40:45Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T08:40:45.669Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchSimple [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchTicker [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.05s) [2022-03-04T08:40:45.669Z] === RUN TestCollectBatchClose [2022-03-04T08:40:45.669Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/3/���� [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T08:40:45.669Z] === RUN TestEffectiveLen/5/ [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/0/ [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: He [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/6/a� [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: a [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: � [2022-03-04T08:40:45.669Z] === RUN TestFindValidSplit/7/a� [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T08:40:45.669Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:40:45.669Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T08:40:45.669Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestProcessEventEmoji [2022-03-04T08:40:45.670Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchLineSplit [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.11s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchMaxEvents [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-04T08:40:45.670Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T08:40:45.670Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T08:40:45.670Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.02s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.02s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestCreateTagSuccess [2022-03-04T08:40:45.670Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T08:40:45.670Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2022-03-04T08:40:45.670Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T08:40:45.670Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T08:40:45.670Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T08:40:45.670Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-03-04T08:40:45.670Z] PASS [2022-03-04T08:40:45.670Z] coverage: 80.2% of statements [2022-03-04T08:40:45.670Z] ok github.com/docker/docker/daemon/logger/awslogs 0.552s coverage: 80.2% of statements [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T08:40:45.670Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T08:40:45.670Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T08:40:45.670Z] PASS [2022-03-04T08:40:45.670Z] coverage: 33.6% of statements [2022-03-04T08:40:45.670Z] ok github.com/docker/docker/daemon/logger/fluentd 0.101s coverage: 33.6% of statements [2022-03-04T08:40:46.128Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T08:40:46.128Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T08:40:46.128Z] === RUN TestSearchRegistryForImages [2022-03-04T08:40:46.128Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T08:40:46.128Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T08:40:46.128Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T08:40:46.128Z] === RUN TestImageDelete [2022-03-04T08:40:46.128Z] === RUN TestImageDelete/no_lease [2022-03-04T08:40:46.128Z] === RUN TestImageDelete/lease_exists [2022-03-04T08:40:46.128Z] --- PASS: TestImageDelete (0.03s) [2022-03-04T08:40:46.128Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T08:40:46.128Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-04T08:40:46.128Z] === RUN TestContentStoreForPull [2022-03-04T08:40:46.128Z] --- PASS: TestContentStoreForPull (0.19s) [2022-03-04T08:40:46.128Z] PASS [2022-03-04T08:40:46.128Z] coverage: 6.8% of statements [2022-03-04T08:40:46.128Z] ok github.com/docker/docker/daemon/images 0.332s coverage: 6.8% of statements [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T08:40:46.128Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T08:40:46.583Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T08:40:46.583Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T08:40:46.583Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T08:40:47.038Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-03-04T08:40:47.038Z] === RUN TestFastTimeMarshalJSON [2022-03-04T08:40:47.038Z] === RUN TestJSONFileLogger [2022-03-04T08:40:47.038Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T08:40:47.038Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T08:40:47.038Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-03-04T08:40:47.038Z] PASS [2022-03-04T08:40:47.038Z] coverage: 87.2% of statements [2022-03-04T08:40:47.038Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-04T08:40:47.038Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T08:40:47.038Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.197s coverage: 87.2% of statements [2022-03-04T08:40:47.038Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T08:40:47.038Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T08:40:47.038Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-04T08:40:47.038Z] === RUN TestEncodeDecode [2022-03-04T08:40:47.038Z] === PAUSE TestEncodeDecode [2022-03-04T08:40:47.038Z] === RUN TestUnexpectedEOF [2022-03-04T08:40:47.038Z] time="2022-03-04T08:40:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:40:47.038Z] time="2022-03-04T08:40:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:40:47.038Z] --- PASS: TestUnexpectedEOF (0.16s) [2022-03-04T08:40:47.038Z] === CONT TestEncodeDecode [2022-03-04T08:40:47.038Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T08:40:47.038Z] PASS [2022-03-04T08:40:47.038Z] coverage: 69.9% of statements [2022-03-04T08:40:47.038Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.264s coverage: 69.9% of statements [2022-03-04T08:40:47.494Z] === RUN TestWriteLog [2022-03-04T08:40:47.494Z] === PAUSE TestWriteLog [2022-03-04T08:40:47.494Z] === RUN TestReadLog [2022-03-04T08:40:47.494Z] === PAUSE TestReadLog [2022-03-04T08:40:47.494Z] === RUN TestDecode [2022-03-04T08:40:47.494Z] --- PASS: TestDecode (0.02s) [2022-03-04T08:40:47.494Z] === CONT TestWriteLog [2022-03-04T08:40:47.494Z] === CONT TestReadLog [2022-03-04T08:40:47.494Z] --- PASS: TestWriteLog (0.00s) [2022-03-04T08:40:47.494Z] === RUN TestReadLog/tail_exact [2022-03-04T08:40:47.494Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T08:40:47.494Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T08:40:47.494Z] --- PASS: TestReadLog (0.24s) [2022-03-04T08:40:47.494Z] --- PASS: TestReadLog/tail_exact (0.17s) [2022-03-04T08:40:47.494Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-04T08:40:47.494Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-04T08:40:47.494Z] PASS [2022-03-04T08:40:47.494Z] coverage: 78.7% of statements [2022-03-04T08:40:47.494Z] ok github.com/docker/docker/daemon/logger/local 0.334s coverage: 78.7% of statements [2022-03-04T08:40:47.494Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T08:40:47.510Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-03-04T08:40:47.510Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:40:47.510Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:40:47.510Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:40:47.510Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:40:48.281Z] ? github.com/docker/docker/api [no test files] [2022-03-04T08:40:48.455Z] === RUN TestOpenFileDelete [2022-03-04T08:40:48.455Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestOpenFileRename [2022-03-04T08:40:48.455Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestHandleDecoderErr [2022-03-04T08:40:48.455Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestParseLogTagDefaultTag [2022-03-04T08:40:48.455Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestParseLogTag [2022-03-04T08:40:48.455Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestParseLogTagEmptyTag [2022-03-04T08:40:48.455Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestTailFiles [2022-03-04T08:40:48.455Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestFollowLogsConsumerGone [2022-03-04T08:40:48.455Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestFollowLogsProducerGone [2022-03-04T08:40:48.455Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-04T08:40:48.455Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-04T08:40:48.455Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-04T08:40:48.455Z] === RUN TestCheckCapacityAndRotate [2022-03-04T08:40:48.455Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T08:40:48.455Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T08:40:48.455Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-04T08:40:48.455Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T08:40:48.455Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-04T08:40:48.455Z] PASS [2022-03-04T08:40:48.455Z] coverage: 53.4% of statements [2022-03-04T08:40:48.455Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.133s coverage: 53.4% of statements [2022-03-04T08:40:48.911Z] === RUN TestLog [2022-03-04T08:40:48.911Z] --- PASS: TestLog (0.03s) [2022-03-04T08:40:48.911Z] PASS [2022-03-04T08:40:48.911Z] coverage: 31.5% of statements [2022-03-04T08:40:48.911Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.074s coverage: 31.5% of statements [2022-03-04T08:40:48.911Z] === RUN TestValidateLogOpt [2022-03-04T08:40:48.911Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestNewMissedConfig [2022-03-04T08:40:48.911Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestNewMissedUrl [2022-03-04T08:40:48.911Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestNewMissedToken [2022-03-04T08:40:48.911Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestNewWithProxy [2022-03-04T08:40:48.911Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestDefault [2022-03-04T08:40:48.911Z] --- PASS: TestDefault (0.01s) [2022-03-04T08:40:48.911Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T08:40:48.911Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestJsonFormat [2022-03-04T08:40:48.911Z] --- PASS: TestJsonFormat (0.01s) [2022-03-04T08:40:48.911Z] === RUN TestRawFormat [2022-03-04T08:40:48.911Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestRawFormatWithLabels [2022-03-04T08:40:48.911Z] --- PASS: TestRawFormatWithLabels (0.01s) [2022-03-04T08:40:48.911Z] === RUN TestRawFormatWithoutTag [2022-03-04T08:40:48.911Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T08:40:48.911Z] === RUN TestBatching [2022-03-04T08:40:48.911Z] --- PASS: TestBatching (0.33s) [2022-03-04T08:40:48.911Z] === RUN TestFrequency [2022-03-04T08:40:49.367Z] === RUN TestNewParse [2022-03-04T08:40:49.367Z] --- PASS: TestNewParse (0.00s) [2022-03-04T08:40:49.367Z] PASS [2022-03-04T08:40:49.367Z] coverage: 8.3% of statements [2022-03-04T08:40:49.367Z] ok github.com/docker/docker/daemon/logger/templates 0.051s coverage: 8.3% of statements [2022-03-04T08:40:49.367Z] === RUN TestParseLogFormat [2022-03-04T08:40:49.367Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestValidateLogOptEmpty [2022-03-04T08:40:49.367Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestValidateSyslogAddress [2022-03-04T08:40:49.367Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestParseAddressDefaultPort [2022-03-04T08:40:49.367Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestValidateSyslogFacility [2022-03-04T08:40:49.367Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T08:40:49.367Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestValidateLogOpt [2022-03-04T08:40:49.367Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:40:49.367Z] PASS [2022-03-04T08:40:49.367Z] coverage: 46.8% of statements [2022-03-04T08:40:49.367Z] ok github.com/docker/docker/daemon/logger/syslog 0.048s coverage: 46.8% of statements [2022-03-04T08:40:49.367Z] --- PASS: TestFrequency (0.16s) [2022-03-04T08:40:49.367Z] === RUN TestOneMessagePerRequest [2022-03-04T08:40:49.367Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestVerify [2022-03-04T08:40:49.367Z] --- PASS: TestVerify (0.00s) [2022-03-04T08:40:49.367Z] === RUN TestSkipVerify [2022-03-04T08:40:49.367Z] time="2022-03-04T08:40:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.367Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.367Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.367Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] --- PASS: TestSkipVerify (0.52s) [2022-03-04T08:40:49.822Z] === RUN TestBufferMaximum [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.510480\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.510480\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T08:40:49.822Z] === RUN TestServerAlwaysDown [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.513479\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.513479\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.513479\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.514480\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] time="2022-03-04T08:40:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383249.514480\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:49.822Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T08:40:49.822Z] === RUN TestCannotSendAfterClose [2022-03-04T08:40:49.822Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T08:40:49.822Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T08:40:49.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T08:40:49.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T08:40:50.785Z] time="2022-03-04T08:40:50Z" 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-04T08:40:50.785Z] time="2022-03-04T08:40:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"f916ac7fb2d8\"}'" [2022-03-04T08:40:50.785Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-04T08:40:50.785Z] PASS [2022-03-04T08:40:50.785Z] coverage: 82.5% of statements [2022-03-04T08:40:50.785Z] ok github.com/docker/docker/daemon/logger/splunk 2.118s coverage: 82.5% of statements [2022-03-04T08:40:50.785Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T08:40:50.785Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T08:40:50.785Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T08:40:50.785Z] === RUN TestV1IDService [2022-03-04T08:40:50.785Z] --- PASS: TestV1IDService (0.02s) [2022-03-04T08:40:50.785Z] === RUN TestV2MetadataService [2022-03-04T08:40:50.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T08:40:51.241Z] === RUN TestSuccessfulDownload [2022-03-04T08:40:51.241Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:40:51.241Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T08:40:51.241Z] === RUN TestCancelledDownload [2022-03-04T08:40:51.241Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T08:40:51.241Z] === RUN TestMaxDownloadAttempts [2022-03-04T08:40:51.241Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:40:51.241Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:40:51.241Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:40:51.241Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:40:51.241Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:40:51.241Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:40:51.241Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:40:51.241Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:40:51.241Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:40:51.241Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:40:51.241Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:40:51.241Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:40:51.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T08:40:51.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T08:40:51.697Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T08:40:51.697Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T08:40:51.697Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T08:40:51.697Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T08:40:51.697Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T08:40:51.697Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T08:40:51.697Z] === RUN TestManifestStore [2022-03-04T08:40:51.697Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:40:51.697Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T08:40:51.697Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s) [2022-03-04T08:40:51.697Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.48s) [2022-03-04T08:40:51.697Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s) [2022-03-04T08:40:51.697Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-03-04T08:40:51.697Z] === RUN TestTransfer [2022-03-04T08:40:51.697Z] --- PASS: TestV2MetadataService (0.74s) [2022-03-04T08:40:51.697Z] PASS [2022-03-04T08:40:51.697Z] coverage: 48.2% of statements [2022-03-04T08:40:51.697Z] ok github.com/docker/docker/distribution/metadata 0.882s coverage: 48.2% of statements [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1538482758\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T08:40:51.697Z] === RUN TestManifestStore/no_local_cache [2022-03-04T08:40:51.697Z] === RUN TestManifestStore/with_local_cache [2022-03-04T08:40:51.697Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T08:40:51.697Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=warning msg="reference for unknown type: " [2022-03-04T08:40:51.697Z] time="2022-03-04T08:40:51Z" level=warning msg="reference for unknown type: " [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T08:40:51.698Z] time="2022-03-04T08:40:51Z" level=warning msg="reference for unknown type: " [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T08:40:51.698Z] time="2022-03-04T08:40:51Z" level=warning msg="reference for unknown type: " [2022-03-04T08:40:51.698Z] --- PASS: TestTransfer (0.12s) [2022-03-04T08:40:51.698Z] === RUN TestConcurrencyLimit [2022-03-04T08:40:51.698Z] time="2022-03-04T08:40:51Z" level=warning msg="reference for unknown type: " [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T08:40:51.698Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T08:40:51.698Z] time="2022-03-04T08:40:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore (0.28s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T08:40:51.698Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T08:40:51.698Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestFixManifestLayers [2022-03-04T08:40:51.698Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T08:40:51.698Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:40:51.698Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestFixManifestLayersBadParent [2022-03-04T08:40:51.698Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestValidateManifest [2022-03-04T08:40:51.698Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:40:51.698Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestFormatPlatform [2022-03-04T08:40:51.698Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T08:40:51.698Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestLayerAlreadyExists [2022-03-04T08:40:51.698Z] 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-04T08:40:51.698Z] 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-04T08:40:51.698Z] 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-04T08:40:51.698Z] 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-04T08:40:51.698Z] 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-04T08:40:51.698Z] 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-04T08:40:51.698Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T08:40:51.698Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T08:40:52.155Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-03-04T08:40:52.155Z] === RUN TestInactiveJobs [2022-03-04T08:40:52.155Z] === RUN TestNotFound [2022-03-04T08:40:52.155Z] --- PASS: TestNotFound (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestConflict [2022-03-04T08:40:52.155Z] --- PASS: TestConflict (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestForbidden [2022-03-04T08:40:52.155Z] --- PASS: TestForbidden (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestInvalidParameter [2022-03-04T08:40:52.155Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestNotImplemented [2022-03-04T08:40:52.155Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestNotModified [2022-03-04T08:40:52.155Z] --- PASS: TestNotModified (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestUnauthorized [2022-03-04T08:40:52.155Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestUnknown [2022-03-04T08:40:52.155Z] --- PASS: TestUnknown (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestCancelled [2022-03-04T08:40:52.155Z] --- PASS: TestCancelled (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestDeadline [2022-03-04T08:40:52.155Z] --- PASS: TestDeadline (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestDataLoss [2022-03-04T08:40:52.155Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestUnavailable [2022-03-04T08:40:52.155Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestSystem [2022-03-04T08:40:52.155Z] --- PASS: TestSystem (0.00s) [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Conflict [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T08:40:52.155Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T08:40:52.155Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T08:40:52.155Z] PASS [2022-03-04T08:40:52.155Z] coverage: 53.1% of statements [2022-03-04T08:40:52.155Z] ok github.com/docker/docker/errdefs 0.044s coverage: 53.1% of statements [2022-03-04T08:40:52.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T08:40:52.611Z] --- PASS: TestInactiveJobs (0.45s) [2022-03-04T08:40:52.611Z] === RUN TestWatchRelease [2022-03-04T08:40:52.611Z] --- PASS: TestWatchRelease (0.04s) [2022-03-04T08:40:52.611Z] === RUN TestWatchFinishedTransfer [2022-03-04T08:40:52.611Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T08:40:52.611Z] === RUN TestDuplicateTransfer [2022-03-04T08:40:52.611Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-04T08:40:52.611Z] === RUN TestSuccessfulUpload [2022-03-04T08:40:53.067Z] time="2022-03-04T08:40:52Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T08:40:53.067Z] --- PASS: TestWhenEmptyAuthConfig (1.21s) [2022-03-04T08:40:53.067Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T08:40:53.067Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T08:40:53.067Z] === RUN TestTokenPassThru [2022-03-04T08:40:53.067Z] --- PASS: TestTokenPassThru (0.02s) [2022-03-04T08:40:53.067Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T08:40:53.067Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2022-03-04T08:40:53.067Z] PASS [2022-03-04T08:40:53.067Z] coverage: 24.6% of statements [2022-03-04T08:40:53.067Z] ok github.com/docker/docker/distribution 1.643s coverage: 24.6% of statements [2022-03-04T08:40:53.067Z] --- PASS: TestSuccessfulUpload (0.41s) [2022-03-04T08:40:53.067Z] === RUN TestCancelledUpload [2022-03-04T08:40:53.067Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T08:40:53.067Z] PASS [2022-03-04T08:40:53.067Z] coverage: 77.7% of statements [2022-03-04T08:40:53.067Z] ok github.com/docker/docker/distribution/xfer 2.000s coverage: 77.7% of statements [2022-03-04T08:40:53.067Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T08:40:53.067Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T08:40:53.522Z] === RUN TestCompare [2022-03-04T08:40:53.522Z] --- PASS: TestCompare (0.00s) [2022-03-04T08:40:53.522Z] PASS [2022-03-04T08:40:53.522Z] coverage: 19.2% of statements [2022-03-04T08:40:53.522Z] ok github.com/docker/docker/image/cache 0.064s coverage: 19.2% of statements [2022-03-04T08:40:53.522Z] === RUN TestFSGetInvalidData [2022-03-04T08:40:53.522Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSInvalidSet [2022-03-04T08:40:53.522Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSInvalidRoot [2022-03-04T08:40:53.522Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSMetadataGetSet [2022-03-04T08:40:53.522Z] --- PASS: TestFSMetadataGetSet (0.06s) [2022-03-04T08:40:53.522Z] === RUN TestFSInvalidWalker [2022-03-04T08:40:53.522Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSGetSet [2022-03-04T08:40:53.522Z] --- PASS: TestFSGetSet (0.04s) [2022-03-04T08:40:53.522Z] === RUN TestFSGetUnsetKey [2022-03-04T08:40:53.522Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSGetEmptyData [2022-03-04T08:40:53.522Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSDelete [2022-03-04T08:40:53.522Z] --- PASS: TestFSDelete (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSWalker [2022-03-04T08:40:53.522Z] --- PASS: TestFSWalker (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestFSWalkerStopOnError [2022-03-04T08:40:53.522Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-04T08:40:53.522Z] === RUN TestNewFromJSON [2022-03-04T08:40:53.522Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T08:40:53.522Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T08:40:53.522Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T08:40:53.522Z] === RUN TestMarshalKeyOrder [2022-03-04T08:40:53.522Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T08:40:53.522Z] === RUN TestHistoryEqual [2022-03-04T08:40:53.977Z] --- PASS: TestHistoryEqual (0.15s) [2022-03-04T08:40:53.977Z] === RUN TestImage [2022-03-04T08:40:53.977Z] --- PASS: TestImage (0.00s) [2022-03-04T08:40:53.977Z] === RUN TestImageOSNotEmpty [2022-03-04T08:40:53.977Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T08:40:53.977Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T08:40:53.977Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T08:40:53.977Z] === RUN TestCreate [2022-03-04T08:40:53.977Z] --- PASS: TestCreate (0.00s) [2022-03-04T08:40:53.977Z] === RUN TestRestore [2022-03-04T08:40:53.977Z] time="2022-03-04T08:40:53Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T08:40:53.977Z] --- PASS: TestRestore (0.03s) [2022-03-04T08:40:53.977Z] === RUN TestAddDelete [2022-03-04T08:40:53.977Z] --- PASS: TestAddDelete (0.02s) [2022-03-04T08:40:53.977Z] === RUN TestSearchAfterDelete [2022-03-04T08:40:53.977Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-04T08:40:53.977Z] === RUN TestParentReset [2022-03-04T08:40:53.977Z] --- PASS: TestParentReset (0.02s) [2022-03-04T08:40:53.977Z] === RUN TestGetAndSetLastUpdated [2022-03-04T08:40:53.977Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-04T08:40:53.977Z] === RUN TestStoreLen [2022-03-04T08:40:53.977Z] --- PASS: TestStoreLen (0.04s) [2022-03-04T08:40:53.977Z] PASS [2022-03-04T08:40:53.977Z] coverage: 86.9% of statements [2022-03-04T08:40:53.977Z] ok github.com/docker/docker/image 0.570s coverage: 86.9% of statements [2022-03-04T08:40:54.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T08:40:54.432Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T08:40:54.432Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T08:40:54.432Z] PASS [2022-03-04T08:40:54.432Z] coverage: 25.0% of statements [2022-03-04T08:40:54.432Z] ok github.com/docker/docker/image/v1 0.075s coverage: 25.0% of statements [2022-03-04T08:40:54.432Z] === RUN TestValidateManifest [2022-03-04T08:40:54.432Z] === RUN TestValidateManifest/nil [2022-03-04T08:40:54.432Z] === RUN TestValidateManifest/non-nil [2022-03-04T08:40:54.432Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T08:40:54.432Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T08:40:54.432Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T08:40:54.432Z] PASS [2022-03-04T08:40:54.432Z] coverage: 0.7% of statements [2022-03-04T08:40:54.432Z] ok github.com/docker/docker/image/tarexport 0.085s coverage: 0.7% of statements [2022-03-04T08:40:54.432Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T08:40:55.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T08:40:55.396Z] === RUN TestSerialization [2022-03-04T08:40:55.396Z] --- PASS: TestSerialization (0.03s) [2022-03-04T08:40:55.396Z] PASS [2022-03-04T08:40:55.396Z] coverage: 100.0% of statements [2022-03-04T08:40:55.396Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2022-03-04T08:40:55.852Z] === RUN TestEmptyLayer [2022-03-04T08:40:55.852Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T08:40:55.852Z] === RUN TestCommitFailure [2022-03-04T08:40:55.852Z] --- PASS: TestCommitFailure (0.01s) [2022-03-04T08:40:55.852Z] === RUN TestStartTransactionFailure [2022-03-04T08:40:55.852Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-04T08:40:55.852Z] === RUN TestGetOrphan [2022-03-04T08:40:55.852Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T08:40:55.852Z] === RUN TestMountAndRegister [2022-03-04T08:40:56.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T08:40:56.307Z] layer_test.go:258: Layer size: 14 [2022-03-04T08:40:56.307Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-04T08:40:56.307Z] === RUN TestLayerRelease [2022-03-04T08:40:56.307Z] layer_test.go:291: Failing on Windows [2022-03-04T08:40:56.307Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T08:40:56.307Z] === RUN TestStoreRestore [2022-03-04T08:40:56.307Z] layer_test.go:340: Failing on Windows [2022-03-04T08:40:56.307Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T08:40:56.307Z] === RUN TestTarStreamStability [2022-03-04T08:40:56.307Z] layer_test.go:455: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestRegisterExistingLayer [2022-03-04T08:40:56.308Z] === RUN TestEnvironmentParsing [2022-03-04T08:40:56.308Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T08:40:56.308Z] PASS [2022-03-04T08:40:56.308Z] coverage: 1.2% of statements [2022-03-04T08:40:56.308Z] ok github.com/docker/docker/libcontainerd/local 0.058s coverage: 1.2% of statements [2022-03-04T08:40:56.308Z] --- PASS: TestRegisterExistingLayer (0.09s) [2022-03-04T08:40:56.308Z] === RUN TestTarStreamVerification [2022-03-04T08:40:56.308Z] layer_test.go:684: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestLayerMigration [2022-03-04T08:40:56.308Z] migration_test.go:45: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T08:40:56.308Z] migration_test.go:181: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestMountInit [2022-03-04T08:40:56.308Z] mount_test.go:17: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestMountSize [2022-03-04T08:40:56.308Z] mount_test.go:76: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestMountChanges [2022-03-04T08:40:56.308Z] mount_test.go:125: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T08:40:56.308Z] === RUN TestMountApply [2022-03-04T08:40:56.308Z] mount_test.go:212: Failing on Windows [2022-03-04T08:40:56.308Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T08:40:56.308Z] PASS [2022-03-04T08:40:56.308Z] coverage: 30.2% of statements [2022-03-04T08:40:56.308Z] ok github.com/docker/docker/layer 0.220s coverage: 30.2% of statements [2022-03-04T08:40:56.308Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T08:40:56.308Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T08:40:56.308Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T08:40:56.308Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T08:40:56.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T08:40:56.763Z] === RUN TestSequenceGetAvailableBit [2022-03-04T08:40:56.763Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSequenceEqual [2022-03-04T08:40:56.763Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSequenceCopy [2022-03-04T08:40:56.763Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestGetFirstAvailable [2022-03-04T08:40:56.763Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestFindSequence [2022-03-04T08:40:56.763Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestCheckIfAvailable [2022-03-04T08:40:56.763Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestMergeSequences [2022-03-04T08:40:56.763Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestPushReservation [2022-03-04T08:40:56.763Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSerializeDeserialize [2022-03-04T08:40:56.763Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSet [2022-03-04T08:40:56.763Z] --- PASS: TestSet (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSetUnset [2022-03-04T08:40:56.763Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestOffsetSetUnset [2022-03-04T08:40:56.763Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSetInRange [2022-03-04T08:40:56.763Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestSetAnyInRange [2022-03-04T08:40:56.763Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestMethods [2022-03-04T08:40:56.763Z] --- PASS: TestMethods (0.00s) [2022-03-04T08:40:56.763Z] === RUN TestRandomAllocateDeallocate [2022-03-04T08:40:57.358Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T08:40:57.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T08:40:58.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T08:40:58.930Z] === RUN TestInvalidConfig [2022-03-04T08:40:58.930Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestConfig [2022-03-04T08:40:58.930Z] --- PASS: TestConfig (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestOptionsLabels [2022-03-04T08:40:58.930Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestValidName [2022-03-04T08:40:58.930Z] --- PASS: TestValidName (0.00s) [2022-03-04T08:40:58.930Z] PASS [2022-03-04T08:40:58.930Z] coverage: 19.7% of statements [2022-03-04T08:40:58.930Z] ok github.com/docker/docker/libnetwork/config 0.075s coverage: 19.7% of statements [2022-03-04T08:40:58.930Z] === RUN TestKey [2022-03-04T08:40:58.930Z] --- PASS: TestKey (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestParseKey [2022-03-04T08:40:58.930Z] --- PASS: TestParseKey (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestInvalidDataStore [2022-03-04T08:40:58.930Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestKVObjectFlatKey [2022-03-04T08:40:58.930Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T08:40:58.930Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T08:40:58.930Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T08:40:58.930Z] PASS [2022-03-04T08:40:58.930Z] coverage: 21.9% of statements [2022-03-04T08:40:58.930Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2022-03-04T08:40:59.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T08:40:59.891Z] === RUN TestIPDataMarshalling [2022-03-04T08:40:59.891Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T08:40:59.891Z] === RUN TestValidateAndIsV6 [2022-03-04T08:40:59.891Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T08:40:59.891Z] PASS [2022-03-04T08:40:59.891Z] coverage: 68.9% of statements [2022-03-04T08:40:59.891Z] ok github.com/docker/docker/libnetwork/driverapi 0.068s coverage: 68.9% of statements [2022-03-04T08:40:59.891Z] === RUN TestErrorInterfaces [2022-03-04T08:40:59.891Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T08:40:59.891Z] === RUN TestNetworkMarshalling [2022-03-04T08:40:59.891Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-03-04T08:40:59.891Z] === RUN TestEndpointMarshalling [2022-03-04T08:40:59.891Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T08:40:59.891Z] === RUN TestAuxAddresses [2022-03-04T08:40:59.891Z] time="2022-03-04T08:40:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:40:59.891Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-04T08:40:59.891Z] === RUN TestSRVServiceQuery [2022-03-04T08:40:59.891Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestServiceVIPReuse [2022-03-04T08:41:00.347Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T08:41:00.347Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestDNSIPQuery [2022-03-04T08:41:00.347Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestDNSProxyServFail [2022-03-04T08:41:00.347Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestSandboxAddEmpty [2022-03-04T08:41:00.347Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestSandboxAddMultiPrio [2022-03-04T08:41:00.347Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestSandboxAddSamePrio [2022-03-04T08:41:00.347Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestCleanupServiceDiscovery [2022-03-04T08:41:00.347Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestDNSOptions [2022-03-04T08:41:00.347Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:41:00.347Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T08:41:00.347Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T08:41:00.347Z] time="2022-03-04T08:40:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:41:00.347Z] time="2022-03-04T08:40:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:41:00.347Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-04T08:41:00.347Z] PASS [2022-03-04T08:41:00.347Z] coverage: 8.5% of statements [2022-03-04T08:41:00.347Z] ok github.com/docker/docker/libnetwork 0.333s coverage: 8.5% of statements [2022-03-04T08:41:00.347Z] === RUN TestDriver [2022-03-04T08:41:00.347Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:41:00.347Z] PASS [2022-03-04T08:41:00.347Z] coverage: 34.8% of statements [2022-03-04T08:41:00.347Z] ok github.com/docker/docker/libnetwork/drivers/host 0.041s coverage: 34.8% of statements [2022-03-04T08:41:00.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T08:41:00.803Z] === RUN TestDriver [2022-03-04T08:41:00.803Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:41:00.803Z] PASS [2022-03-04T08:41:00.803Z] coverage: 34.8% of statements [2022-03-04T08:41:00.803Z] ok github.com/docker/docker/libnetwork/drivers/null 0.040s coverage: 34.8% of statements [2022-03-04T08:41:00.803Z] --- PASS: TestRandomAllocateDeallocate (4.36s) [2022-03-04T08:41:00.803Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:41:00.960Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:41:00.960Z] Using test binary docker [2022-03-04T08:41:00.960Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T08:41:00.960Z] +++ /etc/init.d/apparmor start [2022-03-04T08:41:00.960Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:41:00.960Z] INFO: Waiting for daemon to start... [2022-03-04T08:41:00.960Z] Starting dockerd [2022-03-04T08:41:00.960Z] +++ 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-04T08:41:01.259Z] === RUN TestNetworkAllocateFree [2022-03-04T08:41:01.259Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T08:41:01.259Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T08:41:01.259Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T08:41:01.259Z] PASS [2022-03-04T08:41:01.259Z] coverage: 63.6% of statements [2022-03-04T08:41:01.259Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.059s coverage: 63.6% of statements [2022-03-04T08:41:01.715Z] === RUN TestGetEmptyCapabilities [2022-03-04T08:41:01.715Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T08:41:01.715Z] === RUN TestGetExtraCapabilities [2022-03-04T08:41:01.715Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-04T08:41:01.715Z] === RUN TestGetInvalidCapabilities [2022-03-04T08:41:01.715Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-04T08:41:01.715Z] === RUN TestRemoteDriver [2022-03-04T08:41:01.715Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T08:41:01.715Z] === RUN TestDriverError [2022-03-04T08:41:01.715Z] --- PASS: TestDriverError (0.00s) [2022-03-04T08:41:01.715Z] === RUN TestMissingValues [2022-03-04T08:41:01.715Z] --- PASS: TestMissingValues (0.00s) [2022-03-04T08:41:01.715Z] === RUN TestRollback [2022-03-04T08:41:01.715Z] --- PASS: TestRollback (0.00s) [2022-03-04T08:41:01.715Z] PASS [2022-03-04T08:41:01.715Z] coverage: 57.4% of statements [2022-03-04T08:41:01.715Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.102s coverage: 57.4% of statements [2022-03-04T08:41:01.715Z] --- PASS: TestAllocateRandomDeallocate (0.95s) [2022-03-04T08:41:01.715Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T08:41:02.172Z] === RUN TestNAT [2022-03-04T08:41:02.172Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:41:02.172Z] --- SKIP: TestNAT (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestTransparent [2022-03-04T08:41:02.172Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:41:02.172Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T08:41:02.172Z] PASS [2022-03-04T08:41:02.172Z] coverage: 0.0% of statements [2022-03-04T08:41:02.172Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2022-03-04T08:41:02.172Z] === RUN TestBuildDefault [2022-03-04T08:41:02.172Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestBuildHostnameDomainname [2022-03-04T08:41:02.172Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestBuildHostname [2022-03-04T08:41:02.172Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestBuildHostnameFQDN [2022-03-04T08:41:02.172Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestBuildNoIP [2022-03-04T08:41:02.172Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestUpdate [2022-03-04T08:41:02.172Z] --- PASS: TestUpdate (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T08:41:02.172Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T08:41:02.172Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestAddEmpty [2022-03-04T08:41:02.172Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestAdd [2022-03-04T08:41:02.172Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestDeleteEmpty [2022-03-04T08:41:02.172Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestDeleteNewline [2022-03-04T08:41:02.172Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestDelete [2022-03-04T08:41:02.172Z] --- PASS: TestDelete (0.00s) [2022-03-04T08:41:02.172Z] === RUN TestConcurrentWrites [2022-03-04T08:41:02.390Z] --- PASS: TestServiceWithDataPathPortInit (13.86s) [2022-03-04T08:41:02.390Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:41:02.628Z] === RUN TestNew [2022-03-04T08:41:02.628Z] --- PASS: TestNew (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestAddDriver [2022-03-04T08:41:02.628Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestAddDuplicateDriver [2022-03-04T08:41:02.628Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T08:41:02.628Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestDriver [2022-03-04T08:41:02.628Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestIPAM [2022-03-04T08:41:02.628Z] --- PASS: TestIPAM (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestWalkIPAMs [2022-03-04T08:41:02.628Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T08:41:02.628Z] === RUN TestWalkDrivers [2022-03-04T08:41:02.628Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T08:41:02.628Z] PASS [2022-03-04T08:41:02.628Z] coverage: 82.4% of statements [2022-03-04T08:41:02.628Z] ok github.com/docker/docker/libnetwork/drvregistry 0.073s coverage: 82.4% of statements [2022-03-04T08:41:02.628Z] --- PASS: TestConcurrentWrites (0.18s) [2022-03-04T08:41:02.628Z] PASS [2022-03-04T08:41:02.628Z] coverage: 81.2% of statements [2022-03-04T08:41:02.628Z] ok github.com/docker/docker/libnetwork/etchosts 0.242s coverage: 81.2% of statements [2022-03-04T08:41:02.628Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.97s) [2022-03-04T08:41:02.628Z] === RUN TestRetrieveFromStore [2022-03-04T08:41:02.873Z] . [2022-03-04T08:41:02.873Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:41:03.061Z] === RUN TestMiddlewares [2022-03-04T08:41:03.061Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T08:41:03.061Z] PASS [2022-03-04T08:41:03.061Z] coverage: 9.0% of statements [2022-03-04T08:41:03.061Z] ok github.com/docker/docker/api/server 0.048s coverage: 9.0% of statements [2022-03-04T08:41:03.084Z] === RUN TestNew [2022-03-04T08:41:03.084Z] --- PASS: TestNew (0.00s) [2022-03-04T08:41:03.084Z] === RUN TestAllocate [2022-03-04T08:41:03.084Z] --- PASS: TestAllocate (0.00s) [2022-03-04T08:41:03.084Z] === RUN TestUninitialized [2022-03-04T08:41:03.084Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T08:41:03.084Z] === RUN TestAllocateInRange [2022-03-04T08:41:03.084Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T08:41:03.084Z] === RUN TestAllocateSerial [2022-03-04T08:41:03.084Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T08:41:03.084Z] PASS [2022-03-04T08:41:03.084Z] coverage: 87.5% of statements [2022-03-04T08:41:03.084Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-03-04T08:41:03.084Z] === RUN TestCaller [2022-03-04T08:41:03.084Z] --- PASS: TestCaller (0.00s) [2022-03-04T08:41:03.084Z] PASS [2022-03-04T08:41:03.084Z] coverage: 100.0% of statements [2022-03-04T08:41:03.084Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2022-03-04T08:41:03.084Z] --- PASS: TestRetrieveFromStore (0.35s) [2022-03-04T08:41:03.084Z] === RUN TestIsCorrupted [2022-03-04T08:41:03.084Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-04T08:41:03.084Z] === RUN TestSetRollover [2022-03-04T08:41:03.133Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:41:03.133Z] Error: No such image: emptyfs [2022-03-04T08:41:03.133Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T08:41:03.133Z] ++++ docker load [2022-03-04T08:41:03.133Z] Running integration-test (iteration 1) [2022-03-04T08:41:03.134Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T08:41:03.134Z] ++ 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-04T08:41:03.134Z] ++ set -e [2022-03-04T08:41:03.134Z] ++ '[' -n 0 ']' [2022-03-04T08:41:03.134Z] ++ set -x [2022-03-04T08:41:03.134Z] ++ 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-04T08:41:03.395Z] Loaded image: busybox:latest [2022-03-04T08:41:03.395Z] Loaded image: busybox:glibc [2022-03-04T08:41:03.540Z] === RUN TestSetSerialInsertDelete [2022-03-04T08:41:03.540Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T08:41:03.540Z] === RUN TestSetParallelInsertDelete [2022-03-04T08:41:03.768Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:egs12a5mu9kw7u1ffilz8phhl Created:2022-03-04 08:41:02.408491624 +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[eddad33a8d0c7b60231c79e642e852252917cdde7b1c1a9e08769299cce23e03:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xmhpi3gjf3iicvkvb77iq6u5p EndpointID:17e12996f5b8fc23934e1377d6b689ea422b692c61240c637b2881783e841b04 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3fc5fad92597a4a152fcf917776801a01c3577daf920e27cc7c11071b9939667 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:675f8e95f823 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xmhpi3gjf3iicvkvb77iq6u5p EndpointID:17e12996f5b8fc23934e1377d6b689ea422b692c61240c637b2881783e841b04 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T08:41:04.337Z] Loaded image: debian:bullseye-slim [2022-03-04T08:41:04.501Z] === RUN TestInt2IP2IntConversion [2022-03-04T08:41:04.501Z] --- PASS: TestSetRollover (1.37s) [2022-03-04T08:41:04.501Z] === RUN TestSetRolloverSerial [2022-03-04T08:41:04.501Z] === RUN TestPoolRequest [2022-03-04T08:41:04.501Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T08:41:04.501Z] === RUN TestOtherRequests [2022-03-04T08:41:04.501Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T08:41:04.501Z] PASS [2022-03-04T08:41:04.501Z] coverage: 57.1% of statements [2022-03-04T08:41:04.501Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2022-03-04T08:41:04.599Z] Loaded image: hello-world:latest [2022-03-04T08:41:04.599Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:41:04.599Z] INFO: Testing against a local daemon [2022-03-04T08:41:04.599Z] === RUN TestCgroupNamespacesBuild [2022-03-04T08:41:04.956Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-03-04T08:41:04.956Z] === RUN TestGetAddressVersion [2022-03-04T08:41:04.956Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T08:41:04.956Z] === RUN TestKeyString [2022-03-04T08:41:04.956Z] --- PASS: TestKeyString (0.00s) [2022-03-04T08:41:04.956Z] === RUN TestPoolDataMarshal [2022-03-04T08:41:04.956Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T08:41:04.956Z] === RUN TestSubnetsMarshal [2022-03-04T08:41:04.956Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-04T08:41:04.956Z] === RUN TestAddSubnets [2022-03-04T08:41:04.956Z] --- PASS: TestAddSubnets (0.04s) [2022-03-04T08:41:04.956Z] === RUN TestDoublePoolRelease [2022-03-04T08:41:04.956Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-04T08:41:04.956Z] === RUN TestAddReleasePoolID [2022-03-04T08:41:04.956Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-04T08:41:04.956Z] === RUN TestPredefinedPool [2022-03-04T08:41:04.956Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-04T08:41:04.956Z] === RUN TestRemoveSubnet [2022-03-04T08:41:04.956Z] --- PASS: TestRemoveSubnet (0.12s) [2022-03-04T08:41:04.956Z] === RUN TestGetSameAddress [2022-03-04T08:41:04.956Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-04T08:41:04.956Z] === RUN TestPoolAllocationReuse [2022-03-04T08:41:05.411Z] === RUN TestGetCapabilities [2022-03-04T08:41:05.411Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T08:41:05.411Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T08:41:05.411Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-04T08:41:05.411Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T08:41:05.411Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-04T08:41:05.411Z] === RUN TestRemoteDriver [2022-03-04T08:41:05.411Z] --- PASS: TestRemoteDriver (0.00s) [2022-03-04T08:41:05.411Z] PASS [2022-03-04T08:41:05.411Z] coverage: 47.4% of statements [2022-03-04T08:41:05.411Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.062s coverage: 47.4% of statements [2022-03-04T08:41:05.538Z] --- PASS: TestCgroupNamespacesBuild (1.07s) [2022-03-04T08:41:05.538Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T08:41:05.866Z] --- PASS: TestSetRolloverSerial (1.13s) [2022-03-04T08:41:05.866Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T08:41:05.866Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T08:41:05.866Z] PASS [2022-03-04T08:41:05.866Z] coverage: 84.4% of statements [2022-03-04T08:41:05.866Z] ok github.com/docker/docker/libnetwork/bitseq 9.204s coverage: 84.4% of statements [2022-03-04T08:41:06.322Z] --- PASS: TestPoolAllocationReuse (1.26s) [2022-03-04T08:41:06.322Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T08:41:06.322Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-04T08:41:06.322Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T08:41:06.322Z] === RUN TestWindowsIPAM [2022-03-04T08:41:06.322Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T08:41:06.322Z] PASS [2022-03-04T08:41:06.322Z] coverage: 71.4% of statements [2022-03-04T08:41:06.322Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.039s coverage: 71.4% of statements [2022-03-04T08:41:06.919Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.06s) [2022-03-04T08:41:06.919Z] === RUN TestBuildWithSession [2022-03-04T08:41:06.919Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:41:06.919Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:41:06.919Z] === RUN TestBuildSquashParent [2022-03-04T08:41:07.283Z] === RUN TestDefaultNetwork [2022-03-04T08:41:07.283Z] --- PASS: TestDefaultNetwork (0.25s) [2022-03-04T08:41:07.283Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T08:41:07.738Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-03-04T08:41:07.738Z] === RUN TestInitAddressPools [2022-03-04T08:41:07.738Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T08:41:07.738Z] PASS [2022-03-04T08:41:07.738Z] coverage: 74.0% of statements [2022-03-04T08:41:07.738Z] ok github.com/docker/docker/libnetwork/ipamutils 0.572s coverage: 74.0% of statements [2022-03-04T08:41:07.951Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.89s) [2022-03-04T08:41:07.951Z] PASS [2022-03-04T08:41:07.951Z] [2022-03-04T08:41:07.951Z] === Skipped [2022-03-04T08:41:07.951Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:41:07.951Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:41:07.951Z] [2022-03-04T08:41:07.951Z] DONE 26 tests, 1 skipped in 44.012s [2022-03-04T08:41:07.951Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:41:07.951Z] INFO: Testing against a local daemon [2022-03-04T08:41:07.951Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T08:41:07.951Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:41:07.951Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:41:07.951Z] === RUN TestDockerNetworkIpvlan [2022-03-04T08:41:07.951Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:41:07.951Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:41:07.951Z] PASS [2022-03-04T08:41:08.194Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.58s) [2022-03-04T08:41:08.194Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T08:41:08.194Z] === RUN TestKeyValue [2022-03-04T08:41:08.194Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T08:41:08.194Z] PASS [2022-03-04T08:41:08.194Z] coverage: 60.0% of statements [2022-03-04T08:41:08.194Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-03-04T08:41:08.210Z] [2022-03-04T08:41:08.210Z] === Skipped [2022-03-04T08:41:08.210Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:41:08.210Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:41:08.210Z] [2022-03-04T08:41:08.210Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:41:08.210Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:41:08.210Z] [2022-03-04T08:41:08.210Z] DONE 2 tests, 2 skipped in 0.037s [2022-03-04T08:41:08.210Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:41:08.210Z] INFO: Testing against a local daemon [2022-03-04T08:41:08.210Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T08:41:08.650Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T08:41:09.637Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-03-04T08:41:09.637Z] === RUN TestDockerNetworkMacvlan [2022-03-04T08:41:10.177Z] === RUN TestGenerate [2022-03-04T08:41:10.177Z] --- PASS: TestGenerate (0.00s) [2022-03-04T08:41:10.177Z] === RUN TestGeneratePtr [2022-03-04T08:41:10.177Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T08:41:10.177Z] === RUN TestGenerateMissingField [2022-03-04T08:41:10.177Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T08:41:10.177Z] === RUN TestFieldCannotBeSet [2022-03-04T08:41:10.177Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T08:41:10.177Z] === RUN TestTypeMismatchError [2022-03-04T08:41:10.177Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T08:41:10.177Z] PASS [2022-03-04T08:41:10.177Z] coverage: 100.0% of statements [2022-03-04T08:41:10.177Z] ok github.com/docker/docker/libnetwork/options 0.038s coverage: 100.0% of statements [2022-03-04T08:41:10.177Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.04s) [2022-03-04T08:41:10.177Z] === RUN TestGetAddress [2022-03-04T08:41:10.208Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T08:41:10.215Z] --- PASS: TestBuildSquashParent (3.46s) [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:41:10.216Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:41:10.216Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:41:10.216Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:41:10.216Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:41:10.632Z] === RUN TestNetworkDBSimple [2022-03-04T08:41:10.632Z] testing: warning: no tests to run [2022-03-04T08:41:10.632Z] PASS [2022-03-04T08:41:10.632Z] coverage: 0.0% of statements [2022-03-04T08:41:10.632Z] ok github.com/docker/docker/libnetwork/osl 0.037s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:41:10.774Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T08:41:11.593Z] 2022/03/04 08:41:11 Closing DB instances... [2022-03-04T08:41:11.593Z] === RUN TestRequestNewPort [2022-03-04T08:41:11.593Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestRequestSpecificPort [2022-03-04T08:41:11.593Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestReleasePort [2022-03-04T08:41:11.593Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestReuseReleasedPort [2022-03-04T08:41:11.593Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestReleaseUnreadledPort [2022-03-04T08:41:11.593Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestUnknowProtocol [2022-03-04T08:41:11.593Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestAllocateAllPorts [2022-03-04T08:41:11.593Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestPortAllocation [2022-03-04T08:41:11.593Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T08:41:11.593Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestNoDuplicateBPR [2022-03-04T08:41:11.593Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T08:41:11.593Z] === RUN TestChangePortRange [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T08:41:11.593Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T08:41:11.593Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T08:41:11.593Z] PASS [2022-03-04T08:41:11.593Z] coverage: 88.6% of statements [2022-03-04T08:41:11.593Z] ok github.com/docker/docker/libnetwork/portallocator 0.040s coverage: 88.6% of statements [2022-03-04T08:41:11.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:41:11.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:41:11.708Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T08:41:12.554Z] testing: warning: no tests to run [2022-03-04T08:41:12.554Z] PASS [2022-03-04T08:41:12.554Z] coverage: 0.0% of statements [2022-03-04T08:41:12.554Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:41:12.554Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-03-04T08:41:12.554Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T08:41:12.980Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:41:12.980Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:41:13.010Z] === RUN TestHashData [2022-03-04T08:41:13.010Z] --- PASS: TestHashData (0.00s) [2022-03-04T08:41:13.010Z] PASS [2022-03-04T08:41:13.010Z] coverage: 2.8% of statements [2022-03-04T08:41:13.010Z] ok github.com/docker/docker/libnetwork/resolvconf 0.038s coverage: 2.8% of statements [2022-03-04T08:41:13.610Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.31s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.31s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.37s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.05s) [2022-03-04T08:41:13.923Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.04s) [2022-03-04T08:41:13.923Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:41:13.923Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:41:13.973Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-04T08:41:13.973Z] PASS [2022-03-04T08:41:13.973Z] coverage: 100.0% of statements [2022-03-04T08:41:13.973Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.041s coverage: 100.0% of statements [2022-03-04T08:41:13.973Z] === RUN TestErrorConstructors [2022-03-04T08:41:13.973Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T08:41:13.973Z] === RUN TestCompareIPMask [2022-03-04T08:41:13.973Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T08:41:13.973Z] === RUN TestUtilGetHostPartIP [2022-03-04T08:41:13.973Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T08:41:13.973Z] === RUN TestUtilGetBroadcastIP [2022-03-04T08:41:13.973Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T08:41:13.973Z] === RUN TestParseCIDR [2022-03-04T08:41:13.973Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T08:41:13.973Z] PASS [2022-03-04T08:41:13.973Z] coverage: 37.3% of statements [2022-03-04T08:41:13.973Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2022-03-04T08:41:13.973Z] 2022/03/04 08:41:13 Closing DB instances... [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T08:41:14.430Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T08:41:14.430Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T08:41:14.873Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:41:14.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T08:41:14.885Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T08:41:14.886Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T08:41:14.886Z] PASS [2022-03-04T08:41:14.886Z] coverage: 50.0% of statements [2022-03-04T08:41:14.886Z] ok github.com/docker/docker/oci 0.052s coverage: 50.0% of statements [2022-03-04T08:41:14.985Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T08:41:15.142Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:41:15.142Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:41:15.344Z] === RUN TestAddressPoolOpt [2022-03-04T08:41:15.344Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/a [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/something [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/_=a [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/PATH [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/=a [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/PATH= [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/PATH=something [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/1asd [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/123 [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/some_space [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/= [2022-03-04T08:41:15.344Z] === RUN TestValidateEnv/PaTh [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T08:41:15.344Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestParseHost [2022-03-04T08:41:15.345Z] --- PASS: TestParseHost (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestParseDockerDaemonHost [2022-03-04T08:41:15.345Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestParseTCP [2022-03-04T08:41:15.345Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T08:41:15.345Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestValidateExtraHosts [2022-03-04T08:41:15.345Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestIpOptString [2022-03-04T08:41:15.345Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T08:41:15.345Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T08:41:15.345Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestIpOptSetInvalidVal [2022-03-04T08:41:15.345Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestValidateIPAddress [2022-03-04T08:41:15.345Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestMapOpts [2022-03-04T08:41:15.345Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestListOptsWithoutValidator [2022-03-04T08:41:15.345Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestListOptsWithValidator [2022-03-04T08:41:15.345Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestValidateDNSSearch [2022-03-04T08:41:15.345Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T08:41:15.345Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:41:15.345Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestNamedListOpts [2022-03-04T08:41:15.345Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestNamedMapOpts [2022-03-04T08:41:15.345Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestParseLink [2022-03-04T08:41:15.345Z] --- PASS: TestParseLink (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T08:41:15.345Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T08:41:15.345Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T08:41:15.345Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T08:41:15.345Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T08:41:15.345Z] === RUN TestUlimitOpt [2022-03-04T08:41:15.345Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T08:41:15.345Z] PASS [2022-03-04T08:41:15.345Z] coverage: 67.4% of statements [2022-03-04T08:41:15.345Z] ok github.com/docker/docker/opts 0.074s coverage: 67.4% of statements [2022-03-04T08:41:15.345Z] === RUN TestParseVersion [2022-03-04T08:41:15.345Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T08:41:15.345Z] PASS [2022-03-04T08:41:15.345Z] coverage: 52.9% of statements [2022-03-04T08:41:15.345Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2022-03-04T08:41:15.345Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-03-04T08:41:15.345Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T08:41:15.412Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy (1.76s) [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.98s) [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-04T08:41:15.675Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-04T08:41:15.675Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:41:16.245Z] --- PASS: TestBuildMultiStageParentConfig (0.51s) [2022-03-04T08:41:16.245Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:41:16.872Z] 2022/03/04 08:41:16 Closing DB instances... [2022-03-04T08:41:16.872Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T08:41:17.184Z] --- PASS: TestBuildLabelWithTargets (0.84s) [2022-03-04T08:41:17.184Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:41:17.327Z] === RUN TestIsArchivePathDir [2022-03-04T08:41:17.327Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T08:41:17.327Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T08:41:17.327Z] --- PASS: TestPeerCertificateMarshalJSON (0.31s) [2022-03-04T08:41:17.327Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T08:41:17.327Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T08:41:17.327Z] === RUN TestMiddleware [2022-03-04T08:41:17.327Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T08:41:17.327Z] === RUN TestNewResponseModifier [2022-03-04T08:41:17.327Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T08:41:17.327Z] PASS [2022-03-04T08:41:17.327Z] coverage: 26.8% of statements [2022-03-04T08:41:17.327Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-04T08:41:17.327Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T08:41:17.327Z] ok github.com/docker/docker/pkg/authorization 0.358s coverage: 26.8% of statements [2022-03-04T08:41:17.327Z] --- PASS: TestIsArchivePathInvalidFile (0.22s) [2022-03-04T08:41:17.327Z] === RUN TestIsArchivePathTar [2022-03-04T08:41:17.443Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-03-04T08:41:17.443Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:41:17.783Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-03-04T08:41:17.783Z] === RUN TestDecompressStreamGzip [2022-03-04T08:41:17.783Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-04T08:41:17.783Z] === RUN TestDecompressStreamBzip2 [2022-03-04T08:41:17.783Z] === RUN TestUnbuffered [2022-03-04T08:41:17.783Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestRaceUnbuffered [2022-03-04T08:41:17.783Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T08:41:17.783Z] PASS [2022-03-04T08:41:17.783Z] coverage: 100.0% of statements [2022-03-04T08:41:17.783Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-03-04T08:41:17.783Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-03-04T08:41:17.783Z] === RUN TestDecompressStreamXz [2022-03-04T08:41:17.783Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:41:17.783Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestDecompressStreamZstd [2022-03-04T08:41:17.783Z] archive_test.go:140: zstd not installed [2022-03-04T08:41:17.783Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-04T08:41:17.783Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T08:41:17.783Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T08:41:17.783Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestCompressStreamInvalid [2022-03-04T08:41:17.783Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionInvalid [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionUncompressed [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionBzip2 [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionGzip [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionXz [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestExtensionZstd [2022-03-04T08:41:17.783Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestCmdStreamLargeStderr [2022-03-04T08:41:17.783Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-04T08:41:17.783Z] === RUN TestCmdStreamBad [2022-03-04T08:41:17.783Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:41:17.783Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T08:41:17.783Z] === RUN TestCmdStreamGood [2022-03-04T08:41:17.783Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-04T08:41:18.239Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T08:41:18.239Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-04T08:41:18.239Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T08:41:18.239Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestUntarPath [2022-03-04T08:41:18.239Z] --- PASS: TestUntarPath (0.07s) [2022-03-04T08:41:18.239Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T08:41:18.239Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-04T08:41:18.239Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T08:41:18.239Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2022-03-04T08:41:18.239Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T08:41:18.239Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-04T08:41:18.239Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T08:41:18.239Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T08:41:18.239Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestCopyWithTarSrcFile [2022-03-04T08:41:18.239Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T08:41:18.239Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T08:41:18.239Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T08:41:18.239Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T08:41:18.239Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T08:41:18.239Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T08:41:18.239Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T08:41:18.239Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T08:41:18.239Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-04T08:41:18.239Z] === RUN TestTarFiles [2022-03-04T08:41:18.239Z] === RUN TestMatch [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[foo]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[]#01 [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[qux]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T08:41:18.239Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T08:41:18.239Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T08:41:18.239Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T08:41:18.239Z] PASS [2022-03-04T08:41:18.239Z] coverage: 87.5% of statements [2022-03-04T08:41:18.239Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-03-04T08:41:18.273Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T08:41:18.824Z] --- PASS: TestBuildMultiStageOnBuild (1.20s) [2022-03-04T08:41:18.824Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan (9.42s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.79s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.98s) [2022-03-04T08:41:18.839Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-03-04T08:41:18.839Z] PASS [2022-03-04T08:41:18.839Z] [2022-03-04T08:41:18.839Z] DONE 8 tests in 10.701s [2022-03-04T08:41:18.839Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T08:41:18.839Z] testing: warning: no tests to run [2022-03-04T08:41:18.839Z] PASS [2022-03-04T08:41:18.839Z] [2022-03-04T08:41:18.839Z] DONE 0 tests in 0.013s [2022-03-04T08:41:18.839Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T08:41:18.839Z] INFO: Testing against a local daemon [2022-03-04T08:41:18.839Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T08:41:19.083Z] --- PASS: TestBuildUncleanTarFilenames (0.51s) [2022-03-04T08:41:19.083Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:41:19.201Z] === RUN TestChrootTarUntar [2022-03-04T08:41:19.201Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.201Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-04T08:41:19.201Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T08:41:19.201Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.201Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:41:19.201Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T08:41:19.201Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T08:41:19.201Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T08:41:19.201Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:41:19.201Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootCopyWithTar [2022-03-04T08:41:19.656Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootCopyFileWithTar [2022-03-04T08:41:19.656Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootUntarPath [2022-03-04T08:41:19.656Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T08:41:19.656Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T08:41:19.656Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:41:19.656Z] === RUN TestChrootApplyDotDotFile [2022-03-04T08:41:19.656Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:19.656Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:41:19.656Z] PASS [2022-03-04T08:41:19.656Z] coverage: 15.1% of statements [2022-03-04T08:41:19.656Z] ok github.com/docker/docker/pkg/chrootarchive 0.083s coverage: 15.1% of statements [2022-03-04T08:41:20.112Z] 2022/03/04 08:41:20 Closing DB instances... [2022-03-04T08:41:20.213Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-03-04T08:41:20.213Z] === RUN TestAuthZPluginTLS [2022-03-04T08:41:20.467Z] --- PASS: TestBuildMultiStageLayerLeak (1.17s) [2022-03-04T08:41:20.467Z] === RUN TestBuildWithHugeFile [2022-03-04T08:41:20.472Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-04T08:41:20.472Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T08:41:20.567Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T08:41:20.567Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T08:41:20.567Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T08:41:20.567Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T08:41:20.567Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T08:41:20.567Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T08:41:20.567Z] PASS [2022-03-04T08:41:20.567Z] coverage: 0.0% of statements [2022-03-04T08:41:20.567Z] ok github.com/docker/docker/pkg/containerfs 0.045s coverage: 0.0% of statements [2022-03-04T08:41:20.766Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T08:41:20.766Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:41:20.766Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:41:20.766Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T08:41:20.766Z] [2022-03-04T08:41:20.766Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-04T08:41:20.766Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-04T08:41:20.766Z] Using test binary docker [2022-03-04T08:41:20.766Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T08:41:20.766Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:41:20.766Z] INFO: Waiting for daemon to start... [2022-03-04T08:41:20.766Z] Starting dockerd [2022-03-04T08:41:20.766Z] . [2022-03-04T08:41:20.766Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-04T08:41:21.023Z] === RUN TestSizeEmpty [2022-03-04T08:41:21.023Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeEmptyFile [2022-03-04T08:41:21.023Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeNonemptyFile [2022-03-04T08:41:21.023Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T08:41:21.023Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T08:41:21.023Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T08:41:21.023Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestMoveToSubdir [2022-03-04T08:41:21.023Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-04T08:41:21.023Z] === RUN TestSizeNonExistingDirectory [2022-03-04T08:41:21.023Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T08:41:21.023Z] PASS [2022-03-04T08:41:21.023Z] coverage: 80.0% of statements [2022-03-04T08:41:21.023Z] ok github.com/docker/docker/pkg/directory 0.048s coverage: 80.0% of statements [2022-03-04T08:41:21.040Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-04T08:41:21.040Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T08:41:21.608Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-03-04T08:41:21.608Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T08:41:21.985Z] === RUN TestPollerAddRemove [2022-03-04T08:41:21.985Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T08:41:21.985Z] === RUN TestPollerEvent [2022-03-04T08:41:21.985Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:41:21.985Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T08:41:21.985Z] === RUN TestPollerClose [2022-03-04T08:41:21.985Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T08:41:21.985Z] PASS [2022-03-04T08:41:21.985Z] coverage: 45.7% of statements [2022-03-04T08:41:21.985Z] ok github.com/docker/docker/pkg/filenotify 0.040s coverage: 45.7% of statements [2022-03-04T08:41:22.176Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-04T08:41:22.176Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T08:41:22.442Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2022-03-04T08:41:22.442Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T08:41:22.442Z] --- PASS: TestTarFiles (4.01s) [2022-03-04T08:41:22.442Z] === RUN TestDetectCompressionZstd [2022-03-04T08:41:22.442Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T08:41:22.442Z] === RUN TestTarUntar [2022-03-04T08:41:22.442Z] --- PASS: TestTarUntar (0.03s) [2022-03-04T08:41:22.442Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T08:41:22.442Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-04T08:41:22.442Z] === RUN TestTarWithOptions [2022-03-04T08:41:22.442Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-04T08:41:22.442Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T08:41:22.442Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T08:41:22.442Z] === RUN TestUntarUstarGnuConflict [2022-03-04T08:41:22.442Z] --- PASS: TestUntarUstarGnuConflict (0.02s) [2022-03-04T08:41:22.442Z] === RUN TestUntarInvalidFilenames [2022-03-04T08:41:22.442Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1821247383\\dest" [2022-03-04T08:41:22.442Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-04T08:41:22.442Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T08:41:22.442Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-04T08:41:22.442Z] === RUN TestUntarInvalidHardlink [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4021141931\\victim\\hello" -> "../victim/hello" [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1240245756\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink480460948\\victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink744185170\\victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2343555608\\victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink732360848\\victim" -> "../victim" [2022-03-04T08:41:22.442Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-04T08:41:22.442Z] === RUN TestUntarInvalidSymlink [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1809632702\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3819865689\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink885676338\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2252233277\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1505082803\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2809621017\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:22.442Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3483705599\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T08:41:22.442Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-04T08:41:22.442Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T08:41:22.442Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T08:41:22.442Z] === RUN TestXGlobalNoParent [2022-03-04T08:41:22.442Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T08:41:22.442Z] === RUN TestReplaceFileTarWrapper [2022-03-04T08:41:22.897Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2022-03-04T08:41:22.897Z] === RUN TestPrefixHeaderReadable [2022-03-04T08:41:22.897Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-04T08:41:22.897Z] === RUN TestDisablePigz [2022-03-04T08:41:22.897Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T08:41:22.898Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:41:22.898Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T08:41:22.898Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T08:41:22.898Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCopyFile [2022-03-04T08:41:22.898Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T08:41:22.898Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T08:41:22.898Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T08:41:22.898Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:41:22.898Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T08:41:22.898Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T08:41:22.898Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:41:22.898Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestWildcardMatches [2022-03-04T08:41:22.898Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestPatternMatches [2022-03-04T08:41:22.898Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T08:41:22.898Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T08:41:22.898Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T08:41:22.898Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T08:41:22.898Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T08:41:22.898Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T08:41:22.898Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestSingleExclamationError [2022-03-04T08:41:22.898Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestMatchesWithNoPatterns [2022-03-04T08:41:22.898Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T08:41:22.898Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestMatches [2022-03-04T08:41:22.898Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T08:41:22.898Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T08:41:22.898Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T08:41:22.898Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T08:41:22.898Z] --- PASS: TestMatches (0.01s) [2022-03-04T08:41:22.898Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T08:41:22.898Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-04T08:41:22.898Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T08:41:22.898Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatterns [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T08:41:22.898Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCreateIfNotExistsDir [2022-03-04T08:41:22.898Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCreateIfNotExistsFile [2022-03-04T08:41:22.898Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestMatch [2022-03-04T08:41:22.898Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:41:22.898Z] === RUN TestCompile [2022-03-04T08:41:22.898Z] === RUN TestCompile/slash [2022-03-04T08:41:22.898Z] === RUN TestCompile/backslash [2022-03-04T08:41:22.898Z] --- PASS: TestCompile (0.00s) [2022-03-04T08:41:22.898Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T08:41:22.898Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T08:41:22.898Z] PASS [2022-03-04T08:41:22.898Z] coverage: 84.7% of statements [2022-03-04T08:41:22.898Z] ok github.com/docker/docker/pkg/fileutils 0.071s coverage: 84.7% of statements [2022-03-04T08:41:22.898Z] --- PASS: TestDisablePigz (0.12s) [2022-03-04T08:41:22.898Z] === RUN TestPigz [2022-03-04T08:41:23.354Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T08:41:23.354Z] --- PASS: TestPigz (0.24s) [2022-03-04T08:41:23.354Z] === RUN TestNosysFileInfo [2022-03-04T08:41:23.354Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:41:23.354Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:41:23.354Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestCanonicalTarNameForPath [2022-03-04T08:41:23.354Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestCanonicalTarName [2022-03-04T08:41:23.354Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChmodTarEntry [2022-03-04T08:41:23.354Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestHardLinkOrder [2022-03-04T08:41:23.354Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-04T08:41:23.354Z] === RUN TestChangeString [2022-03-04T08:41:23.354Z] --- PASS: TestChangeString (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesWithNoChanges [2022-03-04T08:41:23.354Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-04T08:41:23.354Z] === RUN TestChangesWithChanges [2022-03-04T08:41:23.354Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-04T08:41:23.354Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T08:41:23.354Z] changes_test.go:195: needs more investigation [2022-03-04T08:41:23.354Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesDirsEmpty [2022-03-04T08:41:23.354Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:41:23.354Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesDirsMutated [2022-03-04T08:41:23.354Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:41:23.354Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestApplyLayer [2022-03-04T08:41:23.354Z] changes_test.go:432: needs further investigation [2022-03-04T08:41:23.354Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T08:41:23.354Z] changes_test.go:468: needs further investigation [2022-03-04T08:41:23.354Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T08:41:23.354Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T08:41:23.354Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestChangesSize [2022-03-04T08:41:23.354Z] --- PASS: TestChangesSize (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T08:41:23.354Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3001033658\\dest" [2022-03-04T08:41:23.354Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-04T08:41:23.354Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2314632602\\victim\\hello" -> "../victim/hello" [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4161107877\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1111338670\\victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1614470004\\victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3571077562\\victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2342406798\\victim" -> "../victim" [2022-03-04T08:41:23.354Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-04T08:41:23.354Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2039972008\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2640201005\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2193890918\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2649942064\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1736453632\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:23.354Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3586518432\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:41:23.354Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-04T08:41:23.354Z] === RUN TestApplyLayerWhiteouts [2022-03-04T08:41:23.354Z] === RUN TestGet [2022-03-04T08:41:23.354Z] --- PASS: TestGet (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestGetShortcutString [2022-03-04T08:41:23.354Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T08:41:23.354Z] PASS [2022-03-04T08:41:23.354Z] coverage: 42.9% of statements [2022-03-04T08:41:23.354Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 42.9% of statements [2022-03-04T08:41:23.354Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-04T08:41:23.354Z] === RUN TestGenerateEmptyFile [2022-03-04T08:41:23.354Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T08:41:23.354Z] === RUN TestGenerateWithContent [2022-03-04T08:41:23.354Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T08:41:23.354Z] PASS [2022-03-04T08:41:23.354Z] coverage: 62.0% of statements [2022-03-04T08:41:23.354Z] ok github.com/docker/docker/pkg/archive 6.275s coverage: 62.0% of statements [2022-03-04T08:41:23.554Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2022-03-04T08:41:23.554Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T08:41:23.814Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-04T08:41:23.814Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T08:41:24.316Z] === RUN TestCreateIDMapOrder [2022-03-04T08:41:24.316Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T08:41:24.316Z] PASS [2022-03-04T08:41:24.316Z] coverage: 7.2% of statements [2022-03-04T08:41:24.316Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2022-03-04T08:41:24.316Z] 2022/03/04 08:41:24 Closing DB instances... [2022-03-04T08:41:24.381Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-04T08:41:24.381Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T08:41:24.949Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-04T08:41:24.949Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T08:41:25.279Z] === RUN TestFixedBufferCap [2022-03-04T08:41:25.279Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestFixedBufferLen [2022-03-04T08:41:25.279Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestFixedBufferString [2022-03-04T08:41:25.279Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestFixedBufferWrite [2022-03-04T08:41:25.279Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestFixedBufferRead [2022-03-04T08:41:25.279Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestBytesPipeRead [2022-03-04T08:41:25.279Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestBytesPipeWrite [2022-03-04T08:41:25.279Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T08:41:25.279Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T08:41:25.735Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-03-04T08:41:25.736Z] === RUN TestNetworkDBNodeLeave [2022-03-04T08:41:25.736Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-03-04T08:41:25.736Z] === RUN TestAtomicWriteToFile [2022-03-04T08:41:25.736Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T08:41:25.736Z] === RUN TestAtomicWriteSetCommit [2022-03-04T08:41:25.736Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-03-04T08:41:25.736Z] === RUN TestAtomicWriteSetCancel [2022-03-04T08:41:25.736Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2022-03-04T08:41:25.736Z] === RUN TestReadCloserWrapperClose [2022-03-04T08:41:25.736Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T08:41:25.736Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T08:41:25.736Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T08:41:25.736Z] === RUN TestReaderErrWrapperRead [2022-03-04T08:41:25.736Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T08:41:25.736Z] === RUN TestCancelReadCloser [2022-03-04T08:41:26.191Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-04T08:41:26.191Z] === RUN TestWriteCloserWrapperClose [2022-03-04T08:41:26.191Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T08:41:26.191Z] === RUN TestNopWriteCloser [2022-03-04T08:41:26.191Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T08:41:26.191Z] === RUN TestNopWriter [2022-03-04T08:41:26.191Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T08:41:26.191Z] === RUN TestWriteCounter [2022-03-04T08:41:26.191Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T08:41:26.191Z] PASS [2022-03-04T08:41:26.191Z] coverage: 70.1% of statements [2022-03-04T08:41:26.191Z] ok github.com/docker/docker/pkg/ioutils 0.618s coverage: 70.1% of statements [2022-03-04T08:41:26.330Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2022-03-04T08:41:26.330Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T08:41:27.152Z] === RUN TestError [2022-03-04T08:41:27.152Z] --- PASS: TestError (0.00s) [2022-03-04T08:41:27.152Z] === RUN TestProgressString [2022-03-04T08:41:27.152Z] === RUN TestProgressString/no_progress [2022-03-04T08:41:27.152Z] === RUN TestProgressString/progress_1 [2022-03-04T08:41:27.152Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T08:41:27.152Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T08:41:27.152Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T08:41:27.152Z] === RUN TestProgressString/with_units [2022-03-04T08:41:27.152Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T08:41:27.152Z] === RUN TestProgressString/hide_counts [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T08:41:27.152Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T08:41:27.152Z] === RUN TestJSONMessageDisplay [2022-03-04T08:41:27.152Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-04T08:41:27.152Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T08:41:27.152Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T08:41:27.152Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T08:41:27.152Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T08:41:27.152Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T08:41:27.152Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T08:41:27.152Z] PASS [2022-03-04T08:41:27.152Z] coverage: 91.7% of statements [2022-03-04T08:41:27.152Z] ok github.com/docker/docker/pkg/jsonmessage 0.194s coverage: 91.7% of statements [2022-03-04T08:41:27.607Z] === RUN TestStandardLongPath [2022-03-04T08:41:27.607Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T08:41:27.607Z] === RUN TestUNCLongPath [2022-03-04T08:41:27.607Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T08:41:27.607Z] PASS [2022-03-04T08:41:27.607Z] coverage: 100.0% of statements [2022-03-04T08:41:27.607Z] ok github.com/docker/docker/pkg/longpath 0.032s coverage: 100.0% of statements [2022-03-04T08:41:27.707Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.47s) [2022-03-04T08:41:27.707Z] === RUN TestAuthZPluginHeader [2022-03-04T08:41:28.568Z] === RUN TestNameFormat [2022-03-04T08:41:28.568Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T08:41:28.568Z] === RUN TestNameRetries [2022-03-04T08:41:28.568Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T08:41:28.568Z] PASS [2022-03-04T08:41:28.568Z] coverage: 85.7% of statements [2022-03-04T08:41:28.568Z] ok github.com/docker/docker/pkg/namesgenerator 0.039s coverage: 85.7% of statements [2022-03-04T08:41:28.568Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-04T08:41:28.568Z] === RUN TestNetworkDBWatch [2022-03-04T08:41:28.641Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-03-04T08:41:28.641Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T08:41:29.023Z] === RUN TestParseKeyValueOpt [2022-03-04T08:41:29.023Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T08:41:29.023Z] === RUN TestParseUintList [2022-03-04T08:41:29.023Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T08:41:29.023Z] === RUN TestParseUintListMaximumLimits [2022-03-04T08:41:29.023Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T08:41:29.023Z] PASS [2022-03-04T08:41:29.023Z] coverage: 97.0% of statements [2022-03-04T08:41:29.023Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-03-04T08:41:29.985Z] === RUN TestNewAndRemove [2022-03-04T08:41:29.985Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T08:41:29.985Z] === RUN TestRemoveInvalidPath [2022-03-04T08:41:29.985Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T08:41:29.985Z] PASS [2022-03-04T08:41:29.985Z] coverage: 82.6% of statements [2022-03-04T08:41:29.985Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.6% of statements [2022-03-04T08:41:30.440Z] 2022/03/04 08:41:29 Closing DB instances... [2022-03-04T08:41:31.401Z] --- PASS: TestGetAddress (21.19s) [2022-03-04T08:41:31.401Z] === RUN TestRequestSyntaxCheck [2022-03-04T08:41:31.401Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-04T08:41:31.401Z] === RUN TestRequest [2022-03-04T08:41:31.401Z] === RUN TestFailedConnection [2022-03-04T08:41:31.401Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-04T08:41:31.401Z] === RUN TestNetworkDBBulkSync [2022-03-04T08:41:32.827Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.92s) [2022-03-04T08:41:32.827Z] === RUN TestAuthZPluginV2Disable [2022-03-04T08:41:32.927Z] 2022/03/04 08:41:32 Closing DB instances... [2022-03-04T08:41:33.383Z] --- PASS: TestFailedConnection (2.13s) [2022-03-04T08:41:33.383Z] === RUN TestFailOnce [2022-03-04T08:41:33.839Z] 2022/03/04 08:41:33 http: panic serving 127.0.0.1:49276: Plugin not ready [2022-03-04T08:41:33.839Z] goroutine 3 [running]: [2022-03-04T08:41:33.839Z] net/http.(*conn).serve.func1() [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T08:41:33.839Z] panic({0xf9b9a0, 0x10af710}) [2022-03-04T08:41:33.839Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T08:41:33.839Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xf2dae24d992c55f8}, 0xc00003fa98) [2022-03-04T08:41:33.839Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T08:41:33.839Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x10bc620, 0xc00029a000}, 0xed1206) [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T08:41:33.839Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x10bc620, 0xc00029a000}, 0xc00005a000) [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T08:41:33.839Z] net/http.serverHandler.ServeHTTP({0x10bad10}, {0x10bc620, 0xc00029a000}, 0xc00005a000) [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T08:41:33.839Z] net/http.(*conn).serve(0xc000052000, {0x10be620, 0xc0000260f0}) [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T08:41:33.839Z] created by net/http.(*Server).Serve [2022-03-04T08:41:33.839Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T08:41:33.839Z] time="2022-03-04T08:41:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49275/Test.FailOnce: Post \"http://127.0.0.1:49275/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T08:41:34.295Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-04T08:41:34.295Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T08:41:34.751Z] --- PASS: TestFailOnce (1.15s) [2022-03-04T08:41:34.751Z] === RUN TestEchoInputOutput [2022-03-04T08:41:34.751Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T08:41:34.751Z] === RUN TestBackoff [2022-03-04T08:41:34.751Z] --- PASS: TestBackoff (0.00s) [2022-03-04T08:41:34.751Z] === RUN TestAbortRetry [2022-03-04T08:41:34.751Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T08:41:34.751Z] === RUN TestClientScheme [2022-03-04T08:41:34.751Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T08:41:34.751Z] === RUN TestNewClientWithTimeout [2022-03-04T08:41:35.207Z] time="2022-03-04T08:41:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49282/Test.Echo: Post \"http://127.0.0.1:49282/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T08:41:35.758Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:41:35.758Z] Using test binary docker [2022-03-04T08:41:35.758Z] +++ /etc/init.d/apparmor start [2022-03-04T08:41:35.758Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:41:35.758Z] INFO: Waiting for daemon to start... [2022-03-04T08:41:35.758Z] Starting dockerd [2022-03-04T08:41:35.758Z] +++ 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-04T08:41:35.758Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T08:41:35.758Z] Using test binary docker [2022-03-04T08:41:35.758Z] +++ /etc/init.d/apparmor start [2022-03-04T08:41:35.758Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T08:41:35.758Z] INFO: Waiting for daemon to start... [2022-03-04T08:41:35.758Z] Starting dockerd [2022-03-04T08:41:35.758Z] +++ 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-04T08:41:35.758Z] . [2022-03-04T08:41:35.758Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:41:35.758Z] [2022-03-04T08:41:35.758Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T08:41:35.758Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:41:35.758Z] Error: No such image: emptyfs [2022-03-04T08:41:35.758Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T08:41:35.758Z] ++++ docker load [2022-03-04T08:41:35.758Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T08:41:36.019Z] Error: No such image: emptyfs [2022-03-04T08:41:36.019Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T08:41:36.019Z] ++++ docker load [2022-03-04T08:41:36.120Z] --- PASS: TestAuthZPluginV2Disable (3.36s) [2022-03-04T08:41:36.120Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T08:41:36.280Z] Running integration-test (iteration 1) [2022-03-04T08:41:36.280Z] 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-04T08:41:36.280Z] ++ 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-04T08:41:36.280Z] ++ set -e [2022-03-04T08:41:36.280Z] ++ '[' -n 0 ']' [2022-03-04T08:41:36.280Z] ++ set -x [2022-03-04T08:41:36.280Z] ++ 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-04T08:41:36.280Z] Running integration-test (iteration 1) [2022-03-04T08:41:36.280Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-04T08:41:36.280Z] ++ 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-04T08:41:36.280Z] ++ set -e [2022-03-04T08:41:36.280Z] ++ '[' -n 0 ']' [2022-03-04T08:41:36.280Z] ++ set -x [2022-03-04T08:41:36.280Z] ++ 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-04T08:41:36.734Z] time="2022-03-04T08:41:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49282/Test.Echo: Post \"http://127.0.0.1:49282/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T08:41:37.190Z] --- PASS: TestRequest (5.97s) [2022-03-04T08:41:37.190Z] === RUN TestOverlappingRequests [2022-03-04T08:41:37.255Z] Loaded image: busybox:latest [2022-03-04T08:41:37.255Z] Loaded image: busybox:latest [2022-03-04T08:41:37.517Z] Loaded image: busybox:glibc [2022-03-04T08:41:37.646Z] 2022/03/04 08:41:37 Closing DB instances... [2022-03-04T08:41:37.646Z] --- PASS: TestOverlappingRequests (0.36s) [2022-03-04T08:41:37.646Z] === RUN TestRelease [2022-03-04T08:41:37.778Z] Loaded image: busybox:glibc [2022-03-04T08:41:38.607Z] --- PASS: TestRelease (1.11s) [2022-03-04T08:41:38.607Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:41:39.063Z] time="2022-03-04T08:41:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49282/Test.Echo: Post \"http://127.0.0.1:49282/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T08:41:39.407Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.16s) [2022-03-04T08:41:39.407Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T08:41:40.024Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.68s) [2022-03-04T08:41:40.024Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T08:41:40.024Z] === RUN TestParseEmptyInterface [2022-03-04T08:41:40.024Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestParseNonInterfaceType [2022-03-04T08:41:40.024Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestParseWithOneFunction [2022-03-04T08:41:40.024Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestParseWithMultipleFuncs [2022-03-04T08:41:40.024Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestParseWithUnnamedReturn [2022-03-04T08:41:40.024Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestEmbeddedInterface [2022-03-04T08:41:40.024Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestParsedImports [2022-03-04T08:41:40.024Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T08:41:40.024Z] === RUN TestAliasedImports [2022-03-04T08:41:40.024Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T08:41:40.024Z] PASS [2022-03-04T08:41:40.024Z] coverage: 56.8% of statements [2022-03-04T08:41:40.024Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.046s coverage: 56.8% of statements [2022-03-04T08:41:40.984Z] === RUN TestHTTPTransport [2022-03-04T08:41:40.984Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T08:41:40.984Z] PASS [2022-03-04T08:41:40.984Z] coverage: 85.7% of statements [2022-03-04T08:41:40.984Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2022-03-04T08:41:40.984Z] 2022/03/04 08:41:40 Closing DB instances... [2022-03-04T08:41:41.439Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:41:41.439Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T08:41:41.439Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T08:41:41.439Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:41:41.439Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T08:41:41.439Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T08:41:41.439Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T08:41:41.439Z] === RUN TestBufferPoolPutAndGet [2022-03-04T08:41:41.439Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T08:41:41.439Z] PASS [2022-03-04T08:41:41.439Z] coverage: 88.2% of statements [2022-03-04T08:41:41.439Z] ok github.com/docker/docker/pkg/pools 0.034s coverage: 88.2% of statements [2022-03-04T08:41:41.895Z] --- PASS: TestAllocateRandomDeallocate (3.19s) [2022-03-04T08:41:41.895Z] === RUN TestRetrieveFromStore [2022-03-04T08:41:41.895Z] === RUN TestOutputOnPrematureClose [2022-03-04T08:41:41.895Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T08:41:41.895Z] === RUN TestCompleteSilently [2022-03-04T08:41:41.895Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T08:41:41.895Z] PASS [2022-03-04T08:41:41.895Z] coverage: 75.9% of statements [2022-03-04T08:41:41.895Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2022-03-04T08:41:41.971Z] Loaded image: debian:bullseye-slim [2022-03-04T08:41:42.231Z] Loaded image: hello-world:latest [2022-03-04T08:41:42.231Z] Loaded image: debian:bullseye-slim [2022-03-04T08:41:42.231Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:41:42.350Z] === RUN TestSendToOneSub [2022-03-04T08:41:42.350Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T08:41:42.350Z] === RUN TestSendToMultipleSubs [2022-03-04T08:41:42.350Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T08:41:42.350Z] === RUN TestEvictOneSub [2022-03-04T08:41:42.350Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T08:41:42.350Z] === RUN TestClosePublisher [2022-03-04T08:41:42.350Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T08:41:42.350Z] === RUN TestPubSubRace [2022-03-04T08:41:42.490Z] INFO: Testing against a local daemon [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T08:41:42.490Z] Loaded image: hello-world:latest [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T08:41:42.490Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T08:41:42.490Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:41:42.490Z] INFO: Testing against a local daemon [2022-03-04T08:41:42.490Z] === RUN TestDockerDaemonSuite [2022-03-04T08:41:42.490Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-04T08:41:42.806Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-04T08:41:42.806Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T08:41:42.806Z] --- PASS: TestRetrieveFromStore (1.02s) [2022-03-04T08:41:42.806Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T08:41:42.806Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-04T08:41:42.806Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T08:41:42.806Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T08:41:42.806Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T08:41:42.806Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T08:41:42.806Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T08:41:42.806Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T08:41:42.806Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T08:41:42.806Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T08:41:42.806Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T08:41:42.806Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T08:41:42.806Z] === RUN TestDebug [2022-03-04T08:41:42.806Z] --- PASS: TestDebug (0.00s) [2022-03-04T08:41:42.806Z] === RUN TestRequestPoolParallel [2022-03-04T08:41:43.261Z] --- PASS: TestRequestPoolParallel (0.36s) [2022-03-04T08:41:43.261Z] === RUN TestFullAllocateRelease [2022-03-04T08:41:43.633Z] 1bd78008c728: Pull complete [2022-03-04T08:41:43.633Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-04T08:41:43.633Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:41:43.633Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-04T08:41:43.633Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-04T08:41:43.633Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-04T08:41:43.633Z] WARN: Skipping validation tests [2022-03-04T08:41:43.633Z] INFO: Running unit tests at 03/04/2022 08:41:38... [2022-03-04T08:41:43.717Z] --- PASS: TestPubSubRace (1.05s) [2022-03-04T08:41:43.717Z] PASS [2022-03-04T08:41:43.717Z] coverage: 75.0% of statements [2022-03-04T08:41:43.717Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 75.0% of statements [2022-03-04T08:41:43.717Z] --- PASS: TestFullAllocateRelease (0.32s) [2022-03-04T08:41:43.717Z] === RUN TestOddAllocateRelease [2022-03-04T08:41:43.717Z] time="2022-03-04T08:41:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49282/Test.Echo: Post \"http://127.0.0.1:49282/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T08:41:43.717Z] --- PASS: TestOddAllocateRelease (0.23s) [2022-03-04T08:41:43.717Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T08:41:43.717Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-04T08:41:43.717Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T08:41:44.172Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-04T08:41:44.172Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T08:41:44.172Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T08:41:44.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T08:41:44.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:41:44.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:41:44.172Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:41:44.172Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T08:41:44.172Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T08:41:44.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:41:44.172Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:41:44.172Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:41:44.172Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:41:44.172Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:41:44.172Z] PASS [2022-03-04T08:41:44.172Z] coverage: 85.3% of statements [2022-03-04T08:41:44.172Z] ok github.com/docker/docker/libnetwork/ipam 39.712s coverage: 85.3% of statements [2022-03-04T08:41:44.172Z] === RUN TestRegister [2022-03-04T08:41:44.172Z] --- PASS: TestRegister (0.00s) [2022-03-04T08:41:44.172Z] === RUN TestCommand [2022-03-04T08:41:44.172Z] --- PASS: TestCommand (0.03s) [2022-03-04T08:41:44.172Z] === RUN TestNaiveSelf [2022-03-04T08:41:44.172Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-04T08:41:44.172Z] PASS [2022-03-04T08:41:44.172Z] coverage: 82.4% of statements [2022-03-04T08:41:44.172Z] ok github.com/docker/docker/pkg/reexec 0.089s coverage: 82.4% of statements [2022-03-04T08:41:44.628Z] === RUN TestDump [2022-03-04T08:41:45.083Z] goroutine 6 [running]: [2022-03-04T08:41:45.083Z] github.com/docker/docker/pkg/stack.dump(0xcb6b7) [2022-03-04T08:41:45.083Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:41:45.083Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T08:41:45.083Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T08:41:45.083Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T08:41:45.083Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T08:41:45.083Z] testing.tRunner(0xc00015c000, 0x238f38) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:41:45.083Z] created by testing.(*T).Run [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:41:45.083Z] [2022-03-04T08:41:45.083Z] goroutine 1 [chan receive]: [2022-03-04T08:41:45.083Z] testing.(*T).Run(0xc00002dd40, {0x22a571, 0xaa413}, 0x238f38) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:41:45.083Z] testing.runTests.func1(0xc000066840) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:41:45.083Z] testing.tRunner(0xc00002dd40, 0xc00006fce0) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:41:45.083Z] testing.runTests(0xc000074080, {0x39cc20, 0x3, 0x3}, {0xca90d, 0x22c26b, 0x3a16e0}) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:41:45.083Z] testing.(*M).Run(0xc000074080) [2022-03-04T08:41:45.083Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:41:45.083Z] main.main() [2022-03-04T08:41:45.083Z] _testmain.go:95 +0x1f5 [2022-03-04T08:41:45.083Z] --- PASS: TestDump (0.00s) [2022-03-04T08:41:45.083Z] === RUN TestDumpToFile [2022-03-04T08:41:45.084Z] --- PASS: TestDumpToFile (0.13s) [2022-03-04T08:41:45.084Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T08:41:45.084Z] goroutine 8 [running]: [2022-03-04T08:41:45.084Z] github.com/docker/docker/pkg/stack.dump(0x138894) [2022-03-04T08:41:45.084Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:41:45.084Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x138c40}) [2022-03-04T08:41:45.084Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T08:41:45.084Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c000) [2022-03-04T08:41:45.084Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T08:41:45.084Z] testing.tRunner(0xc00015c4e0, 0x238f28) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:41:45.084Z] created by testing.(*T).Run [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:41:45.084Z] [2022-03-04T08:41:45.084Z] goroutine 1 [chan receive]: [2022-03-04T08:41:45.084Z] testing.(*T).Run(0xc00002dd40, {0x231356, 0xaa413}, 0x238f28) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:41:45.084Z] testing.runTests.func1(0xc000066840) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:41:45.084Z] testing.tRunner(0xc00002dd40, 0xc00006fce0) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:41:45.084Z] testing.runTests(0xc000074080, {0x39cc20, 0x3, 0x3}, {0xca90d, 0x22c26b, 0x3a16e0}) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:41:45.084Z] testing.(*M).Run(0xc000074080) [2022-03-04T08:41:45.084Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:41:45.084Z] main.main() [2022-03-04T08:41:45.084Z] _testmain.go:95 +0x1f5 [2022-03-04T08:41:45.084Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T08:41:45.084Z] PASS [2022-03-04T08:41:45.084Z] coverage: 90.9% of statements [2022-03-04T08:41:45.084Z] ok github.com/docker/docker/pkg/stack 0.169s coverage: 90.9% of statements [2022-03-04T08:41:45.539Z] === RUN TestNewStdWriter [2022-03-04T08:41:45.539Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T08:41:45.539Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestWriteWithNilBytes [2022-03-04T08:41:45.539Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestWrite [2022-03-04T08:41:45.539Z] --- PASS: TestWrite (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestWriteWithWriterError [2022-03-04T08:41:45.539Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T08:41:45.539Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T08:41:45.539Z] === RUN TestStdCopyWriteAndRead [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T08:41:45.540Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T08:41:45.540Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T08:41:45.540Z] PASS [2022-03-04T08:41:45.540Z] coverage: 100.0% of statements [2022-03-04T08:41:45.540Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-03-04T08:41:45.848Z] INFO: make.ps1 starting at 03/04/2022 08:41:45 [2022-03-04T08:41:45.848Z] INFO: Git commit (a75fd11f03) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T08:41:45.848Z] INFO: Invoking autogen... [2022-03-04T08:41:46.317Z] INFO: Running unit tests... [2022-03-04T08:41:46.501Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T08:41:46.501Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T08:41:46.501Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestFormatStatus [2022-03-04T08:41:46.501Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestFormatError [2022-03-04T08:41:46.501Z] --- PASS: TestFormatError (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestFormatJSONError [2022-03-04T08:41:46.501Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T08:41:46.501Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T08:41:46.501Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestNewJSONProgressOutput [2022-03-04T08:41:46.501Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestAuxFormatterEmit [2022-03-04T08:41:46.501Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestStreamWriterStdout [2022-03-04T08:41:46.501Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T08:41:46.501Z] === RUN TestStreamWriterStderr [2022-03-04T08:41:46.501Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T08:41:46.501Z] PASS [2022-03-04T08:41:46.501Z] coverage: 63.8% of statements [2022-03-04T08:41:46.501Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 63.8% of statements [2022-03-04T08:41:46.690Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T08:41:46.690Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T08:41:46.690Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T08:41:46.690Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T08:41:46.957Z] === RUN TestGenerateRandomID [2022-03-04T08:41:46.957Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestShortenId [2022-03-04T08:41:46.957Z] --- PASS: TestShortenId (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestShortenSha256Id [2022-03-04T08:41:46.957Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestShortenIdEmpty [2022-03-04T08:41:46.957Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestShortenIdInvalid [2022-03-04T08:41:46.957Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestIsShortIDNonHex [2022-03-04T08:41:46.957Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T08:41:46.957Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T08:41:46.957Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T08:41:46.957Z] PASS [2022-03-04T08:41:46.957Z] coverage: 70.6% of statements [2022-03-04T08:41:46.957Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2022-03-04T08:41:47.413Z] === RUN TestIsCpusetListAvailable [2022-03-04T08:41:47.413Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T08:41:47.413Z] PASS [2022-03-04T08:41:47.413Z] coverage: 39.4% of statements [2022-03-04T08:41:47.413Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-03-04T08:41:47.630Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T08:41:47.630Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T08:41:47.631Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T08:41:48.939Z] === RUN TestChtimes [2022-03-04T08:41:48.939Z] --- PASS: TestChtimes (0.00s) [2022-03-04T08:41:48.939Z] === RUN TestChtimesWindows [2022-03-04T08:41:48.939Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T08:41:48.939Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T08:41:48.939Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T08:41:48.939Z] PASS [2022-03-04T08:41:48.939Z] coverage: 12.9% of statements [2022-03-04T08:41:48.939Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 12.9% of statements [2022-03-04T08:41:49.009Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T08:41:49.379Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.55s) [2022-03-04T08:41:49.379Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T08:41:49.397Z] === RUN TestTailFile [2022-03-04T08:41:49.397Z] --- PASS: TestTailFile (0.00s) [2022-03-04T08:41:49.397Z] === RUN TestTailFileManyLines [2022-03-04T08:41:49.397Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T08:41:49.397Z] === RUN TestTailEmptyFile [2022-03-04T08:41:49.397Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T08:41:49.397Z] === RUN TestTailNegativeN [2022-03-04T08:41:49.397Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.397Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.397Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.398Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.398Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.398Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.398Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.578Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T08:41:49.578Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T08:41:49.578Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T08:41:49.837Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-04T08:41:49.854Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.855Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.855Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.856Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.856Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:41:49.857Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.857Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.857Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.858Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.858Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:41:49.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:41:49.859Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:41:49.860Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:49.860Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.316Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.01s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.01s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:50.317Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.01s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.318Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-04T08:41:50.319Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:41:50.319Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:41:50.319Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:41:50.319Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:41:50.319Z] PASS [2022-03-04T08:41:50.319Z] coverage: 88.6% of statements [2022-03-04T08:41:50.319Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2022-03-04T08:41:50.774Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T08:41:50.774Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestTarSumRemove [2022-03-04T08:41:50.774Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestSortFileInfoSums [2022-03-04T08:41:50.774Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T08:41:50.774Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestNewTarSumForLabel [2022-03-04T08:41:50.774Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestEmptyTar [2022-03-04T08:41:50.774Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestTarSumsReadSize [2022-03-04T08:41:50.774Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestTarSums [2022-03-04T08:41:50.774Z] --- PASS: TestTarSums (0.06s) [2022-03-04T08:41:50.774Z] === RUN TestIteration [2022-03-04T08:41:50.774Z] --- PASS: TestIteration (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestVersionLabelForChecksum [2022-03-04T08:41:50.774Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestVersion [2022-03-04T08:41:50.774Z] --- PASS: TestVersion (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestGetVersion [2022-03-04T08:41:50.774Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T08:41:50.774Z] === RUN TestGetVersions [2022-03-04T08:41:50.774Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T08:41:50.774Z] PASS [2022-03-04T08:41:50.774Z] coverage: 89.3% of statements [2022-03-04T08:41:50.774Z] ok github.com/docker/docker/pkg/tarsum 0.114s coverage: 89.3% of statements [2022-03-04T08:41:50.774Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T08:41:51.229Z] testing: warning: no tests to run [2022-03-04T08:41:51.229Z] PASS [2022-03-04T08:41:51.229Z] coverage: [no statements] [2022-03-04T08:41:51.229Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: [no statements] [no tests to run] [2022-03-04T08:41:51.711Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T08:41:51.711Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T08:41:51.711Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T08:41:51.711Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T08:41:51.711Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T08:41:52.189Z] === RUN TestTruncIndex [2022-03-04T08:41:52.189Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T08:41:52.189Z] PASS [2022-03-04T08:41:52.189Z] coverage: 91.5% of statements [2022-03-04T08:41:52.189Z] ok github.com/docker/docker/pkg/truncindex 0.133s coverage: 91.5% of statements [2022-03-04T08:41:52.189Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-04T08:41:52.189Z] === RUN TestClientStream [2022-03-04T08:41:52.189Z] --- PASS: TestClientStream (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestClientSendFile [2022-03-04T08:41:52.189Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestClientWithRequestTimeout [2022-03-04T08:41:52.189Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T08:41:52.189Z] === RUN TestFileSpecPlugin [2022-03-04T08:41:52.189Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T08:41:52.189Z] === RUN TestFileJSONSpecPlugin [2022-03-04T08:41:52.189Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T08:41:52.189Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestPluginAddHandler [2022-03-04T08:41:52.189Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestPluginWaitBadPlugin [2022-03-04T08:41:52.189Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T08:41:52.189Z] === RUN TestGet [2022-03-04T08:41:52.189Z] time="2022-03-04T08:41:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T08:41:52.189Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T08:41:52.189Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T08:41:52.189Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T08:41:52.189Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T08:41:52.644Z] === RUN TestIsGIT [2022-03-04T08:41:52.644Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T08:41:52.644Z] === RUN TestIsTransport [2022-03-04T08:41:52.644Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T08:41:52.644Z] PASS [2022-03-04T08:41:52.644Z] coverage: 100.0% of statements [2022-03-04T08:41:52.644Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2022-03-04T08:41:52.644Z] === RUN TestVersionInfo [2022-03-04T08:41:52.644Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T08:41:52.644Z] === RUN TestAppendVersions [2022-03-04T08:41:52.644Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T08:41:52.644Z] PASS [2022-03-04T08:41:52.644Z] coverage: 88.9% of statements [2022-03-04T08:41:52.644Z] ok github.com/docker/docker/pkg/useragent 0.030s coverage: 88.9% of statements [2022-03-04T08:41:53.101Z] time="2022-03-04T08:41:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T08:41:54.064Z] === RUN TestNewSettable [2022-03-04T08:41:54.064Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T08:41:54.064Z] === RUN TestIsSettable [2022-03-04T08:41:54.064Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T08:41:54.064Z] === RUN TestUpdateSettingsEnv [2022-03-04T08:41:54.064Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T08:41:54.064Z] PASS [2022-03-04T08:41:54.064Z] coverage: 20.0% of statements [2022-03-04T08:41:54.064Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2022-03-04T08:41:54.064Z] === RUN TestValidatePrivileges [2022-03-04T08:41:54.064Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T08:41:54.064Z] === RUN TestFilterByCapNeg [2022-03-04T08:41:54.064Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T08:41:54.064Z] === RUN TestFilterByCapPos [2022-03-04T08:41:54.064Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T08:41:54.064Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T08:41:54.064Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T08:41:54.064Z] PASS [2022-03-04T08:41:54.064Z] coverage: 12.0% of statements [2022-03-04T08:41:54.064Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2022-03-04T08:41:55.026Z] === RUN TestLoad [2022-03-04T08:41:55.026Z] --- PASS: TestLoad (0.00s) [2022-03-04T08:41:55.026Z] === RUN TestSave [2022-03-04T08:41:55.026Z] --- PASS: TestSave (0.02s) [2022-03-04T08:41:55.026Z] === RUN TestAddDeleteGet [2022-03-04T08:41:55.026Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-04T08:41:55.026Z] === RUN TestInvalidTags [2022-03-04T08:41:55.026Z] --- PASS: TestInvalidTags (0.00s) [2022-03-04T08:41:55.026Z] PASS [2022-03-04T08:41:55.026Z] coverage: 84.4% of statements [2022-03-04T08:41:55.026Z] ok github.com/docker/docker/reference 0.129s coverage: 84.4% of statements [2022-03-04T08:41:55.482Z] time="2022-03-04T08:41:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T08:41:55.482Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T08:41:55.482Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T08:41:55.482Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T08:41:55.482Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T08:41:55.482Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T08:41:55.482Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:41:55.482Z] === RUN TestValidateMirror [2022-03-04T08:41:55.482Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T08:41:55.482Z] === RUN TestLoadInsecureRegistries [2022-03-04T08:41:55.937Z] time="2022-03-04T08:41:55Z" 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-04T08:41:55.938Z] time="2022-03-04T08:41:55Z" 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-04T08:41:55.938Z] time="2022-03-04T08:41:55Z" 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-04T08:41:55.938Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2022-03-04T08:41:55.938Z] === RUN TestNewServiceConfig [2022-03-04T08:41:55.938Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestValidateIndexName [2022-03-04T08:41:55.938Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestValidateIndexNameWithError [2022-03-04T08:41:55.938Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestEndpointParse [2022-03-04T08:41:55.938Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestEndpointParseInvalid [2022-03-04T08:41:55.938Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestValidateEndpoint [2022-03-04T08:41:55.938Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestPing [2022-03-04T08:41:55.938Z] --- PASS: TestPing (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestPingRegistryEndpoint [2022-03-04T08:41:55.938Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:55.938Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestEndpoint [2022-03-04T08:41:55.938Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:55.938Z] --- SKIP: TestEndpoint (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestParseRepositoryInfo [2022-03-04T08:41:55.938Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestNewIndexInfo [2022-03-04T08:41:55.938Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestMirrorEndpointLookup [2022-03-04T08:41:55.938Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:41:55.938Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestSearchRepositories [2022-03-04T08:41:55.938Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T08:41:55.938Z] Host: 127.0.0.1:49313 [2022-03-04T08:41:55.938Z] User-Agent: docker test client [2022-03-04T08:41:55.938Z] Authorization: Token fake-token [2022-03-04T08:41:55.938Z] X-Docker-Token: true [2022-03-04T08:41:55.938Z] Accept-Encoding: gzip [2022-03-04T08:41:55.938Z] [2022-03-04T08:41:55.938Z] [2022-03-04T08:41:55.938Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T08:41:55.938Z] Connection: close [2022-03-04T08:41:55.938Z] Content-Length: 144 [2022-03-04T08:41:55.938Z] Cache-Control: no-cache [2022-03-04T08:41:55.938Z] Content-Type: application/json [2022-03-04T08:41:55.938Z] Date: Fri, 04 Mar 2022 08:41:55 GMT [2022-03-04T08:41:55.938Z] Expires: -1 [2022-03-04T08:41:55.938Z] Pragma: no-cache [2022-03-04T08:41:55.938Z] Server: docker-tests/mock [2022-03-04T08:41:55.938Z] X-Docker-Registry-Config: mock [2022-03-04T08:41:55.938Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T08:41:55.938Z] [2022-03-04T08:41:55.938Z] [2022-03-04T08:41:55.938Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestTrustedLocation [2022-03-04T08:41:55.938Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T08:41:55.938Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T08:41:55.938Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestIsSecureIndex [2022-03-04T08:41:55.938Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T08:41:55.938Z] PASS [2022-03-04T08:41:55.938Z] coverage: 51.2% of statements [2022-03-04T08:41:55.938Z] ok github.com/docker/docker/registry 0.206s coverage: 51.2% of statements [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T08:41:55.938Z] time="2022-03-04T08:41:55Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReader [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T08:41:55.938Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T08:41:55.938Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T08:41:55.938Z] PASS [2022-03-04T08:41:55.938Z] coverage: 100.0% of statements [2022-03-04T08:41:55.938Z] ok github.com/docker/docker/registry/resumable 0.193s coverage: 100.0% of statements [2022-03-04T08:41:56.393Z] === RUN TestRestartManagerTimeout [2022-03-04T08:41:56.393Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T08:41:56.393Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T08:41:56.393Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T08:41:56.393Z] PASS [2022-03-04T08:41:56.393Z] coverage: 50.9% of statements [2022-03-04T08:41:56.393Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2022-03-04T08:41:56.749Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-04T08:41:56.849Z] === RUN TestDecodeContainerConfig [2022-03-04T08:41:56.849Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-04T08:41:56.849Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T08:41:56.849Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T08:41:56.849Z] === RUN TestValidatePrivileged [2022-03-04T08:41:56.849Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T08:41:56.849Z] PASS [2022-03-04T08:41:56.849Z] coverage: 52.6% of statements [2022-03-04T08:41:56.849Z] ok github.com/docker/docker/runconfig 0.039s coverage: 52.6% of statements [2022-03-04T08:41:56.849Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T08:41:56.849Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T08:41:56.849Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T08:41:56.849Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T08:41:56.849Z] PASS [2022-03-04T08:41:56.849Z] coverage: 62.5% of statements [2022-03-04T08:41:56.849Z] ok github.com/docker/docker/testutil 0.040s coverage: 62.5% of statements [2022-03-04T08:41:59.217Z] --- PASS: TestBuildWithHugeFile (34.78s) [2022-03-04T08:41:59.217Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:41:59.217Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:41:59.217Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:41:59.217Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:41:59.217Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:41:59.217Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:41:59.217Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:41:59.217Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:41:59.217Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:41:59.217Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:41:59.217Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:41:59.217Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:41:59.217Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:41:59.217Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T08:41:59.217Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-03-04T08:41:59.217Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-04T08:41:59.217Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-04T08:41:59.217Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:41:59.217Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T08:41:59.217Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T08:41:59.217Z] --- PASS: TestBuildPreserveOwnership (2.50s) [2022-03-04T08:41:59.217Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.68s) [2022-03-04T08:41:59.217Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.81s) [2022-03-04T08:41:59.217Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:41:59.217Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T08:41:59.217Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T08:41:59.217Z] Loaded image: busybox:latest [2022-03-04T08:41:59.217Z] Loaded image: busybox:glibc [2022-03-04T08:41:59.443Z] sha256:a39cd8244445e8e971031a3506e2dba7c66dbffb4dc2aa0f68e74eb41d9fe7e5 [2022-03-04T08:41:59.443Z] INFO: Starting docker-py tests... [2022-03-04T08:41:59.443Z] ============================= test session starts ============================== [2022-03-04T08:41:59.443Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-04T08:41:59.443Z] rootdir: /src, inifile: pytest.ini [2022-03-04T08:41:59.443Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-04T08:41:59.478Z] Loaded image: debian:bullseye-slim [2022-03-04T08:41:59.738Z] time="2022-03-04T08:41:59Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T08:41:59.738Z] === RUN TestGetDriver [2022-03-04T08:41:59.738Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestVolumeRequestError [2022-03-04T08:41:59.738Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T08:41:59.738Z] PASS [2022-03-04T08:41:59.738Z] coverage: 36.1% of statements [2022-03-04T08:41:59.738Z] ok github.com/docker/docker/volume/drivers 0.050s coverage: 36.1% of statements [2022-03-04T08:41:59.738Z] === RUN TestGetAddress [2022-03-04T08:41:59.738Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestRemove [2022-03-04T08:41:59.738Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:41:59.738Z] --- SKIP: TestRemove (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestInitializeWithVolumes [2022-03-04T08:41:59.738Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestCreate [2022-03-04T08:41:59.738Z] --- PASS: TestCreate (0.01s) [2022-03-04T08:41:59.738Z] === RUN TestValidateName [2022-03-04T08:41:59.738Z] --- PASS: TestValidateName (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestCreateWithOpts [2022-03-04T08:41:59.738Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:41:59.738Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T08:41:59.738Z] === RUN TestRelaodNoOpts [2022-03-04T08:41:59.738Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-04T08:41:59.738Z] PASS [2022-03-04T08:41:59.738Z] coverage: 41.5% of statements [2022-03-04T08:41:59.738Z] ok github.com/docker/docker/volume/local 0.066s coverage: 41.5% of statements [2022-03-04T08:41:59.740Z] Loaded image: hello-world:latest [2022-03-04T08:41:59.740Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:41:59.839Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T08:42:00.006Z] collected 395 items / 2 deselected / 393 selected [2022-03-04T08:42:00.006Z] [2022-03-04T08:42:00.700Z] === RUN TestLCOWParseMountRaw [2022-03-04T08:42:00.700Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T08:42:00.700Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T08:42:00.700Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T08:42:00.700Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T08:42:00.700Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T08:42:00.701Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRaw [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T08:42:00.701Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestConvertTmpfsOptions [2022-03-04T08:42:00.701Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T08:42:00.701Z] linux_parser_test.go:209: data="ro" [2022-03-04T08:42:00.701Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestParseMountSpec [2022-03-04T08:42:00.701Z] parser_test.go:62: case 0 [2022-03-04T08:42:00.701Z] parser_test.go:62: case 1 [2022-03-04T08:42:00.701Z] parser_test.go:62: case 2 [2022-03-04T08:42:00.701Z] parser_test.go:62: case 3 [2022-03-04T08:42:00.701Z] parser_test.go:62: case 4 [2022-03-04T08:42:00.701Z] parser_test.go:62: case 5 [2022-03-04T08:42:00.701Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestValidateMount [2022-03-04T08:42:00.701Z] --- PASS: TestValidateMount (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRaw [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:42:00.701Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T08:42:00.701Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:42:00.701Z] PASS [2022-03-04T08:42:00.701Z] coverage: 67.6% of statements [2022-03-04T08:42:00.701Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.6% of statements [2022-03-04T08:42:01.156Z] === RUN TestSetGetMeta [2022-03-04T08:42:01.156Z] === PAUSE TestSetGetMeta [2022-03-04T08:42:01.156Z] === RUN TestRestore [2022-03-04T08:42:01.156Z] === PAUSE TestRestore [2022-03-04T08:42:01.156Z] === RUN TestServiceCreate [2022-03-04T08:42:01.156Z] === PAUSE TestServiceCreate [2022-03-04T08:42:01.156Z] === RUN TestServiceList [2022-03-04T08:42:01.156Z] === PAUSE TestServiceList [2022-03-04T08:42:01.156Z] === RUN TestServiceRemove [2022-03-04T08:42:01.156Z] === PAUSE TestServiceRemove [2022-03-04T08:42:01.156Z] === RUN TestServiceGet [2022-03-04T08:42:01.156Z] === PAUSE TestServiceGet [2022-03-04T08:42:01.156Z] === RUN TestServicePrune [2022-03-04T08:42:01.156Z] === PAUSE TestServicePrune [2022-03-04T08:42:01.156Z] === RUN TestCreate [2022-03-04T08:42:01.156Z] === PAUSE TestCreate [2022-03-04T08:42:01.156Z] === RUN TestRemove [2022-03-04T08:42:01.156Z] === PAUSE TestRemove [2022-03-04T08:42:01.156Z] === RUN TestList [2022-03-04T08:42:01.156Z] === PAUSE TestList [2022-03-04T08:42:01.156Z] === RUN TestFindByDriver [2022-03-04T08:42:01.156Z] === PAUSE TestFindByDriver [2022-03-04T08:42:01.156Z] === RUN TestFindByReferenced [2022-03-04T08:42:01.156Z] === PAUSE TestFindByReferenced [2022-03-04T08:42:01.156Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T08:42:01.156Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T08:42:01.156Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:42:01.156Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:42:01.156Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T08:42:01.156Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T08:42:01.156Z] === RUN TestRefDerefRemove [2022-03-04T08:42:01.156Z] === PAUSE TestRefDerefRemove [2022-03-04T08:42:01.156Z] === RUN TestGet [2022-03-04T08:42:01.156Z] === PAUSE TestGet [2022-03-04T08:42:01.156Z] === RUN TestGetWithReference [2022-03-04T08:42:01.156Z] === PAUSE TestGetWithReference [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:42:01.156Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T08:42:01.156Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T08:42:01.156Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T08:42:01.156Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T08:42:01.156Z] === CONT TestSetGetMeta [2022-03-04T08:42:01.156Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T08:42:01.156Z] === CONT TestList [2022-03-04T08:42:01.156Z] === CONT TestServiceGet [2022-03-04T08:42:01.156Z] --- PASS: TestSetGetMeta (0.01s) [2022-03-04T08:42:01.156Z] === CONT TestServiceRemove [2022-03-04T08:42:01.156Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-04T08:42:01.156Z] === CONT TestServiceList [2022-03-04T08:42:01.156Z] --- PASS: TestList (0.03s) [2022-03-04T08:42:01.156Z] === CONT TestServiceCreate [2022-03-04T08:42:01.217Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T08:42:01.611Z] --- PASS: TestServiceGet (0.13s) [2022-03-04T08:42:01.611Z] === CONT TestRestore [2022-03-04T08:42:01.611Z] --- PASS: TestServiceRemove (0.12s) [2022-03-04T08:42:01.611Z] === CONT TestRemove [2022-03-04T08:42:01.611Z] --- PASS: TestServiceList (0.11s) [2022-03-04T08:42:01.612Z] === CONT TestCreate [2022-03-04T08:42:01.612Z] --- PASS: TestServiceCreate (0.11s) [2022-03-04T08:42:01.612Z] === CONT TestServicePrune [2022-03-04T08:42:01.612Z] time="2022-03-04T08:42:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:42:01.612Z] --- PASS: TestCreate (0.01s) [2022-03-04T08:42:01.612Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:42:01.612Z] --- PASS: TestRestore (0.02s) [2022-03-04T08:42:01.612Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T08:42:01.612Z] --- PASS: TestRemove (0.02s) [2022-03-04T08:42:01.612Z] === CONT TestFindByReferenced [2022-03-04T08:42:01.612Z] time="2022-03-04T08:42:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:42:01.612Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-04T08:42:01.612Z] === CONT TestFindByDriver [2022-03-04T08:42:01.612Z] time="2022-03-04T08:42:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:42:01.612Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-04T08:42:01.612Z] === CONT TestGetWithReference [2022-03-04T08:42:01.612Z] time="2022-03-04T08:42:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T08:42:01.612Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-04T08:42:01.612Z] === CONT TestGet [2022-03-04T08:42:01.612Z] time="2022-03-04T08:42:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:42:01.612Z] --- PASS: TestServicePrune (0.04s) [2022-03-04T08:42:01.612Z] === CONT TestRefDerefRemove [2022-03-04T08:42:01.612Z] --- PASS: TestFindByDriver (0.02s) [2022-03-04T08:42:01.612Z] --- PASS: TestGetWithReference (0.02s) [2022-03-04T08:42:01.612Z] --- PASS: TestGet (0.02s) [2022-03-04T08:42:01.612Z] --- PASS: TestRefDerefRemove (0.01s) [2022-03-04T08:42:01.612Z] PASS [2022-03-04T08:42:01.612Z] coverage: 69.0% of statements [2022-03-04T08:42:01.612Z] ok github.com/docker/docker/volume/service 0.238s coverage: 69.0% of statements [2022-03-04T08:42:03.120Z] --- PASS: TestBuildWithHugeFile (109.16s) [2022-03-04T08:42:03.120Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:42:03.120Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:42:03.120Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:42:03.120Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:42:03.120Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:42:03.120Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:42:03.120Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:42:03.120Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:42:03.120Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:42:03.120Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:42:03.120Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:42:03.120Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:42:03.120Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:42:03.120Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T08:42:03.120Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-03-04T08:42:03.120Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-03-04T08:42:03.120Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T08:42:03.120Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:42:03.120Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T08:42:03.379Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T08:42:03.449Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T08:42:03.449Z] === RUN TestBoolValue [2022-03-04T08:42:03.449Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestBoolValueOrDefault [2022-03-04T08:42:03.450Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestInt64ValueOrZero [2022-03-04T08:42:03.450Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestInt64ValueOrDefault [2022-03-04T08:42:03.450Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T08:42:03.450Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestJsonContentType [2022-03-04T08:42:03.450Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 14.7% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/server/httputils 0.058s coverage: 14.7% of statements [2022-03-04T08:42:03.450Z] === RUN TestMaskSecretKeys [2022-03-04T08:42:03.450Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T08:42:03.450Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T08:42:03.450Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T08:42:03.450Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestVersionMiddlewareVersion [2022-03-04T08:42:03.450Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T08:42:03.450Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 37.7% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T08:42:03.450Z] === RUN TestAdjustForAPIVersion [2022-03-04T08:42:03.450Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 5.7% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/server/router/swarm 0.068s coverage: 5.7% of statements [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T08:42:03.450Z] === RUN TestStrSliceMarshalJSON [2022-03-04T08:42:03.450Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T08:42:03.450Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestStrSliceUnmarshalString [2022-03-04T08:42:03.450Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T08:42:03.450Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 90.0% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2022-03-04T08:42:03.450Z] === RUN TestToJSON [2022-03-04T08:42:03.450Z] --- PASS: TestToJSON (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestToParamWithVersion [2022-03-04T08:42:03.450Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestFromJSON [2022-03-04T08:42:03.450Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestEmpty [2022-03-04T08:42:03.450Z] --- PASS: TestEmpty (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T08:42:03.450Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestArgsMatchKVList [2022-03-04T08:42:03.450Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestArgsMatch [2022-03-04T08:42:03.450Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestAdd [2022-03-04T08:42:03.450Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestDel [2022-03-04T08:42:03.450Z] --- PASS: TestDel (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestLen [2022-03-04T08:42:03.450Z] --- PASS: TestLen (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestExactMatch [2022-03-04T08:42:03.450Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestOnlyOneExactMatch [2022-03-04T08:42:03.450Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestContains [2022-03-04T08:42:03.450Z] --- PASS: TestContains (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestValidate [2022-03-04T08:42:03.450Z] --- PASS: TestValidate (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestWalkValues [2022-03-04T08:42:03.450Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestFuzzyMatch [2022-03-04T08:42:03.450Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestClone [2022-03-04T08:42:03.450Z] --- PASS: TestClone (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 92.2% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/types/filters 0.056s coverage: 92.2% of statements [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T08:42:03.450Z] === RUN TestDurationToSecondsString [2022-03-04T08:42:03.450Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestGetTimestamp [2022-03-04T08:42:03.450Z] === RUN TestCompareVersion [2022-03-04T08:42:03.450Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 77.3% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/types/versions 0.084s coverage: 77.3% of statements [2022-03-04T08:42:03.450Z] --- PASS: TestGetTimestamp (0.19s) [2022-03-04T08:42:03.450Z] === RUN TestParseTimestamps [2022-03-04T08:42:03.450Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T08:42:03.450Z] PASS [2022-03-04T08:42:03.450Z] coverage: 100.0% of statements [2022-03-04T08:42:03.450Z] ok github.com/docker/docker/api/types/time 0.232s coverage: 100.0% of statements [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T08:42:03.450Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T08:42:03.450Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T08:42:03.450Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestCloneArgsSmartHttp [2022-03-04T08:42:03.450Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-04T08:42:03.450Z] === RUN TestCloneArgsDumbHttp [2022-03-04T08:42:03.450Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestCloneArgsGit [2022-03-04T08:42:03.450Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T08:42:03.450Z] === RUN TestCheckoutGit [2022-03-04T08:42:04.413Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T08:42:04.413Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestProcessNoDockerignore [2022-03-04T08:42:04.413Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T08:42:04.413Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestDetectContentType [2022-03-04T08:42:04.413Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestSelectAcceptableMIME [2022-03-04T08:42:04.413Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestInspectEmptyResponse [2022-03-04T08:42:04.413Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestInspectResponseBinary [2022-03-04T08:42:04.413Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestResponseUnsupportedContentType [2022-03-04T08:42:04.413Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestInspectResponseTextSimple [2022-03-04T08:42:04.413Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T08:42:04.413Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestUnknownContentLength [2022-03-04T08:42:04.413Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestDownloadRemote [2022-03-04T08:42:04.413Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-04T08:42:04.413Z] === RUN TestGetWithStatusError [2022-03-04T08:42:04.413Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestCloseRootDirectory [2022-03-04T08:42:04.413Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:04.413Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestHashFile [2022-03-04T08:42:04.413Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:04.413Z] --- SKIP: TestHashFile (0.00s) [2022-03-04T08:42:04.413Z] === RUN TestHashSubdir [2022-03-04T08:42:04.413Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:04.413Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-04T08:42:04.413Z] === RUN TestRemoveDirectory [2022-03-04T08:42:04.413Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:04.413Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-04T08:42:04.413Z] PASS [2022-03-04T08:42:04.413Z] coverage: 9.3% of statements [2022-03-04T08:42:04.882Z] ok github.com/docker/docker/builder/remotecontext 0.245s coverage: 9.3% of statements [2022-03-04T08:42:04.882Z] === RUN TestEnable [2022-03-04T08:42:04.882Z] --- PASS: TestEnable (0.00s) [2022-03-04T08:42:04.882Z] === RUN TestDisable [2022-03-04T08:42:04.882Z] --- PASS: TestDisable (0.00s) [2022-03-04T08:42:04.882Z] === RUN TestEnabled [2022-03-04T08:42:04.882Z] --- PASS: TestEnabled (0.00s) [2022-03-04T08:42:04.882Z] PASS [2022-03-04T08:42:04.882Z] coverage: 100.0% of statements [2022-03-04T08:42:04.882Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-03-04T08:42:05.285Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T08:42:05.340Z] === RUN TestGetAllAllowed [2022-03-04T08:42:05.340Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestGetAllMeta [2022-03-04T08:42:05.340Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T08:42:05.340Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T08:42:05.340Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestIsExistingDirectory [2022-03-04T08:42:05.340Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestGetFilenameForDownload [2022-03-04T08:42:05.340Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestEnv2Variables [2022-03-04T08:42:05.340Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T08:42:05.340Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestMaintainer [2022-03-04T08:42:05.340Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestLabel [2022-03-04T08:42:05.340Z] --- PASS: TestLabel (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestFromScratch [2022-03-04T08:42:05.340Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestFromWithArg [2022-03-04T08:42:05.340Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T08:42:05.340Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestFromWithUndefinedArg [2022-03-04T08:42:05.340Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T08:42:05.340Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestOnbuild [2022-03-04T08:42:05.340Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestWorkdir [2022-03-04T08:42:05.340Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestCmd [2022-03-04T08:42:05.340Z] --- PASS: TestCmd (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestHealthcheckNone [2022-03-04T08:42:05.340Z] --- PASS: TestHealthcheckNone (0.01s) [2022-03-04T08:42:05.340Z] === RUN TestHealthcheckCmd [2022-03-04T08:42:05.340Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestEntrypoint [2022-03-04T08:42:05.340Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestExpose [2022-03-04T08:42:05.340Z] --- PASS: TestExpose (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestUser [2022-03-04T08:42:05.340Z] --- PASS: TestUser (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestVolume [2022-03-04T08:42:05.340Z] --- PASS: TestVolume (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestStopSignal [2022-03-04T08:42:05.340Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:42:05.340Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestArg [2022-03-04T08:42:05.340Z] --- PASS: TestArg (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestShell [2022-03-04T08:42:05.340Z] --- PASS: TestShell (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestPrependEnvOnCmd [2022-03-04T08:42:05.340Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestRunWithBuildArgs [2022-03-04T08:42:05.340Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T08:42:05.340Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T08:42:05.340Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T08:42:05.340Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T08:42:05.340Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T08:42:05.340Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestNormalizeWorkdir [2022-03-04T08:42:05.340Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestDispatch [2022-03-04T08:42:05.340Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T08:42:05.340Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T08:42:05.340Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T08:42:05.340Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T08:42:05.340Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T08:42:05.340Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T08:42:05.340Z] === RUN TestDispatch/COPY_url [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch (0.07s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T08:42:05.340Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T08:42:05.340Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T08:42:05.340Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T08:42:05.340Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T08:42:05.340Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T08:42:05.340Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestEmptyDockerfile [2022-03-04T08:42:05.340Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-04T08:42:05.340Z] === RUN TestSymlinkDockerfile [2022-03-04T08:42:05.340Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-04T08:42:05.340Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T08:42:05.340Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestNonExistingDockerfile [2022-03-04T08:42:05.340Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestCopyRunConfig [2022-03-04T08:42:05.340Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestDeepCopyRunConfig [2022-03-04T08:42:05.340Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestExportImage [2022-03-04T08:42:05.340Z] --- PASS: TestExportImage (0.00s) [2022-03-04T08:42:05.340Z] === RUN TestNormalizeDest [2022-03-04T08:42:05.340Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T08:42:05.340Z] PASS [2022-03-04T08:42:05.340Z] coverage: 46.7% of statements [2022-03-04T08:42:05.340Z] ok github.com/docker/docker/builder/dockerfile 0.214s coverage: 46.7% of statements [2022-03-04T08:42:05.546Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T08:42:05.797Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T08:42:05.797Z] === RUN TestTCP4Proxy [2022-03-04T08:42:05.797Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-04T08:42:05.797Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T08:42:05.797Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-03-04T08:42:05.797Z] === RUN TestTCP6Proxy [2022-03-04T08:42:05.797Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:42:05.797Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestTCPDualStackProxy [2022-03-04T08:42:05.797Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:42:05.797Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestUDP4Proxy [2022-03-04T08:42:05.797Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestUDP6Proxy [2022-03-04T08:42:05.797Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:42:05.797Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestUDPWriteError [2022-03-04T08:42:05.797Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestSCTP4Proxy [2022-03-04T08:42:05.797Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:42:05.797Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T08:42:05.797Z] === RUN TestSCTP6Proxy [2022-03-04T08:42:05.797Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:42:05.797Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T08:42:05.797Z] PASS [2022-03-04T08:42:05.797Z] coverage: 49.4% of statements [2022-03-04T08:42:05.797Z] ok github.com/docker/docker/cmd/docker-proxy 0.071s coverage: 49.4% of statements [2022-03-04T08:42:05.806Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T08:42:06.375Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T08:42:06.634Z] --- PASS: TestBuildPreserveOwnership (3.66s) [2022-03-04T08:42:06.634Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.38s) [2022-03-04T08:42:06.634Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.28s) [2022-03-04T08:42:06.634Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:42:06.894Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-04T08:42:06.894Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T08:42:07.155Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T08:42:07.377Z] --- PASS: TestGet (15.01s) [2022-03-04T08:42:07.377Z] === RUN TestPluginWithNoManifest [2022-03-04T08:42:07.377Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T08:42:07.377Z] === RUN TestGetAll [2022-03-04T08:42:07.377Z] --- PASS: TestGetAll (0.00s) [2022-03-04T08:42:07.377Z] PASS [2022-03-04T08:42:07.377Z] coverage: 73.2% of statements [2022-03-04T08:42:07.377Z] ok github.com/docker/docker/pkg/plugins 35.983s coverage: 73.2% of statements [2022-03-04T08:42:07.450Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-04T08:42:07.450Z] PASS [2022-03-04T08:42:07.450Z] [2022-03-04T08:42:07.450Z] DONE 17 tests in 46.205s [2022-03-04T08:42:07.450Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T08:42:07.450Z] INFO: Testing against a local daemon [2022-03-04T08:42:07.450Z] === RUN TestPluginInvalidJSON [2022-03-04T08:42:07.450Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:42:07.450Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:42:07.450Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:42:07.450Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-04T08:42:07.450Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:42:07.450Z] === RUN TestPluginInstall [2022-03-04T08:42:07.450Z] === RUN TestPluginInstall/no_auth [2022-03-04T08:42:07.450Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:07.450Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da7c03ac0ffc5f0784f544669df49d8c25add87e892e0c937c07c1b2ba036b25" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da7c03ac0ffc5f0784f544669df49d8c25add87e892e0c937c07c1b2ba036b25" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:07.451Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0dea95b0e5ff7ede8893b25c5e0d054f32a12ac88e1aa788e97e9015001c78bc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:07.451Z] time="2022-03-04T08:42:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0dea95b0e5ff7ede8893b25c5e0d054f32a12ac88e1aa788e97e9015001c78bc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:07.451Z] === RUN TestPluginInstall/with_insecure [2022-03-04T08:42:07.725Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-04T08:42:07.873Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.08s) [2022-03-04T08:42:07.873Z] PASS [2022-03-04T08:42:07.873Z] [2022-03-04T08:42:07.873Z] === Skipped [2022-03-04T08:42:07.873Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-04T08:42:07.873Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:42:07.873Z] [2022-03-04T08:42:07.873Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:42:07.873Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:42:07.873Z] [2022-03-04T08:42:07.873Z] DONE 34 tests, 2 skipped in 63.729s [2022-03-04T08:42:07.873Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T08:42:07.873Z] ++ 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-04T08:42:07.873Z] ++ set -e [2022-03-04T08:42:07.873Z] ++ '[' -n 0 ']' [2022-03-04T08:42:07.873Z] ++ set -x [2022-03-04T08:42:07.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=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-04T08:42:07.873Z] INFO: Testing against a local daemon [2022-03-04T08:42:07.873Z] === RUN TestConfigInspect [2022-03-04T08:42:07.986Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-04T08:42:07.986Z] Loaded image: busybox:latest [2022-03-04T08:42:08.018Z] time="2022-03-04T08:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:08.018Z] time="2022-03-04T08:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e9c857fb639984269e69cb9991cf6b511128aadb9144d143c5570a2f4750ad1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:08.018Z] time="2022-03-04T08:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:42:08.018Z] time="2022-03-04T08:42:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4e9c857fb639984269e69cb9991cf6b511128aadb9144d143c5570a2f4750ad1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:42:08.246Z] Loaded image: busybox:glibc [2022-03-04T08:42:08.277Z] plugin_test.go:165: [d4b7768e5ee7f] daemon is not started [2022-03-04T08:42:08.277Z] --- PASS: TestPluginInstall (3.17s) [2022-03-04T08:42:08.277Z] --- PASS: TestPluginInstall/no_auth (1.49s) [2022-03-04T08:42:08.277Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-03-04T08:42:08.277Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-03-04T08:42:08.277Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:42:09.257Z] --- PASS: TestConfigInspect (2.08s) [2022-03-04T08:42:09.257Z] === RUN TestConfigList [2022-03-04T08:42:09.260Z] ? github.com/docker/docker/api [no test files] [2022-03-04T08:42:09.629Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-04T08:42:09.629Z] docker_cli_daemon_test.go:1472: [deb4f18758beb] daemon is not started [2022-03-04T08:42:09.656Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T08:42:10.568Z] check_test.go:308: [d4bc06bda91d8] daemon is not started [2022-03-04T08:42:10.568Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-04T08:42:10.589Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T08:42:10.828Z] Loaded image: debian:bullseye-slim [2022-03-04T08:42:10.828Z] Loaded image: hello-world:latest [2022-03-04T08:42:10.828Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T08:42:11.168Z] --- PASS: TestConfigList (2.06s) [2022-03-04T08:42:11.168Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:42:11.398Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-04T08:42:11.524Z] --- PASS: TestPluginsWithRuntimes (3.25s) [2022-03-04T08:42:11.524Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-03-04T08:42:11.524Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-03-04T08:42:11.524Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:42:12.093Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-04T08:42:12.093Z] PASS [2022-03-04T08:42:12.093Z] [2022-03-04T08:42:12.093Z] DONE 10 tests in 7.027s [2022-03-04T08:42:12.093Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T08:42:12.093Z] INFO: Testing against a local daemon [2022-03-04T08:42:12.093Z] === RUN TestExternalGraphDriver [2022-03-04T08:42:12.093Z] === RUN TestExternalGraphDriver/json [2022-03-04T08:42:12.339Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T08:42:12.908Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-04T08:42:13.079Z] --- PASS: TestConfigsCreateAndDelete (2.07s) [2022-03-04T08:42:13.079Z] === RUN TestConfigsUpdate [2022-03-04T08:42:13.167Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T08:42:13.991Z] === RUN TestExternalGraphDriver/spec [2022-03-04T08:42:14.547Z] check_test.go:308: [d15ca463c7fa3] daemon is not started [2022-03-04T08:42:14.547Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-04T08:42:15.116Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T08:42:15.366Z] === RUN TestExternalGraphDriver/pull [2022-03-04T08:42:15.624Z] --- PASS: TestConfigsUpdate (2.08s) [2022-03-04T08:42:15.624Z] === RUN TestTemplatedConfig [2022-03-04T08:42:15.684Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T08:42:16.027Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-04T08:42:16.092Z] === RUN TestCheckpointCreateError [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointCreate [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointDeleteError [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointDelete [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointListError [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointList [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T08:42:16.092Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T08:42:16.092Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:42:16.092Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestGetAPIPath [2022-03-04T08:42:16.092Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestParseHostURL [2022-03-04T08:42:16.092Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T08:42:16.092Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPIVersion [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T08:42:16.092Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestClientRedirect [2022-03-04T08:42:16.092Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestConfigCreateUnsupported [2022-03-04T08:42:16.092Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T08:42:16.092Z] === RUN TestConfigCreateError [2022-03-04T08:42:16.092Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigCreate [2022-03-04T08:42:16.093Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspectNotFound [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspectUnsupported [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspectError [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigInspect [2022-03-04T08:42:16.093Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigListUnsupported [2022-03-04T08:42:16.093Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigListError [2022-03-04T08:42:16.093Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigList [2022-03-04T08:42:16.093Z] --- PASS: TestConfigList (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigRemoveUnsupported [2022-03-04T08:42:16.093Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigRemoveError [2022-03-04T08:42:16.093Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigRemove [2022-03-04T08:42:16.093Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigUpdateUnsupported [2022-03-04T08:42:16.093Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigUpdateError [2022-03-04T08:42:16.093Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestConfigUpdate [2022-03-04T08:42:16.093Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCommitError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCommit [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStatPathError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStatPath [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyToContainerError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyToContainer [2022-03-04T08:42:16.093Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyFromContainerError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T08:42:16.093Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestCopyFromContainer [2022-03-04T08:42:16.093Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCreateError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCreateImageNotFound [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCreateWithName [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerCreateAutoRemove [2022-03-04T08:42:16.093Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerDiffError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerDiff [2022-03-04T08:42:16.093Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecCreateError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecCreate [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecStartError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecStart [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecInspectError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecInspect [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExportError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExport [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerInspectError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T08:42:16.093Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T08:42:16.093Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerInspect [2022-03-04T08:42:16.093Z] --- PASS: TestContainerInspect (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerInspectNode [2022-03-04T08:42:16.093Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerKillError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerKill [2022-03-04T08:42:16.093Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerListError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerList [2022-03-04T08:42:16.093Z] --- PASS: TestContainerList (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerLogsNotFoundError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerLogsError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerLogs [2022-03-04T08:42:16.093Z] --- PASS: TestContainerLogs (0.20s) [2022-03-04T08:42:16.093Z] === RUN TestContainerPauseError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerPause [2022-03-04T08:42:16.093Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainersPruneError [2022-03-04T08:42:16.093Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainersPrune [2022-03-04T08:42:16.093Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRemoveError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRemove [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRenameError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRename [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerResizeError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecResizeError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerResize [2022-03-04T08:42:16.093Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerExecResize [2022-03-04T08:42:16.093Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRestartError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerRestart [2022-03-04T08:42:16.093Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStartError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStart [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStatsError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStats [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStopError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerStop [2022-03-04T08:42:16.093Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerTopError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerTop [2022-03-04T08:42:16.093Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerUnpauseError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerUnpause [2022-03-04T08:42:16.093Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerUpdateError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerUpdate [2022-03-04T08:42:16.093Z] --- PASS: TestContainerUpdate (0.01s) [2022-03-04T08:42:16.093Z] === RUN TestContainerWaitError [2022-03-04T08:42:16.093Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestContainerWait [2022-03-04T08:42:16.093Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestDiskUsageError [2022-03-04T08:42:16.093Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestDiskUsage [2022-03-04T08:42:16.093Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestDistributionInspectUnsupported [2022-03-04T08:42:16.093Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T08:42:16.093Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestEventsErrorInOptions [2022-03-04T08:42:16.093Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestEventsErrorFromServer [2022-03-04T08:42:16.093Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestEvents [2022-03-04T08:42:16.093Z] --- PASS: TestEvents (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestTLSCloseWriter [2022-03-04T08:42:16.093Z] === PAUSE TestTLSCloseWriter [2022-03-04T08:42:16.093Z] === RUN TestImageBuildError [2022-03-04T08:42:16.093Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageBuild [2022-03-04T08:42:16.093Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestGetDockerOS [2022-03-04T08:42:16.093Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageCreateError [2022-03-04T08:42:16.093Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageCreate [2022-03-04T08:42:16.093Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageHistoryError [2022-03-04T08:42:16.093Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageHistory [2022-03-04T08:42:16.093Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageImportError [2022-03-04T08:42:16.093Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageImport [2022-03-04T08:42:16.093Z] --- PASS: TestImageImport (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageInspectError [2022-03-04T08:42:16.093Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageInspectImageNotFound [2022-03-04T08:42:16.093Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageInspectWithEmptyID [2022-03-04T08:42:16.093Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageInspect [2022-03-04T08:42:16.093Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageListError [2022-03-04T08:42:16.093Z] --- PASS: TestImageListError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageList [2022-03-04T08:42:16.093Z] --- PASS: TestImageList (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageListApiBefore125 [2022-03-04T08:42:16.093Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageLoadError [2022-03-04T08:42:16.093Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImageLoad [2022-03-04T08:42:16.093Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T08:42:16.093Z] === RUN TestImagesPruneError [2022-03-04T08:42:16.093Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T08:42:16.253Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T08:42:16.550Z] === RUN TestImagesPrune [2022-03-04T08:42:16.550Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullReferenceParseError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullAnyError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePullWithoutErrors [2022-03-04T08:42:16.550Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushReferenceError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushAnyError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithoutErrors [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T08:42:16.550Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageRemoveError [2022-03-04T08:42:16.550Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageRemoveImageNotFound [2022-03-04T08:42:16.550Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageRemove [2022-03-04T08:42:16.550Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSaveError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSave [2022-03-04T08:42:16.550Z] --- PASS: TestImageSave (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchAnyError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageSearchWithoutErrors [2022-03-04T08:42:16.550Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageTagError [2022-03-04T08:42:16.550Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageTagInvalidReference [2022-03-04T08:42:16.550Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T08:42:16.550Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageTagHexSource [2022-03-04T08:42:16.550Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestImageTag [2022-03-04T08:42:16.550Z] --- PASS: TestImageTag (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestInfoServerError [2022-03-04T08:42:16.550Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T08:42:16.550Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestInfo [2022-03-04T08:42:16.550Z] --- PASS: TestInfo (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkConnectError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkConnect [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkCreateError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkCreate [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkDisconnectError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkDisconnect [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/no_options [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/verbose [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/global_scope [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T08:42:16.550Z] === RUN TestNetworkInspect/server_error [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkListError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkList [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworksPruneError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworksPrune [2022-03-04T08:42:16.550Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkRemoveError [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNetworkRemove [2022-03-04T08:42:16.550Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeInspectError [2022-03-04T08:42:16.550Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T08:42:16.550Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T08:42:16.550Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeInspect [2022-03-04T08:42:16.550Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeListError [2022-03-04T08:42:16.550Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeList [2022-03-04T08:42:16.550Z] --- PASS: TestNodeList (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeRemoveError [2022-03-04T08:42:16.550Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeRemove [2022-03-04T08:42:16.550Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeUpdateError [2022-03-04T08:42:16.550Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestNodeUpdate [2022-03-04T08:42:16.550Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestOptionWithHostFromEnv [2022-03-04T08:42:16.550Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestOptionWithTimeout [2022-03-04T08:42:16.550Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T08:42:16.550Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPingFail [2022-03-04T08:42:16.550Z] --- PASS: TestPingFail (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPingWithError [2022-03-04T08:42:16.550Z] 2022/03/04 08:42:15 RoundTripper returned a response & error; ignoring response [2022-03-04T08:42:16.550Z] 2022/03/04 08:42:15 RoundTripper returned a response & error; ignoring response [2022-03-04T08:42:16.550Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPingSuccess [2022-03-04T08:42:16.550Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPingHeadFallback [2022-03-04T08:42:16.550Z] === RUN TestPingHeadFallback/OK [2022-03-04T08:42:16.550Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T08:42:16.550Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T08:42:16.550Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T08:42:16.550Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T08:42:16.550Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginDisableError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginDisable [2022-03-04T08:42:16.550Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginEnableError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginEnable [2022-03-04T08:42:16.550Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginInspectError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T08:42:16.550Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginInspect [2022-03-04T08:42:16.550Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginListError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginList [2022-03-04T08:42:16.550Z] --- PASS: TestPluginList (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginPushError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginPush [2022-03-04T08:42:16.550Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginRemoveError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginRemove [2022-03-04T08:42:16.550Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginSetError [2022-03-04T08:42:16.550Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPluginSet [2022-03-04T08:42:16.550Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestSetHostHeader [2022-03-04T08:42:16.550Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestPlainTextError [2022-03-04T08:42:16.550Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestInfiniteError [2022-03-04T08:42:16.550Z] --- PASS: TestInfiniteError (0.05s) [2022-03-04T08:42:16.550Z] === RUN TestCanceledContext [2022-03-04T08:42:16.550Z] 2022/03/04 08:42:16 RoundTripper returned a response & error; ignoring response [2022-03-04T08:42:16.550Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestDeadlineExceededContext [2022-03-04T08:42:16.550Z] 2022/03/04 08:42:16 RoundTripper returned a response & error; ignoring response [2022-03-04T08:42:16.550Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestSecretCreateUnsupported [2022-03-04T08:42:16.550Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestSecretCreateError [2022-03-04T08:42:16.550Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestSecretCreate [2022-03-04T08:42:16.550Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T08:42:16.550Z] === RUN TestSecretInspectUnsupported [2022-03-04T08:42:16.550Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretInspectError [2022-03-04T08:42:16.551Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T08:42:16.551Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T08:42:16.551Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretInspect [2022-03-04T08:42:16.551Z] --- PASS: TestSecretInspect (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretListUnsupported [2022-03-04T08:42:16.551Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretListError [2022-03-04T08:42:16.551Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretList [2022-03-04T08:42:16.551Z] --- PASS: TestSecretList (0.01s) [2022-03-04T08:42:16.551Z] === RUN TestSecretRemoveUnsupported [2022-03-04T08:42:16.551Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretRemoveError [2022-03-04T08:42:16.551Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretRemove [2022-03-04T08:42:16.551Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretUpdateUnsupported [2022-03-04T08:42:16.551Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretUpdateError [2022-03-04T08:42:16.551Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSecretUpdate [2022-03-04T08:42:16.551Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceCreateError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceCreate [2022-03-04T08:42:16.551Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T08:42:16.551Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceCreateDigestPinning [2022-03-04T08:42:16.551Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceInspectError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T08:42:16.551Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T08:42:16.551Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceInspect [2022-03-04T08:42:16.551Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceListError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceList [2022-03-04T08:42:16.551Z] --- PASS: TestServiceList (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceLogsError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceLogs [2022-03-04T08:42:16.551Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceRemoveError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceRemove [2022-03-04T08:42:16.551Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceUpdateError [2022-03-04T08:42:16.551Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestServiceUpdate [2022-03-04T08:42:16.551Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmGetUnlockKey [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmInitError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmInit [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmInspectError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmInspect [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmJoinError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmJoin [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmLeaveError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmLeave [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmUnlockError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmUnlock [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmUpdateError [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestSwarmUpdate [2022-03-04T08:42:16.551Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestTaskInspectError [2022-03-04T08:42:16.551Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T08:42:16.551Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestTaskInspect [2022-03-04T08:42:16.551Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestTaskListError [2022-03-04T08:42:16.551Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestTaskList [2022-03-04T08:42:16.551Z] --- PASS: TestTaskList (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeCreateError [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeCreate [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeInspectError [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeInspectNotFound [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeInspect [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeListError [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeList [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeRemoveError [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T08:42:16.551Z] === RUN TestVolumeRemove [2022-03-04T08:42:16.551Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T08:42:16.551Z] === CONT TestTLSCloseWriter [2022-03-04T08:42:16.551Z] --- PASS: TestTLSCloseWriter (0.03s) [2022-03-04T08:42:16.551Z] PASS [2022-03-04T08:42:16.551Z] coverage: 75.2% of statements [2022-03-04T08:42:16.551Z] ok github.com/docker/docker/client 0.434s coverage: 75.2% of statements [2022-03-04T08:42:16.798Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-04T08:42:17.268Z] --- PASS: TestExternalGraphDriver (4.88s) [2022-03-04T08:42:17.268Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-03-04T08:42:17.268Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-03-04T08:42:17.268Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2022-03-04T08:42:17.268Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:42:17.535Z] --- PASS: TestTemplatedConfig (2.39s) [2022-03-04T08:42:17.535Z] === RUN TestConfigCreateResolve [2022-03-04T08:42:17.633Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T08:42:18.294Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-04T08:42:19.016Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-04T08:42:19.276Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T08:42:20.077Z] --- PASS: TestConfigCreateResolve (2.09s) [2022-03-04T08:42:20.077Z] PASS [2022-03-04T08:42:20.077Z] [2022-03-04T08:42:20.077Z] DONE 6 tests in 12.857s [2022-03-04T08:42:20.077Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T08:42:20.077Z] ++ 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-04T08:42:20.077Z] ++ set -e [2022-03-04T08:42:20.077Z] ++ '[' -n 0 ']' [2022-03-04T08:42:20.077Z] ++ set -x [2022-03-04T08:42:20.077Z] ++ 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-04T08:42:20.077Z] INFO: Testing against a local daemon [2022-03-04T08:42:20.077Z] === RUN TestCheckpoint [2022-03-04T08:42:20.077Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:42:20.077Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:42:20.077Z] === RUN TestContainerInvalidJSON [2022-03-04T08:42:20.077Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:20.077Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:20.077Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:20.077Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:20.077Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:20.077Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:20.077Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T08:42:20.077Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T08:42:20.077Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T08:42:20.077Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:42:20.077Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-04T08:42:20.077Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:42:20.077Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-04T08:42:20.077Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:42:20.077Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-04T08:42:20.077Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:42:20.077Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-04T08:42:20.077Z] === RUN TestCopyFromContainer [2022-03-04T08:42:20.216Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T08:42:21.019Z] === RUN TestCopyFromContainer// [2022-03-04T08:42:21.019Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T08:42:21.019Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T08:42:21.019Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T08:42:21.019Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T08:42:21.280Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T08:42:21.280Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T08:42:21.280Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T08:42:21.280Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T08:42:21.280Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T08:42:21.463Z] --- PASS: TestGraphdriverPluginV2 (3.75s) [2022-03-04T08:42:21.463Z] PASS [2022-03-04T08:42:21.463Z] [2022-03-04T08:42:21.463Z] DONE 5 tests in 8.679s [2022-03-04T08:42:21.463Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T08:42:21.463Z] INFO: Testing against a local daemon [2022-03-04T08:42:21.463Z] === RUN TestContinueAfterPluginCrash [2022-03-04T08:42:21.463Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T08:42:21.463Z] === RUN TestReadPluginNoRead [2022-03-04T08:42:21.463Z] === PAUSE TestReadPluginNoRead [2022-03-04T08:42:21.463Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T08:42:21.463Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T08:42:21.463Z] === CONT TestContinueAfterPluginCrash [2022-03-04T08:42:21.463Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T08:42:21.540Z] --- PASS: TestCopyFromContainer (1.34s) [2022-03-04T08:42:21.540Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-04T08:42:21.540Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-04T08:42:21.540Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-04T08:42:21.541Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-04T08:42:21.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:42:21.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:21.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:21.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:21.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:21.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:21.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:21.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:21.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:21.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:21.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:42:21.541Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:42:21.541Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-04T08:42:21.541Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:42:21.541Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:42:21.541Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:42:21.541Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:42:21.541Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:42:21.541Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:42:21.541Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:42:21.541Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:42:21.541Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:42:21.541Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:42:21.541Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:42:21.541Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:42:21.541Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:42:21.541Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-04T08:42:21.541Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:42:21.600Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T08:42:21.600Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T08:42:21.600Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-04T08:42:22.482Z] --- PASS: TestCreateWithCustomMaskedPaths (1.09s) [2022-03-04T08:42:22.482Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:42:23.508Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.09s) [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:23.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:23.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:23.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:23.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:23.866Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:23.866Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:23.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:23.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:23.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:23.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:23.866Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:42:23.866Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T08:42:23.866Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:42:24.077Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.23s) [2022-03-04T08:42:24.077Z] PASS [2022-03-04T08:42:24.077Z] [2022-03-04T08:42:24.077Z] === Skipped [2022-03-04T08:42:24.077Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T08:42:24.077Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:42:24.077Z] [2022-03-04T08:42:24.077Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:42:24.077Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:42:24.077Z] [2022-03-04T08:42:24.077Z] DONE 34 tests, 2 skipped in 176.540s [2022-03-04T08:42:24.077Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T08:42:24.077Z] ++ 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-04T08:42:24.077Z] ++ set -e [2022-03-04T08:42:24.077Z] ++ '[' -n 0 ']' [2022-03-04T08:42:24.077Z] ++ set -x [2022-03-04T08:42:24.077Z] ++ 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-04T08:42:24.077Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T08:42:24.125Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.37s) [2022-03-04T08:42:24.125Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:42:24.125Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:42:24.125Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:42:24.125Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T08:42:24.125Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:42:24.125Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:42:24.125Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:42:24.125Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-04T08:42:24.125Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:42:24.125Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T08:42:24.125Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T08:42:24.125Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T08:42:24.125Z] === RUN TestDaemonRestartIpcMode [2022-03-04T08:42:24.125Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T08:42:24.125Z] === RUN TestDaemonHostGatewayIP [2022-03-04T08:42:24.125Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T08:42:24.125Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T08:42:24.125Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T08:42:24.125Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:42:24.125Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T08:42:24.125Z] === RUN TestDiff [2022-03-04T08:42:24.336Z] INFO: Testing against a local daemon [2022-03-04T08:42:24.336Z] === RUN TestConfigInspect [2022-03-04T08:42:24.596Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-04T08:42:24.694Z] --- PASS: TestDiff (0.38s) [2022-03-04T08:42:24.694Z] === RUN TestExecWithCloseStdin [2022-03-04T08:42:24.751Z] --- PASS: TestDaemonStartWithLogOpt (3.34s) [2022-03-04T08:42:24.751Z] === CONT TestReadPluginNoRead [2022-03-04T08:42:24.954Z] --- PASS: TestExecWithCloseStdin (0.41s) [2022-03-04T08:42:24.954Z] === RUN TestExec [2022-03-04T08:42:25.522Z] --- PASS: TestExec (0.44s) [2022-03-04T08:42:25.522Z] === RUN TestExecUser [2022-03-04T08:42:25.782Z] --- PASS: TestExecUser (0.42s) [2022-03-04T08:42:25.782Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:42:26.351Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2022-03-04T08:42:26.351Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:42:26.651Z] === RUN TestReadPluginNoRead/default [2022-03-04T08:42:27.093Z] === RUN TestMiddlewares [2022-03-04T08:42:27.093Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T08:42:27.093Z] PASS [2022-03-04T08:42:27.093Z] coverage: 9.0% of statements [2022-03-04T08:42:27.093Z] ok github.com/docker/docker/api/server 0.081s coverage: 9.0% of statements [2022-03-04T08:42:27.133Z] --- PASS: TestConfigInspect (2.95s) [2022-03-04T08:42:27.133Z] === RUN TestConfigList [2022-03-04T08:42:27.586Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T08:42:27.703Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-04T08:42:27.731Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-03-04T08:42:27.731Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:42:27.991Z] --- PASS: TestHealthCheckWorkdir (0.47s) [2022-03-04T08:42:27.991Z] === RUN TestHealthKillContainer [2022-03-04T08:42:28.963Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T08:42:29.222Z] --- PASS: TestContinueAfterPluginCrash (8.26s) [2022-03-04T08:42:29.791Z] === CONT TestReadPluginNoRead [2022-03-04T08:42:29.791Z] read_test.go:92: [d766b71817415] daemon is not started [2022-03-04T08:42:29.791Z] --- PASS: TestReadPluginNoRead (5.69s) [2022-03-04T08:42:29.791Z] --- PASS: TestReadPluginNoRead/default (1.17s) [2022-03-04T08:42:29.791Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-03-04T08:42:29.791Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-03-04T08:42:29.791Z] PASS [2022-03-04T08:42:29.791Z] [2022-03-04T08:42:29.791Z] DONE 6 tests in 9.086s [2022-03-04T08:42:29.791Z] 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-04T08:42:29.791Z] testing: warning: no tests to run [2022-03-04T08:42:29.791Z] PASS [2022-03-04T08:42:29.791Z] [2022-03-04T08:42:29.791Z] DONE 0 tests in 0.011s [2022-03-04T08:42:29.791Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T08:42:30.051Z] INFO: Testing against a local daemon [2022-03-04T08:42:30.051Z] === RUN TestPluginWithDevMounts [2022-03-04T08:42:30.051Z] === PAUSE TestPluginWithDevMounts [2022-03-04T08:42:30.051Z] === CONT TestPluginWithDevMounts [2022-03-04T08:42:30.284Z] --- PASS: TestConfigList (2.92s) [2022-03-04T08:42:30.284Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:42:30.875Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-04T08:42:31.426Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-03-04T08:42:31.426Z] PASS [2022-03-04T08:42:31.426Z] [2022-03-04T08:42:31.426Z] DONE 1 tests in 1.587s [2022-03-04T08:42:31.426Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T08:42:31.426Z] INFO: Testing against a local daemon [2022-03-04T08:42:31.426Z] === RUN TestSecretInspect [2022-03-04T08:42:33.416Z] --- PASS: TestConfigsCreateAndDelete (3.00s) [2022-03-04T08:42:33.416Z] === RUN TestConfigsUpdate [2022-03-04T08:42:33.677Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-04T08:42:33.958Z] --- PASS: TestSecretInspect (2.15s) [2022-03-04T08:42:33.958Z] === RUN TestSecretList [2022-03-04T08:42:35.056Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-04T08:42:35.860Z] --- PASS: TestSecretList (2.14s) [2022-03-04T08:42:35.860Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:42:35.994Z] --- PASS: TestConfigsUpdate (2.74s) [2022-03-04T08:42:35.995Z] === RUN TestTemplatedConfig [2022-03-04T08:42:36.125Z] --- PASS: TestHealthKillContainer (7.85s) [2022-03-04T08:42:36.125Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:42:36.125Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s) [2022-03-04T08:42:36.125Z] === RUN TestIpcModeNone [2022-03-04T08:42:36.693Z] --- PASS: TestIpcModeNone (0.43s) [2022-03-04T08:42:36.693Z] === RUN TestIpcModePrivate [2022-03-04T08:42:36.932Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-04T08:42:36.953Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2022-03-04T08:42:37.212Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-04T08:42:37.212Z] === RUN TestIpcModeShareable [2022-03-04T08:42:37.273Z] 2022/03/04 08:42:34 Closing DB instances... [2022-03-04T08:42:37.273Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2022-03-04T08:42:37.273Z] === RUN TestFindNode [2022-03-04T08:42:37.273Z] 2022/03/04 08:42:36 Closing DB instances... [2022-03-04T08:42:37.273Z] --- PASS: TestFindNode (0.02s) [2022-03-04T08:42:37.273Z] === RUN TestChangeNodeState [2022-03-04T08:42:37.273Z] 2022/03/04 08:42:36 Closing DB instances... [2022-03-04T08:42:37.273Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T08:42:37.273Z] === RUN TestNodeReincarnation [2022-03-04T08:42:37.273Z] 2022/03/04 08:42:36 Closing DB instances... [2022-03-04T08:42:37.472Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-03-04T08:42:37.472Z] --- PASS: TestIpcModeShareable (0.43s) [2022-03-04T08:42:37.472Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T08:42:37.498Z] check_test.go:308: [d825f033df886] daemon is not started [2022-03-04T08:42:37.498Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-04T08:42:37.639Z] --- PASS: TestCheckoutGit (32.09s) [2022-03-04T08:42:37.639Z] === RUN TestValidGitTransport [2022-03-04T08:42:37.639Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T08:42:37.639Z] === RUN TestGitInvalidRef [2022-03-04T08:42:37.639Z] --- PASS: TestGitInvalidRef (0.21s) [2022-03-04T08:42:37.639Z] PASS [2022-03-04T08:42:37.639Z] coverage: 86.3% of statements [2022-03-04T08:42:37.639Z] ok github.com/docker/docker/builder/remotecontext/git 32.366s coverage: 86.3% of statements [2022-03-04T08:42:37.639Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T08:42:37.639Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T08:42:38.066Z] check_test.go:308: [de687ad5afa09] daemon is not started [2022-03-04T08:42:38.066Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-04T08:42:38.389Z] --- PASS: TestSecretsCreateAndDelete (2.17s) [2022-03-04T08:42:38.389Z] === RUN TestSecretsUpdate [2022-03-04T08:42:38.878Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.31s) [2022-03-04T08:42:38.878Z] === RUN TestAPIIpcModeHost [2022-03-04T08:42:39.006Z] --- PASS: TestTemplatedConfig (3.13s) [2022-03-04T08:42:39.006Z] === RUN TestConfigCreateResolve [2022-03-04T08:42:39.006Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-04T08:42:39.140Z] --- PASS: TestAPIIpcModeHost (0.33s) [2022-03-04T08:42:39.140Z] === RUN TestDaemonIpcModeShareable [2022-03-04T08:42:39.575Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T08:42:39.575Z] check_test.go:308: [d1078bc66c35c] daemon is not started [2022-03-04T08:42:39.575Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-04T08:42:40.097Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-04T08:42:40.145Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T08:42:40.291Z] --- PASS: TestSecretsUpdate (2.14s) [2022-03-04T08:42:40.291Z] === RUN TestTemplatedSecret [2022-03-04T08:42:40.357Z] --- PASS: TestDaemonIpcModeShareable (1.09s) [2022-03-04T08:42:40.357Z] === RUN TestDaemonIpcModePrivate [2022-03-04T08:42:41.299Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-04T08:42:41.299Z] --- PASS: TestDaemonIpcModePrivate (1.08s) [2022-03-04T08:42:41.299Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T08:42:41.359Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestConfigureDaemonLogs [2022-03-04T08:42:41.359Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T08:42:41.359Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T08:42:41.359Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T08:42:41.359Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T08:42:41.359Z] PASS [2022-03-04T08:42:41.359Z] coverage: 18.7% of statements [2022-03-04T08:42:41.359Z] ok github.com/docker/docker/cmd/dockerd 0.223s coverage: 18.7% of statements [2022-03-04T08:42:41.359Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T08:42:41.359Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T08:42:41.527Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T08:42:41.527Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T08:42:41.787Z] --- PASS: TestConfigCreateResolve (2.72s) [2022-03-04T08:42:41.787Z] PASS [2022-03-04T08:42:41.787Z] [2022-03-04T08:42:41.787Z] DONE 6 tests in 17.615s [2022-03-04T08:42:41.787Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T08:42:41.787Z] ++ 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-04T08:42:41.787Z] ++ set -e [2022-03-04T08:42:41.787Z] ++ '[' -n 0 ']' [2022-03-04T08:42:41.787Z] ++ set -x [2022-03-04T08:42:41.787Z] ++ 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-04T08:42:41.787Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T08:42:41.935Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T08:42:41.935Z] === RUN TestParallelCreate [2022-03-04T08:42:41.935Z] 2022/03/04 08:42:41 Closing DB instances... [2022-03-04T08:42:41.935Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T08:42:41.935Z] === RUN TestParallelDelete [2022-03-04T08:42:41.935Z] 2022/03/04 08:42:41 Closing DB instances... [2022-03-04T08:42:41.935Z] --- PASS: TestParallelDelete (0.02s) [2022-03-04T08:42:41.935Z] === RUN TestNetworkDBIslands [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:55e9683b1961 with config:&{NodeID:55e9683b1961 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-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node 55e9683b1961/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node 55e9683b1961/172.26.53.73, added to nodes list" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a2631ef7a3fa with config:&{NodeID:a2631ef7a3fa 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-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to nodes list" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49345" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to nodes list" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node 55e9683b1961/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=info msg="Node 55e9683b1961/172.26.53.73, added to nodes list" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T08:42:41.935Z] time="2022-03-04T08:42:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49346" [2022-03-04T08:42:42.047Z] INFO: Testing against a local daemon [2022-03-04T08:42:42.048Z] === RUN TestCheckpoint [2022-03-04T08:42:42.048Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:42:42.048Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:42:42.048Z] === RUN TestContainerInvalidJSON [2022-03-04T08:42:42.048Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:42.048Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:42.048Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:42.048Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:42.048Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:42:42.048Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:42:42.048Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-04T08:42:42.048Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-04T08:42:42.048Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-04T08:42:42.048Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:42:42.048Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-03-04T08:42:42.048Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:42:42.240Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2022-03-04T08:42:42.308Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-04T08:42:42.308Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2022-03-04T08:42:42.308Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:42:42.308Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-04T08:42:42.308Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:42:42.308Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-03-04T08:42:42.308Z] === RUN TestCopyFromContainer [2022-03-04T08:42:42.323Z] === RUN TestContainerStopSignal [2022-03-04T08:42:42.323Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T08:42:42.323Z] === RUN TestContainerStopTimeout [2022-03-04T08:42:42.323Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T08:42:42.323Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T08:42:42.323Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T08:42:42.501Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.10s) [2022-03-04T08:42:42.501Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T08:42:42.780Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T08:42:42.780Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-04T08:42:42.780Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T08:42:42.780Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T08:42:42.780Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T08:42:42.780Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestNewMemoryStore [2022-03-04T08:42:42.780Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestAddContainers [2022-03-04T08:42:42.780Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestGetContainer [2022-03-04T08:42:42.780Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestDeleteContainer [2022-03-04T08:42:42.780Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestListContainers [2022-03-04T08:42:42.780Z] --- PASS: TestListContainers (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestFirstContainer [2022-03-04T08:42:42.780Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestApplyAllContainer [2022-03-04T08:42:42.780Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestIsValidHealthString [2022-03-04T08:42:42.780Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestStateRunStop [2022-03-04T08:42:42.780Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestStateTimeoutWait [2022-03-04T08:42:42.780Z] state_test.go:141: Stop callback fired [2022-03-04T08:42:42.780Z] state_test.go:165: Stop callback fired [2022-03-04T08:42:42.780Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T08:42:42.780Z] === RUN TestIsValidStateString [2022-03-04T08:42:42.780Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestViewSaveDelete [2022-03-04T08:42:42.780Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-04T08:42:42.780Z] === RUN TestViewAll [2022-03-04T08:42:42.780Z] --- PASS: TestViewAll (0.01s) [2022-03-04T08:42:42.780Z] === RUN TestViewGet [2022-03-04T08:42:42.780Z] --- PASS: TestViewGet (0.01s) [2022-03-04T08:42:42.780Z] === RUN TestNames [2022-03-04T08:42:42.780Z] --- PASS: TestNames (0.00s) [2022-03-04T08:42:42.780Z] === RUN TestViewWithHealthCheck [2022-03-04T08:42:42.780Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-04T08:42:42.780Z] PASS [2022-03-04T08:42:42.780Z] coverage: 41.7% of statements [2022-03-04T08:42:42.780Z] ok github.com/docker/docker/container 0.258s coverage: 41.7% of statements [2022-03-04T08:42:42.780Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T08:42:42.780Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T08:42:42.780Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T08:42:42.780Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T08:42:42.826Z] --- PASS: TestTemplatedSecret (2.46s) [2022-03-04T08:42:42.826Z] === RUN TestSecretCreateResolve [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:fad79c44a946 with config:&{NodeID:fad79c44a946 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-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, added to nodes list" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, added to nodes list" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node 55e9683b1961/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node 55e9683b1961/172.26.53.73, added to nodes list" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to nodes list" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:42.897Z] time="2022-03-04T08:42:42Z" level=info msg="Node fad79c44a946/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a67bac9ad0d3 with config:&{NodeID:a67bac9ad0d3 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-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node fad79c44a946/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node fad79c44a946/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node 55e9683b1961/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node 55e9683b1961/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.352Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.441Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2022-03-04T08:42:43.690Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-04T08:42:43.701Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-03-04T08:42:43.701Z] === RUN TestIpcModeOlderClient [2022-03-04T08:42:43.701Z] === PAUSE TestIpcModeOlderClient [2022-03-04T08:42:43.701Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:42:43.743Z] === RUN TestPrepare [2022-03-04T08:42:43.743Z] --- PASS: TestPrepare (0.00s) [2022-03-04T08:42:43.743Z] === RUN TestStart [2022-03-04T08:42:43.743Z] --- PASS: TestStart (0.00s) [2022-03-04T08:42:43.743Z] === RUN TestWaitCancel [2022-03-04T08:42:43.743Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T08:42:43.743Z] === RUN TestWaitDisabled [2022-03-04T08:42:43.743Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T08:42:43.743Z] === RUN TestWaitEnabled [2022-03-04T08:42:43.743Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T08:42:43.743Z] === RUN TestRemove [2022-03-04T08:42:43.743Z] --- PASS: TestRemove (0.00s) [2022-03-04T08:42:43.743Z] PASS [2022-03-04T08:42:43.743Z] coverage: 65.3% of statements [2022-03-04T08:42:43.743Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2022-03-04T08:42:43.807Z] time="2022-03-04T08:42:43Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:5833e0f9f011 with config:&{NodeID:5833e0f9f011 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-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node fad79c44a946/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node fad79c44a946/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 55e9683b1961/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 55e9683b1961/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:43.808Z] time="2022-03-04T08:42:43Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:43.952Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache=== RUN TestCopyFromContainer// [2022-03-04T08:42:43.952Z] [2022-03-04T08:42:43.961Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-04T08:42:43.961Z] === RUN TestKillContainer [2022-03-04T08:42:43.961Z] === RUN TestKillContainer/no_signal [2022-03-04T08:42:44.212Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T08:42:44.212Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T08:42:44.224Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:42:44.263Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=info msg="The new bootstrap node list is:[172.26.53.73:10033 172.26.53.73:10034 172.26.53.73:10035]" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10033" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49353" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10034" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49354" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10035" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:43Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49355" [2022-03-04T08:42:44.263Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=info msg="The new bootstrap node list is:[172.26.53.73:10033 172.26.53.73:10034 172.26.53.73:10035]" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10033" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49356" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10034" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49357" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10035" [2022-03-04T08:42:44.263Z] time="2022-03-04T08:42:44Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49358" [2022-03-04T08:42:44.471Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T08:42:44.471Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T08:42:44.471Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T08:42:44.484Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node 0 leaving" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961 change state NodeActive --> NodeLeft" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node4(a67bac9ad0d3): Node leave event for 55e9683b1961/172.26.53.73" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961 change state NodeActive --> NodeLeft" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node5(5833e0f9f011): Node leave event for 55e9683b1961/172.26.53.73" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961 change state NodeActive --> NodeLeft" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node2(a2631ef7a3fa): Node leave event for 55e9683b1961/172.26.53.73" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961 change state NodeActive --> NodeLeft" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node1(55e9683b1961): Node leave event for 55e9683b1961/172.26.53.73" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961 change state NodeActive --> NodeLeft" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="node3(fad79c44a946): Node leave event for 55e9683b1961/172.26.53.73" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961/172.26.53.73, left gossip cluster" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961/172.26.53.73, left gossip cluster" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961/172.26.53.73, left gossip cluster" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961/172.26.53.73, left gossip cluster" [2022-03-04T08:42:44.719Z] time="2022-03-04T08:42:44Z" level=info msg="Node 55e9683b1961/172.26.53.73, left gossip cluster" [2022-03-04T08:42:44.729Z] --- PASS: TestSecretCreateResolve (2.12s) [2022-03-04T08:42:44.729Z] PASS [2022-03-04T08:42:44.729Z] [2022-03-04T08:42:44.729Z] DONE 6 tests in 13.207s [2022-03-04T08:42:44.729Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T08:42:44.729Z] INFO: Testing against a local daemon [2022-03-04T08:42:44.729Z] === RUN TestServiceCreateInit [2022-03-04T08:42:44.729Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:42:44.732Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T08:42:44.732Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T08:42:44.993Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T08:42:44.993Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T08:42:45.061Z] --- PASS: TestKillContainer (1.15s) [2022-03-04T08:42:45.061Z] --- PASS: TestKillContainer/no_signal (0.35s) [2022-03-04T08:42:45.061Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-03-04T08:42:45.061Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-04T08:42:45.061Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:42:45.061Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="node 1 leaving" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="node3(fad79c44a946): Node leave event for a2631ef7a3fa/172.26.53.73" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa change state NodeActive --> NodeFailed" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, added to failed nodes list" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="node4(a67bac9ad0d3): Node leave event for a2631ef7a3fa/172.26.53.73" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="Node a2631ef7a3fa change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=info msg="node5(5833e0f9f011): Node leave event for a2631ef7a3fa/172.26.53.73" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:44Z" level=error msg="node: a2631ef7a3fa is unknown to memberlist" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:45Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:45Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.174Z] time="2022-03-04T08:42:45Z" level=info msg="Node a2631ef7a3fa/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer (2.89s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer// (0.10s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2022-03-04T08:42:45.254Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-03-04T08:42:45.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:42:45.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:45.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:45.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:45.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:45.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:45.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:45.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:42:45.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:42:45.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:42:45.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:42:45.254Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:42:45.254Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2022-03-04T08:42:45.254Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:42:45.254Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:42:45.254Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:42:45.254Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:42:45.254Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:42:45.254Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:42:45.254Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:42:45.254Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:42:45.254Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:42:45.254Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:42:45.254Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:42:45.254Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:42:45.254Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:42:45.272Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T08:42:45.515Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2022-03-04T08:42:45.515Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="node 2 leaving" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946 change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="node4(a67bac9ad0d3): Node leave event for fad79c44a946/172.26.53.73" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946 change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="node5(5833e0f9f011): Node leave event for fad79c44a946/172.26.53.73" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946 change state NodeActive --> NodeLeft" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="node3(fad79c44a946): Node leave event for fad79c44a946/172.26.53.73" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=debug msg="memberlist: Failed ping: 5833e0f9f011 (timeout reached)" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.53.73:10035: use of closed network connection" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.53.73:10034: use of closed network connection" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.53.73:10036: use of closed network connection" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49359" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.629Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946/172.26.53.73, left gossip cluster" [2022-03-04T08:42:45.633Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T08:42:45.729Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.31s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T08:42:45.729Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T08:42:45.729Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T08:42:45.729Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T08:42:45.729Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T08:42:45.729Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T08:42:45.729Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T08:42:45.730Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T08:42:45.730Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T08:42:45.730Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T08:42:45.774Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node fad79c44a946/172.26.53.73, left gossip cluster" [2022-03-04T08:42:46.084Z] networkdb_test.go:867: node4: OK [2022-03-04T08:42:46.084Z] networkdb_test.go:867: node5: OK [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="node 0 coming back" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ef33a3aeb158 with config:&{NodeID:ef33a3aeb158 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-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node ef33a3aeb158/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node ef33a3aeb158/172.26.53.73, added to nodes list" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="node 1 coming back" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c8a8d3dfc78a with config:&{NodeID:c8a8d3dfc78a 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-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, added to nodes list" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="node 2 coming back" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:92d20c9cd4bb with config:&{NodeID:92d20c9cd4bb 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-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, added to nodes list" [2022-03-04T08:42:46.084Z] time="2022-03-04T08:42:45Z" level=warning msg="memberlist: Was able to connect to 5833e0f9f011 but other probes failed, network may be misconfigured" [2022-03-04T08:42:46.186Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T08:42:46.186Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T08:42:46.186Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T08:42:46.186Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T08:42:46.186Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T08:42:46.186Z] PASS [2022-03-04T08:42:46.186Z] coverage: 35.9% of statements [2022-03-04T08:42:46.186Z] ok github.com/docker/docker/daemon/cluster/convert 0.469s coverage: 35.9% of statements [2022-03-04T08:42:46.202Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) [2022-03-04T08:42:46.202Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-03-04T08:42:46.202Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2022-03-04T08:42:46.202Z] === RUN TestKillStoppedContainer [2022-03-04T08:42:46.202Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-04T08:42:46.202Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:42:46.202Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T08:42:46.202Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:42:46.539Z] time="2022-03-04T08:42:46Z" level=debug msg="memberlist: Failed ping: a67bac9ad0d3 (timeout reached)" [2022-03-04T08:42:46.539Z] time="2022-03-04T08:42:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.26.53.73:10037: use of closed network connection" [2022-03-04T08:42:46.539Z] time="2022-03-04T08:42:46Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49360" [2022-03-04T08:42:46.642Z] === RUN TestNewListSecretsFilters [2022-03-04T08:42:46.642Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T08:42:46.642Z] === RUN TestNewListConfigsFilters [2022-03-04T08:42:46.642Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T08:42:46.642Z] PASS [2022-03-04T08:42:46.642Z] coverage: 0.5% of statements [2022-03-04T08:42:46.642Z] ok github.com/docker/docker/daemon/cluster 0.820s coverage: 0.5% of statements [2022-03-04T08:42:46.712Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T08:42:46.771Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-04T08:42:46.771Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:42:46.972Z] --- PASS: TestCreateWithCustomMaskedPaths (1.56s) [2022-03-04T08:42:46.972Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:42:46.994Z] time="2022-03-04T08:42:46Z" level=warning msg="memberlist: Was able to connect to a67bac9ad0d3 but other probes failed, network may be misconfigured" [2022-03-04T08:42:47.030Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2022-03-04T08:42:47.030Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:42:47.231Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T08:42:47.345Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-04T08:42:47.599Z] --- PASS: TestInspectOomKilledFalse (0.35s) [2022-03-04T08:42:47.599Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T08:42:47.858Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s) [2022-03-04T08:42:47.858Z] === RUN TestLinksContainerNames [2022-03-04T08:42:48.427Z] --- PASS: TestLinksContainerNames (0.76s) [2022-03-04T08:42:48.427Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s) [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:48.612Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:48.612Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:48.612Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:48.612Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:48.612Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:48.612Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:48.612Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:42:48.612Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:42:48.612Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:42:48.612Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:42:48.612Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T08:42:48.612Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:42:48.612Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:42:48.950Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:42:48.997Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-04T08:42:48.997Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T08:42:49.262Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-03-04T08:42:49.262Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:42:49.262Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:42:49.262Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:42:49.262Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-04T08:42:49.262Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:42:49.262Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:42:49.262Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:42:49.262Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-04T08:42:49.262Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:42:49.262Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-04T08:42:49.262Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T08:42:49.262Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T08:42:49.262Z] === RUN TestDaemonRestartIpcMode [2022-03-04T08:42:49.262Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T08:42:49.262Z] === RUN TestDaemonHostGatewayIP [2022-03-04T08:42:49.262Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T08:42:49.262Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T08:42:49.262Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T08:42:49.262Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:42:49.262Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T08:42:49.262Z] === RUN TestDiff [2022-03-04T08:42:49.262Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-04T08:42:49.268Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/default [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/private [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/slave [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/shared [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T08:42:49.268Z] === CONT TestMountDaemonRoot/default [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T08:42:49.268Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:42:49.268Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/shared [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/slave [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/private [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T08:42:49.269Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:42:49.269Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:42:49.269Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:42:49.321Z] time="2022-03-04T08:42:49Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.53.73:10033 172.26.53.73:10034 172.26.53.73:10035]" [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T08:42:49.529Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:42:49.532Z] === RUN TestBuilderGC [2022-03-04T08:42:49.532Z] --- PASS: TestBuilderGC (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestFindConfigurationConflicts [2022-03-04T08:42:49.532Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T08:42:49.532Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T08:42:49.532Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T08:42:49.532Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T08:42:49.532Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors (0.02s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_label [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T08:42:49.532Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T08:42:49.532Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T08:42:49.532Z] time="2022-03-04T08:42:49Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T08:42:49.532Z] --- PASS: TestReloadSetConfigFileNotExist (0.20s) [2022-03-04T08:42:49.532Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T08:42:49.532Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:49.532Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestReloadBadDefaultConfig [2022-03-04T08:42:49.532Z] time="2022-03-04T08:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1734127990" [2022-03-04T08:42:49.532Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestReloadWithConflictingLabels [2022-03-04T08:42:49.532Z] time="2022-03-04T08:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2742591362" [2022-03-04T08:42:49.532Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T08:42:49.532Z] time="2022-03-04T08:42:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1316180703" [2022-03-04T08:42:49.532Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestMaskURLCredentials [2022-03-04T08:42:49.532Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestDaemonConfigurationMerge [2022-03-04T08:42:49.532Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T08:42:49.532Z] PASS [2022-03-04T08:42:49.532Z] coverage: 79.2% of statements [2022-03-04T08:42:49.532Z] ok github.com/docker/docker/daemon/config 0.347s coverage: 79.2% of statements [2022-03-04T08:42:49.532Z] === RUN TestEventsLog [2022-03-04T08:42:49.532Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestEventsLogTimeout [2022-03-04T08:42:49.532Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T08:42:49.532Z] === RUN TestLogEvents [2022-03-04T08:42:49.532Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T08:42:49.532Z] === RUN TestLoadBufferedEvents [2022-03-04T08:42:49.781Z] time="2022-03-04T08:42:49Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.53.73:10033 172.26.53.73:10034 172.26.53.73:10035]" [2022-03-04T08:42:49.789Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:42:49.789Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T08:42:49.789Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T08:42:49.789Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-03-04T08:42:49.789Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T08:42:49.832Z] --- PASS: TestDiff (0.66s) [2022-03-04T08:42:49.832Z] === RUN TestExecWithCloseStdin [2022-03-04T08:42:49.988Z] --- PASS: TestLoadBufferedEvents (0.17s) [2022-03-04T08:42:49.988Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T08:42:49.988Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T08:42:49.988Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T08:42:49.988Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T08:42:49.988Z] PASS [2022-03-04T08:42:49.988Z] coverage: 50.0% of statements [2022-03-04T08:42:49.988Z] === RUN TestWaitNodeAttachment [2022-03-04T08:42:49.988Z] ok github.com/docker/docker/daemon/events 0.271s coverage: 50.0% of statements [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10033" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49361" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, is the new incarnation of the shutdown node 55e9683b1961/172.26.53.73" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49362" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10034" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, is the new incarnation of the shutdown node a2631ef7a3fa/172.26.53.73" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49363" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10035" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, is the new incarnation of the shutdown node fad79c44a946/172.26.53.73" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, is the new incarnation of the shutdown node a2631ef7a3fa/172.26.53.73" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, is the new incarnation of the shutdown node 55e9683b1961/172.26.53.73" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.237Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.445Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-04T08:42:50.445Z] === RUN TestIsolationConversion [2022-03-04T08:42:50.445Z] === RUN TestIsolationConversion/default [2022-03-04T08:42:50.445Z] === RUN TestIsolationConversion/process [2022-03-04T08:42:50.445Z] === RUN TestIsolationConversion/hyperv [2022-03-04T08:42:50.445Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestContainerLabels [2022-03-04T08:42:50.445Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestCredentialSpecConversion [2022-03-04T08:42:50.445Z] === RUN TestCredentialSpecConversion/none [2022-03-04T08:42:50.445Z] === RUN TestCredentialSpecConversion/config [2022-03-04T08:42:50.445Z] === RUN TestCredentialSpecConversion/file [2022-03-04T08:42:50.445Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T08:42:50.445Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T08:42:50.445Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountBind [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountVolume [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountTarget [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T08:42:50.445Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T08:42:50.445Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T08:42:50.445Z] PASS [2022-03-04T08:42:50.445Z] coverage: 11.0% of statements [2022-03-04T08:42:50.445Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.565s coverage: 11.0% of statements [2022-03-04T08:42:50.693Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, joined gossip cluster" [2022-03-04T08:42:50.693Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, is the new incarnation of the shutdown node fad79c44a946/172.26.53.73" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, added to nodes list" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10033" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49364" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10034" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49365" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.53.73:10035" [2022-03-04T08:42:50.694Z] time="2022-03-04T08:42:50Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49366" [2022-03-04T08:42:50.731Z] --- PASS: TestContainerBindMountNonRecursive (1.13s) [2022-03-04T08:42:50.731Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T08:42:50.771Z] --- PASS: TestExecWithCloseStdin (0.69s) [2022-03-04T08:42:50.771Z] === RUN TestExec [2022-03-04T08:42:50.901Z] === RUN TestIsEmptyDir [2022-03-04T08:42:50.901Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T08:42:50.901Z] PASS [2022-03-04T08:42:50.901Z] coverage: 2.3% of statements [2022-03-04T08:42:50.901Z] ok github.com/docker/docker/daemon/graphdriver 0.060s coverage: 2.3% of statements [2022-03-04T08:42:51.149Z] 2022/03/04 08:42:50 Closing DB instances... [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158 change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="node2(c8a8d3dfc78a): Node leave event for ef33a3aeb158/172.26.53.73" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158 change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="node3(92d20c9cd4bb): Node leave event for ef33a3aeb158/172.26.53.73" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158 change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="node5(5833e0f9f011): Node leave event for ef33a3aeb158/172.26.53.73" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158 change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="node4(a67bac9ad0d3): Node leave event for ef33a3aeb158/172.26.53.73" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="Node ef33a3aeb158 change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:50Z" level=info msg="node1(ef33a3aeb158): Node leave event for ef33a3aeb158/172.26.53.73" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:51Z" level=info msg="Node ef33a3aeb158/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:51Z" level=info msg="Node ef33a3aeb158/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:51Z" level=info msg="Node ef33a3aeb158/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:51Z" level=info msg="Node ef33a3aeb158/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.149Z] time="2022-03-04T08:42:51Z" level=info msg="Node ef33a3aeb158/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.303Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-03-04T08:42:51.303Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T08:42:51.342Z] --- PASS: TestExec (0.64s) [2022-03-04T08:42:51.342Z] === RUN TestExecUser [2022-03-04T08:42:51.359Z] === RUN TestLinkNaming [2022-03-04T08:42:51.359Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T08:42:51.359Z] === RUN TestLinkNew [2022-03-04T08:42:51.359Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T08:42:51.359Z] === RUN TestLinkEnv [2022-03-04T08:42:51.359Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T08:42:51.359Z] === RUN TestLinkMultipleEnv [2022-03-04T08:42:51.359Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T08:42:51.359Z] === RUN TestLinkPortRangeEnv [2022-03-04T08:42:51.359Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T08:42:51.359Z] PASS [2022-03-04T08:42:51.359Z] coverage: 93.0% of statements [2022-03-04T08:42:51.359Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2022-03-04T08:42:51.565Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-03-04T08:42:51.565Z] === RUN TestNetworkNat [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="node3(92d20c9cd4bb): Node leave event for c8a8d3dfc78a/172.26.53.73" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="node5(5833e0f9f011): Node leave event for c8a8d3dfc78a/172.26.53.73" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="node4(a67bac9ad0d3): Node leave event for c8a8d3dfc78a/172.26.53.73" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a change state NodeActive --> NodeLeft" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="node2(c8a8d3dfc78a): Node leave event for c8a8d3dfc78a/172.26.53.73" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.605Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, left gossip cluster" [2022-03-04T08:42:51.815Z] === RUN TestVerifyNetworkingConfig [2022-03-04T08:42:51.815Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestGetContainer [2022-03-04T08:42:51.815Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestValidContainerNames [2022-03-04T08:42:51.815Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestContainerInitDNS [2022-03-04T08:42:51.815Z] daemon_test.go:145: root required [2022-03-04T08:42:51.815Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestMerge [2022-03-04T08:42:51.815Z] --- PASS: TestMerge (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestValidateContainerIsolation [2022-03-04T08:42:51.815Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T08:42:51.815Z] === RUN TestFindNetworkErrorType [2022-03-04T08:42:51.826Z] --- PASS: TestNetworkNat (0.41s) [2022-03-04T08:42:51.826Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:42:51.913Z] --- PASS: TestExecUser (0.61s) [2022-03-04T08:42:51.913Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:42:52.060Z] time="2022-03-04T08:42:51Z" level=info msg="Node c8a8d3dfc78a/172.26.53.73, left gossip cluster" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="Node 92d20c9cd4bb change state NodeActive --> NodeLeft" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="node5(5833e0f9f011): Node leave event for 92d20c9cd4bb/172.26.53.73" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="Node 92d20c9cd4bb change state NodeActive --> NodeLeft" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="node4(a67bac9ad0d3): Node leave event for 92d20c9cd4bb/172.26.53.73" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="Node 92d20c9cd4bb change state NodeActive --> NodeLeft" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="node3(92d20c9cd4bb): Node leave event for 92d20c9cd4bb/172.26.53.73" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, left gossip cluster" [2022-03-04T08:42:52.061Z] time="2022-03-04T08:42:51Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, left gossip cluster" [2022-03-04T08:42:52.271Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestEnsureServicesExist [2022-03-04T08:42:52.271Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestEnsureServicesExistErrors [2022-03-04T08:42:52.271Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T08:42:52.271Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T08:42:52.271Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T08:42:52.271Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T08:42:52.271Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:42:52.271Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T08:42:52.271Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestContainerDelete [2022-03-04T08:42:52.271Z] --- PASS: TestContainerDelete (0.01s) [2022-03-04T08:42:52.271Z] === RUN TestContainerDoubleDelete [2022-03-04T08:42:52.271Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T08:42:52.271Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T08:42:52.271Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestNoneHealthcheck [2022-03-04T08:42:52.271Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestHealthStates [2022-03-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] time="2022-03-04T08:42:51Z" 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-04T08:42:52.271Z] --- PASS: TestHealthStates (0.31s) [2022-03-04T08:42:52.271Z] === RUN TestGetInspectData [2022-03-04T08:42:52.271Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestFillLicense [2022-03-04T08:42:52.271Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestListInvalidFilter [2022-03-04T08:42:52.271Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestNameFilter [2022-03-04T08:42:52.271Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T08:42:52.271Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T08:42:52.271Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T08:42:52.272Z] === 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-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T08:42:52.272Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T08:42:52.272Z] --- 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-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T08:42:52.272Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadLabels [2022-03-04T08:42:52.272Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T08:42:52.272Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadMirrors [2022-03-04T08:42:52.272Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T08:42:52.272Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T08:42:52.272Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T08:42:52.272Z] reload_test.go:342: root required [2022-03-04T08:42:52.272Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T08:42:52.272Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T08:42:52.272Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.05s) [2022-03-04T08:42:52.272Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T08:42:52.272Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-04T08:42:52.272Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T08:42:52.272Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-03-04T08:42:52.272Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T08:42:52.272Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-04T08:42:52.272Z] === RUN TestParseVolumesFrom [2022-03-04T08:42:52.272Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T08:42:52.272Z] PASS [2022-03-04T08:42:52.272Z] coverage: 8.6% of statements [2022-03-04T08:42:52.272Z] ok github.com/docker/docker/daemon 0.642s coverage: 8.6% of statements [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T08:42:52.272Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T08:42:52.288Z] --- PASS: TestServiceCreateInit (7.24s) [2022-03-04T08:42:52.288Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s) [2022-03-04T08:42:52.288Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.72s) [2022-03-04T08:42:52.288Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:42:52.397Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2022-03-04T08:42:52.397Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=info msg="Node 92d20c9cd4bb/172.26.53.73, left gossip cluster" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=debug msg="memberlist: Failed ping: a67bac9ad0d3 (timeout reached)" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.53.73:10037: use of closed network connection" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.53.73:10035: use of closed network connection" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=debug msg="memberlist: Stream connection from=172.26.53.73:49367" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=info msg="Node a67bac9ad0d3 change state NodeActive --> NodeLeft" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=info msg="node5(5833e0f9f011): Node leave event for a67bac9ad0d3/172.26.53.73" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=info msg="Node a67bac9ad0d3 change state NodeActive --> NodeLeft" [2022-03-04T08:42:52.515Z] time="2022-03-04T08:42:52Z" level=info msg="node4(a67bac9ad0d3): Node leave event for a67bac9ad0d3/172.26.53.73" [2022-03-04T08:42:52.852Z] --- PASS: TestExportContainerAndImportImage (0.77s) [2022-03-04T08:42:52.852Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:42:52.852Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T08:42:52.970Z] time="2022-03-04T08:42:52Z" level=warning msg="memberlist: Was able to connect to a67bac9ad0d3 but other probes failed, network may be misconfigured" [2022-03-04T08:42:52.970Z] time="2022-03-04T08:42:52Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, left gossip cluster" [2022-03-04T08:42:53.112Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-04T08:42:53.371Z] check_test.go:308: [d2d44a9daea71] daemon is not started [2022-03-04T08:42:53.371Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-04T08:42:53.425Z] time="2022-03-04T08:42:53Z" level=info msg="Node a67bac9ad0d3/172.26.53.73, left gossip cluster" [2022-03-04T08:42:53.799Z] === RUN TestAdapterReadLogs [2022-03-04T08:42:53.799Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestCopier [2022-03-04T08:42:53.799Z] --- PASS: TestCopier (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestCopierLongLines [2022-03-04T08:42:53.799Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestCopierSlow [2022-03-04T08:42:53.799Z] --- PASS: TestCopierSlow (0.24s) [2022-03-04T08:42:53.799Z] === RUN TestCopierWithSized [2022-03-04T08:42:53.799Z] === RUN TestCopierWithSized/as_is [2022-03-04T08:42:53.799Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T08:42:53.799Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T08:42:53.799Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-04T08:42:53.799Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-04T08:42:53.799Z] === RUN TestCopierWithPartial [2022-03-04T08:42:53.799Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestRingLogger [2022-03-04T08:42:53.799Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestRingCap [2022-03-04T08:42:53.799Z] --- PASS: TestRingCap (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestRingClose [2022-03-04T08:42:53.799Z] --- PASS: TestRingClose (0.00s) [2022-03-04T08:42:53.799Z] === RUN TestRingDrain [2022-03-04T08:42:53.799Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T08:42:53.799Z] PASS [2022-03-04T08:42:53.799Z] coverage: 43.8% of statements [2022-03-04T08:42:53.799Z] ok github.com/docker/docker/daemon/logger 0.322s coverage: 43.8% of statements [2022-03-04T08:42:53.879Z] time="2022-03-04T08:42:53Z" level=info msg="Node 5833e0f9f011/172.26.53.73, left gossip cluster" [2022-03-04T08:42:53.880Z] time="2022-03-04T08:42:53Z" level=info msg="Node 5833e0f9f011 change state NodeActive --> NodeFailed" [2022-03-04T08:42:53.880Z] time="2022-03-04T08:42:53Z" level=info msg="Node 5833e0f9f011/172.26.53.73, added to failed nodes list" [2022-03-04T08:42:53.880Z] --- PASS: TestNetworkDBIslands (11.67s) [2022-03-04T08:42:53.880Z] PASS [2022-03-04T08:42:53.880Z] coverage: 60.0% of statements [2022-03-04T08:42:53.880Z] ok github.com/docker/docker/libnetwork/networkdb 103.256s coverage: 60.0% of statements [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T08:42:53.880Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T08:42:53.941Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-04T08:42:53.941Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) [2022-03-04T08:42:53.941Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:42:54.255Z] === RUN TestNewStreamConfig [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/defaults [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T08:42:54.256Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T08:42:54.256Z] PASS [2022-03-04T08:42:54.256Z] coverage: 33.6% of statements [2022-03-04T08:42:54.256Z] ok github.com/docker/docker/daemon/logger/fluentd 0.056s coverage: 33.6% of statements [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T08:42:54.256Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-04T08:42:54.256Z] === RUN TestCreateSuccess [2022-03-04T08:42:54.256Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCreateStreamSkipped [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T08:42:54.256Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCreateLogGroupSuccess [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T08:42:54.256Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCreateError [2022-03-04T08:42:54.256Z] --- PASS: TestCreateError (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCreateAlreadyExists [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T08:42:54.256Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestLogClosed [2022-03-04T08:42:54.256Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestLogBlocking [2022-03-04T08:42:54.256Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T08:42:54.256Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T08:42:54.256Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestPublishBatchSuccess [2022-03-04T08:42:54.256Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestPublishBatchError [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=error msg=error [2022-03-04T08:42:54.256Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:42:54.256Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:42:54.256Z] time="2022-03-04T08:42:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T08:42:54.256Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchSimple [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchTicker [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchClose [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/3/���� [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T08:42:54.256Z] === RUN TestEffectiveLen/5/ [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/0/ [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: He [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/6/a� [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: a [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: � [2022-03-04T08:42:54.256Z] === RUN TestFindValidSplit/7/a� [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T08:42:54.256Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestProcessEventEmoji [2022-03-04T08:42:54.256Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchLineSplit [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMaxEvents [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-03-04T08:42:54.256Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T08:42:54.256Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T08:42:54.256Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestSearchRegistryForImages [2022-03-04T08:42:54.256Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T08:42:54.256Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestImageDelete [2022-03-04T08:42:54.256Z] === RUN TestImageDelete/no_lease [2022-03-04T08:42:54.256Z] === RUN TestImageDelete/lease_exists [2022-03-04T08:42:54.256Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T08:42:54.256Z] --- PASS: TestImageDelete (0.04s) [2022-03-04T08:42:54.256Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T08:42:54.256Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-04T08:42:54.256Z] === RUN TestContentStoreForPull [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T08:42:54.256Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T08:42:54.256Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T08:42:54.256Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T08:42:54.510Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T08:42:54.713Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T08:42:54.713Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestCreateTagSuccess [2022-03-04T08:42:54.713Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T08:42:54.713Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-04T08:42:54.713Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T08:42:54.713Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T08:42:54.713Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T08:42:54.713Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-04T08:42:54.713Z] PASS [2022-03-04T08:42:54.713Z] coverage: 80.2% of statements [2022-03-04T08:42:54.713Z] ok github.com/docker/docker/daemon/logger/awslogs 0.476s coverage: 80.2% of statements [2022-03-04T08:42:54.713Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-04T08:42:54.713Z] PASS [2022-03-04T08:42:54.713Z] coverage: 6.8% of statements [2022-03-04T08:42:54.713Z] ok github.com/docker/docker/daemon/images 0.448s coverage: 6.8% of statements [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T08:42:54.713Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T08:42:54.935Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-04T08:42:54.935Z] === RUN TestPause [2022-03-04T08:42:55.081Z] --- PASS: TestHealthCheckWorkdir (0.96s) [2022-03-04T08:42:55.081Z] === RUN TestHealthKillContainer [2022-03-04T08:42:55.081Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-04T08:42:55.170Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T08:42:55.170Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T08:42:55.170Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T08:42:55.170Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-04T08:42:55.170Z] === RUN TestFastTimeMarshalJSON [2022-03-04T08:42:55.170Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-04T08:42:55.170Z] PASS [2022-03-04T08:42:55.170Z] coverage: 87.2% of statements [2022-03-04T08:42:55.170Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.246s coverage: 87.2% of statements [2022-03-04T08:42:55.196Z] --- PASS: TestPause (0.39s) [2022-03-04T08:42:55.196Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:42:55.196Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:42:55.196Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:42:55.196Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:42:55.629Z] === RUN TestJSONFileLogger [2022-03-04T08:42:55.629Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T08:42:55.629Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T08:42:55.629Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-04T08:42:55.629Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T08:42:55.629Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T08:42:55.629Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T08:42:55.629Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-04T08:42:55.629Z] === RUN TestEncodeDecode [2022-03-04T08:42:55.629Z] === PAUSE TestEncodeDecode [2022-03-04T08:42:55.629Z] === RUN TestUnexpectedEOF [2022-03-04T08:42:55.629Z] time="2022-03-04T08:42:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:42:55.629Z] time="2022-03-04T08:42:55Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:42:55.629Z] --- PASS: TestUnexpectedEOF (0.18s) [2022-03-04T08:42:55.629Z] === CONT TestEncodeDecode [2022-03-04T08:42:55.629Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T08:42:55.629Z] PASS [2022-03-04T08:42:55.629Z] coverage: 69.9% of statements [2022-03-04T08:42:55.629Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.274s coverage: 69.9% of statements [2022-03-04T08:42:55.767Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2022-03-04T08:42:55.767Z] === RUN TestPidHost [2022-03-04T08:42:56.020Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T08:42:56.020Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T08:42:56.043Z] [2022-03-04T08:42:56.043Z] === Skipped [2022-03-04T08:42:56.043Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T08:42:56.043Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:42:56.043Z] [2022-03-04T08:42:56.043Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T08:42:56.043Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.043Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-04T08:42:56.044Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-04T08:42:56.044Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-04T08:42:56.044Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:42:56.044Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T08:42:56.044Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T08:42:56.044Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T08:42:56.044Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T08:42:56.044Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T08:42:56.044Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T08:42:56.044Z] daemon_test.go:145: root required [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:42:56.044Z] reload_test.go:342: root required [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:42:56.044Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:42:56.044Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T08:42:56.044Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T08:42:56.044Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T08:42:56.044Z] layer_test.go:291: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T08:42:56.044Z] layer_test.go:340: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T08:42:56.044Z] layer_test.go:455: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T08:42:56.044Z] layer_test.go:684: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T08:42:56.044Z] migration_test.go:45: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:42:56.044Z] migration_test.go:181: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T08:42:56.044Z] mount_test.go:17: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T08:42:56.044Z] mount_test.go:76: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T08:42:56.044Z] mount_test.go:125: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T08:42:56.044Z] mount_test.go:212: Failing on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-04T08:42:56.044Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-04T08:42:56.044Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-04T08:42:56.044Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T08:42:56.044Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T08:42:56.044Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T08:42:56.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:42:56.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T08:42:56.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-04T08:42:56.044Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T08:42:56.044Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T08:42:56.044Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T08:42:56.044Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:42:56.044Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:42:56.044Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:42:56.044Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:42:56.044Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:42:56.044Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-04T08:42:56.044Z] archive_test.go:140: zstd not installed [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:42:56.044Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:42:56.044Z] changes_test.go:195: needs more investigation [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-04T08:42:56.044Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-04T08:42:56.044Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T08:42:56.044Z] changes_test.go:432: needs further investigation [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:42:56.044Z] changes_test.go:468: needs further investigation [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:42:56.044Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T08:42:56.044Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:42:56.044Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:42:56.044Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-04T08:42:56.044Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-04T08:42:56.044Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T08:42:56.044Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T08:42:56.044Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T08:42:56.044Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:42:56.044Z] [2022-03-04T08:42:56.044Z] DONE 2072 tests, 70 skipped in 257.281s [2022-03-04T08:42:56.044Z] INFO: make.ps1 ended at 03/04/2022 08:42:55 [2022-03-04T08:42:56.593Z] === RUN TestWriteLog [2022-03-04T08:42:56.593Z] === PAUSE TestWriteLog [2022-03-04T08:42:56.593Z] === RUN TestReadLog [2022-03-04T08:42:56.593Z] === PAUSE TestReadLog [2022-03-04T08:42:56.593Z] === RUN TestDecode [2022-03-04T08:42:56.593Z] --- PASS: TestDecode (0.03s) [2022-03-04T08:42:56.593Z] === CONT TestWriteLog [2022-03-04T08:42:56.593Z] --- PASS: TestWriteLog (0.00s) [2022-03-04T08:42:56.593Z] === CONT TestReadLog [2022-03-04T08:42:56.593Z] === RUN TestReadLog/tail_exact [2022-03-04T08:42:56.707Z] --- PASS: TestPidHost (0.89s) [2022-03-04T08:42:56.707Z] === RUN TestPsFilter [2022-03-04T08:42:56.707Z] --- PASS: TestPsFilter (0.10s) [2022-03-04T08:42:56.707Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:42:56.966Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-03-04T08:42:56.966Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:42:57.049Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T08:42:57.049Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T08:42:57.049Z] === RUN TestOpenFileDelete [2022-03-04T08:42:57.049Z] --- PASS: TestReadLog (0.26s) [2022-03-04T08:42:57.049Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-04T08:42:57.049Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-04T08:42:57.049Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-04T08:42:57.049Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestOpenFileRename [2022-03-04T08:42:57.049Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestHandleDecoderErr [2022-03-04T08:42:57.049Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestParseLogTagDefaultTag [2022-03-04T08:42:57.049Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestParseLogTag [2022-03-04T08:42:57.049Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestParseLogTagEmptyTag [2022-03-04T08:42:57.049Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestTailFiles [2022-03-04T08:42:57.049Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestFollowLogsConsumerGone [2022-03-04T08:42:57.049Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T08:42:57.049Z] === RUN TestFollowLogsProducerGone [2022-03-04T08:42:57.049Z] PASS [2022-03-04T08:42:57.049Z] coverage: 78.7% of statements [2022-03-04T08:42:57.049Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-04T08:42:57.049Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-04T08:42:57.049Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-04T08:42:57.049Z] === RUN TestCheckCapacityAndRotate [2022-03-04T08:42:57.049Z] ok github.com/docker/docker/daemon/logger/local 0.448s coverage: 78.7% of statements [2022-03-04T08:42:57.049Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T08:42:57.049Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T08:42:57.049Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-04T08:42:57.049Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T08:42:57.049Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-04T08:42:57.049Z] PASS [2022-03-04T08:42:57.049Z] coverage: 53.4% of statements [2022-03-04T08:42:57.049Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.406s coverage: 53.4% of statements [2022-03-04T08:42:57.049Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T08:42:57.049Z] === RUN TestLog [2022-03-04T08:42:57.049Z] --- PASS: TestLog (0.03s) [2022-03-04T08:42:57.049Z] PASS [2022-03-04T08:42:57.049Z] coverage: 31.5% of statements [2022-03-04T08:42:57.049Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.092s coverage: 31.5% of statements [2022-03-04T08:42:57.400Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T08:42:57.535Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-03-04T08:42:57.535Z] === RUN TestRemoveContainerRunning [2022-03-04T08:42:57.573Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T08:42:57.574Z] INFO: Unit tests ended at 03/04/2022 08:42:57. Duration:00:04:30.3133434 [2022-03-04T08:42:57.574Z] INFO: Building busybox [2022-03-04T08:42:57.574Z] Sending build context to Docker daemon 5.12kB [2022-03-04T08:42:57.574Z] [2022-03-04T08:42:57.574Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T08:42:57.574Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T08:42:57.574Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T08:42:57.574Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T08:42:57.574Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T08:42:57.574Z] ---> bdeb13086b9f [2022-03-04T08:42:57.574Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T08:42:57.574Z] ---> Running in 46f5554bbfde [2022-03-04T08:42:57.659Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-04T08:42:57.795Z] --- PASS: TestRemoveContainerRunning (0.36s) [2022-03-04T08:42:57.795Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:42:58.012Z] === RUN TestNewParse [2022-03-04T08:42:58.012Z] --- PASS: TestNewParse (0.00s) [2022-03-04T08:42:58.055Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.36s) [2022-03-04T08:42:58.055Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:42:58.055Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T08:42:58.055Z] === RUN TestRenameLinkedContainer [2022-03-04T08:42:58.468Z] PASS [2022-03-04T08:42:58.468Z] coverage: 8.3% of statements [2022-03-04T08:42:58.468Z] ok github.com/docker/docker/daemon/logger/templates 0.084s coverage: 8.3% of statements [2022-03-04T08:42:58.468Z] === RUN TestValidateLogOpt [2022-03-04T08:42:58.468Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestNewMissedConfig [2022-03-04T08:42:58.468Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestNewMissedUrl [2022-03-04T08:42:58.468Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestNewMissedToken [2022-03-04T08:42:58.468Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestNewWithProxy [2022-03-04T08:42:58.468Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestDefault [2022-03-04T08:42:58.468Z] --- PASS: TestDefault (0.01s) [2022-03-04T08:42:58.468Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T08:42:58.468Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestJsonFormat [2022-03-04T08:42:58.468Z] --- PASS: TestJsonFormat (0.01s) [2022-03-04T08:42:58.468Z] === RUN TestRawFormat [2022-03-04T08:42:58.468Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestRawFormatWithLabels [2022-03-04T08:42:58.468Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestRawFormatWithoutTag [2022-03-04T08:42:58.468Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestBatching [2022-03-04T08:42:58.468Z] === RUN TestParseLogFormat [2022-03-04T08:42:58.468Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestValidateLogOptEmpty [2022-03-04T08:42:58.468Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestValidateSyslogAddress [2022-03-04T08:42:58.468Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestParseAddressDefaultPort [2022-03-04T08:42:58.468Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestValidateSyslogFacility [2022-03-04T08:42:58.468Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T08:42:58.468Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T08:42:58.468Z] === RUN TestValidateLogOpt [2022-03-04T08:42:58.468Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:42:58.468Z] PASS [2022-03-04T08:42:58.468Z] coverage: 46.8% of statements [2022-03-04T08:42:58.468Z] ok github.com/docker/docker/daemon/logger/syslog 0.072s coverage: 46.8% of statements [2022-03-04T08:42:58.468Z] --- PASS: TestBatching (0.29s) [2022-03-04T08:42:58.468Z] === RUN TestFrequency [2022-03-04T08:42:58.925Z] --- PASS: TestFrequency (0.22s) [2022-03-04T08:42:58.925Z] === RUN TestOneMessagePerRequest [2022-03-04T08:42:58.925Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-04T08:42:58.925Z] === RUN TestVerify [2022-03-04T08:42:58.925Z] --- PASS: TestVerify (0.00s) [2022-03-04T08:42:58.925Z] === RUN TestSkipVerify [2022-03-04T08:42:58.925Z] time="2022-03-04T08:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:58.925Z] time="2022-03-04T08:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:58.925Z] time="2022-03-04T08:42:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] --- PASS: TestSkipVerify (0.55s) [2022-03-04T08:42:59.381Z] === RUN TestBufferMaximum [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.116854\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.116854\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T08:42:59.381Z] === RUN TestServerAlwaysDown [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.120520\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.120520\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.120520\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.121795\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] time="2022-03-04T08:42:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383379.121795\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:42:59.381Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T08:42:59.381Z] === RUN TestCannotSendAfterClose [2022-03-04T08:42:59.381Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T08:42:59.381Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T08:42:59.838Z] === RUN TestV1IDService [2022-03-04T08:42:59.838Z] --- PASS: TestV1IDService (0.02s) [2022-03-04T08:42:59.838Z] === RUN TestV2MetadataService [2022-03-04T08:42:59.963Z] --- PASS: TestRenameLinkedContainer (1.62s) [2022-03-04T08:42:59.963Z] === RUN TestRenameStoppedContainer [2022-03-04T08:43:00.193Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T08:43:00.223Z] --- PASS: TestRenameStoppedContainer (0.36s) [2022-03-04T08:43:00.223Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:43:00.293Z] time="2022-03-04T08:43:00Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-04T08:43:00.293Z] time="2022-03-04T08:43:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7d63b5cb8e0c\"}'" [2022-03-04T08:43:00.294Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-04T08:43:00.294Z] PASS [2022-03-04T08:43:00.294Z] coverage: 82.5% of statements [2022-03-04T08:43:00.294Z] ok github.com/docker/docker/daemon/logger/splunk 2.185s coverage: 82.5% of statements [2022-03-04T08:43:00.294Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T08:43:00.294Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T08:43:00.294Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T08:43:00.294Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T08:43:00.294Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T08:43:00.294Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T08:43:00.294Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T08:43:00.294Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T08:43:00.294Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T08:43:00.294Z] === RUN TestManifestStore [2022-03-04T08:43:00.294Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T08:43:00.749Z] === RUN TestSuccessfulDownload [2022-03-04T08:43:00.749Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:43:00.749Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T08:43:00.749Z] === RUN TestCancelledDownload [2022-03-04T08:43:00.749Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T08:43:00.749Z] === RUN TestMaxDownloadAttempts [2022-03-04T08:43:00.749Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:43:00.749Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:43:00.749Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:43:00.749Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:43:00.749Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:43:00.749Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:43:00.749Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:43:00.749Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:43:00.749Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:43:00.749Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:43:00.750Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:43:00.750Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:43:00.750Z] --- PASS: TestV2MetadataService (0.77s) [2022-03-04T08:43:00.750Z] PASS [2022-03-04T08:43:00.750Z] coverage: 48.2% of statements [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3754106856\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T08:43:00.750Z] ok github.com/docker/docker/distribution/metadata 0.848s coverage: 48.2% of statements [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/no_local_cache [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/with_local_cache [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="reference for unknown type: " [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="reference for unknown type: " [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="reference for unknown type: " [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="reference for unknown type: " [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="reference for unknown type: " [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T08:43:00.750Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T08:43:00.750Z] time="2022-03-04T08:43:00Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore (0.35s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-04T08:43:00.750Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T08:43:00.750Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T08:43:00.750Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestFixManifestLayers [2022-03-04T08:43:00.750Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T08:43:00.750Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:43:00.750Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestFixManifestLayersBadParent [2022-03-04T08:43:00.750Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestValidateManifest [2022-03-04T08:43:00.750Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:43:00.750Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestFormatPlatform [2022-03-04T08:43:00.750Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T08:43:00.750Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestLayerAlreadyExists [2022-03-04T08:43:00.750Z] 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-04T08:43:00.750Z] 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-04T08:43:00.750Z] 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-04T08:43:00.750Z] 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-04T08:43:00.750Z] 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-04T08:43:00.750Z] 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-04T08:43:00.750Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T08:43:00.750Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T08:43:00.761Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T08:43:00.793Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-03-04T08:43:00.793Z] === RUN TestRenameInvalidName [2022-03-04T08:43:01.210Z] time="2022-03-04T08:43:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:43:01.210Z] time="2022-03-04T08:43:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:43:01.210Z] time="2022-03-04T08:43:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:43:01.210Z] time="2022-03-04T08:43:00Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:43:01.210Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T08:43:01.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2022-03-04T08:43:01.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2022-03-04T08:43:01.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2022-03-04T08:43:01.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2022-03-04T08:43:01.210Z] === RUN TestTransfer [2022-03-04T08:43:01.210Z] --- PASS: TestTransfer (0.11s) [2022-03-04T08:43:01.210Z] === RUN TestConcurrencyLimit [2022-03-04T08:43:01.332Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T08:43:01.364Z] --- PASS: TestRenameInvalidName (0.37s) [2022-03-04T08:43:01.364Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:43:01.667Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-03-04T08:43:01.667Z] === RUN TestInactiveJobs [2022-03-04T08:43:01.667Z] === RUN TestNotFound [2022-03-04T08:43:01.667Z] --- PASS: TestNotFound (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestConflict [2022-03-04T08:43:01.667Z] --- PASS: TestConflict (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestForbidden [2022-03-04T08:43:01.667Z] --- PASS: TestForbidden (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestInvalidParameter [2022-03-04T08:43:01.667Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestNotImplemented [2022-03-04T08:43:01.667Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestNotModified [2022-03-04T08:43:01.667Z] --- PASS: TestNotModified (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestUnauthorized [2022-03-04T08:43:01.667Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestUnknown [2022-03-04T08:43:01.667Z] --- PASS: TestUnknown (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestCancelled [2022-03-04T08:43:01.667Z] --- PASS: TestCancelled (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestDeadline [2022-03-04T08:43:01.667Z] --- PASS: TestDeadline (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestDataLoss [2022-03-04T08:43:01.667Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestUnavailable [2022-03-04T08:43:01.667Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestSystem [2022-03-04T08:43:01.667Z] --- PASS: TestSystem (0.00s) [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Conflict [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T08:43:01.667Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T08:43:01.667Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T08:43:01.667Z] PASS [2022-03-04T08:43:01.667Z] coverage: 53.1% of statements [2022-03-04T08:43:01.667Z] ok github.com/docker/docker/errdefs 0.066s coverage: 53.1% of statements [2022-03-04T08:43:02.123Z] --- PASS: TestInactiveJobs (0.39s) [2022-03-04T08:43:02.123Z] === RUN TestWatchRelease [2022-03-04T08:43:02.123Z] --- PASS: TestWatchRelease (0.04s) [2022-03-04T08:43:02.123Z] === RUN TestWatchFinishedTransfer [2022-03-04T08:43:02.123Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T08:43:02.123Z] === RUN TestDuplicateTransfer [2022-03-04T08:43:02.123Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-03-04T08:43:02.123Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T08:43:02.123Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T08:43:02.123Z] === RUN TestTokenPassThru [2022-03-04T08:43:02.123Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-04T08:43:02.123Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T08:43:02.123Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-04T08:43:02.123Z] PASS [2022-03-04T08:43:02.123Z] coverage: 24.6% of statements [2022-03-04T08:43:02.123Z] ok github.com/docker/docker/distribution 1.647s coverage: 24.6% of statements [2022-03-04T08:43:02.123Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-04T08:43:02.123Z] === RUN TestSuccessfulUpload [2022-03-04T08:43:02.123Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T08:43:02.123Z] time="2022-03-04T08:43:02Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T08:43:02.243Z] Removing intermediate container 46f5554bbfde [2022-03-04T08:43:02.243Z] ---> b49c4a7ca1f7 [2022-03-04T08:43:02.243Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T08:43:02.244Z] ---> Running in 7ecf6e32f921 [2022-03-04T08:43:02.244Z] Removing intermediate container 7ecf6e32f921 [2022-03-04T08:43:02.244Z] ---> f1cf2dbfa999 [2022-03-04T08:43:02.244Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T08:43:02.275Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-04T08:43:02.581Z] --- PASS: TestSuccessfulUpload (0.43s) [2022-03-04T08:43:02.581Z] === RUN TestCancelledUpload [2022-03-04T08:43:02.581Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T08:43:02.581Z] PASS [2022-03-04T08:43:02.581Z] coverage: 77.2% of statements [2022-03-04T08:43:02.581Z] ok github.com/docker/docker/distribution/xfer 1.894s coverage: 77.2% of statements [2022-03-04T08:43:02.581Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T08:43:02.581Z] === RUN TestFSGetInvalidData [2022-03-04T08:43:02.581Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-04T08:43:02.581Z] === RUN TestFSInvalidSet [2022-03-04T08:43:02.581Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T08:43:02.581Z] === RUN TestFSInvalidRoot [2022-03-04T08:43:02.581Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T08:43:02.581Z] === RUN TestFSMetadataGetSet [2022-03-04T08:43:02.581Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-04T08:43:02.581Z] === RUN TestFSInvalidWalker [2022-03-04T08:43:02.581Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-04T08:43:02.581Z] === RUN TestFSGetSet [2022-03-04T08:43:02.581Z] === RUN TestCompare [2022-03-04T08:43:02.581Z] --- PASS: TestCompare (0.00s) [2022-03-04T08:43:02.581Z] PASS [2022-03-04T08:43:02.581Z] coverage: 19.2% of statements [2022-03-04T08:43:02.581Z] ok github.com/docker/docker/image/cache 0.072s coverage: 19.2% of statements [2022-03-04T08:43:02.581Z] --- PASS: TestFSGetSet (0.04s) [2022-03-04T08:43:02.581Z] === RUN TestFSGetUnsetKey [2022-03-04T08:43:02.581Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-04T08:43:02.581Z] === RUN TestFSGetEmptyData [2022-03-04T08:43:02.581Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T08:43:02.581Z] === RUN TestFSDelete [2022-03-04T08:43:02.581Z] --- PASS: TestFSDelete (0.02s) [2022-03-04T08:43:02.581Z] === RUN TestFSWalker [2022-03-04T08:43:02.581Z] --- PASS: TestFSWalker (0.02s) [2022-03-04T08:43:02.581Z] === RUN TestFSWalkerStopOnError [2022-03-04T08:43:02.581Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-04T08:43:02.581Z] === RUN TestNewFromJSON [2022-03-04T08:43:02.581Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T08:43:02.581Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T08:43:02.581Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T08:43:02.581Z] === RUN TestMarshalKeyOrder [2022-03-04T08:43:02.581Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T08:43:02.581Z] === RUN TestHistoryEqual [2022-03-04T08:43:02.700Z] ---> Running in dc310a4fa90e [2022-03-04T08:43:02.700Z] Removing intermediate container dc310a4fa90e [2022-03-04T08:43:02.700Z] ---> 30fd0bd95dda [2022-03-04T08:43:02.700Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T08:43:02.748Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-03-04T08:43:02.748Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:43:03.009Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-04T08:43:03.009Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:43:03.038Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-04T08:43:03.038Z] === RUN TestImage [2022-03-04T08:43:03.038Z] --- PASS: TestImage (0.00s) [2022-03-04T08:43:03.038Z] === RUN TestImageOSNotEmpty [2022-03-04T08:43:03.038Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T08:43:03.038Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T08:43:03.038Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T08:43:03.038Z] === RUN TestCreate [2022-03-04T08:43:03.038Z] --- PASS: TestCreate (0.01s) [2022-03-04T08:43:03.038Z] === RUN TestRestore [2022-03-04T08:43:03.038Z] time="2022-03-04T08:43:02Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T08:43:03.038Z] --- PASS: TestRestore (0.04s) [2022-03-04T08:43:03.038Z] === RUN TestAddDelete [2022-03-04T08:43:03.038Z] --- PASS: TestAddDelete (0.02s) [2022-03-04T08:43:03.038Z] === RUN TestSearchAfterDelete [2022-03-04T08:43:03.038Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-04T08:43:03.038Z] === RUN TestParentReset [2022-03-04T08:43:03.038Z] --- PASS: TestParentReset (0.03s) [2022-03-04T08:43:03.038Z] === RUN TestGetAndSetLastUpdated [2022-03-04T08:43:03.038Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-04T08:43:03.038Z] === RUN TestStoreLen [2022-03-04T08:43:03.038Z] --- PASS: TestStoreLen (0.04s) [2022-03-04T08:43:03.038Z] PASS [2022-03-04T08:43:03.038Z] coverage: 86.9% of statements [2022-03-04T08:43:03.038Z] ok github.com/docker/docker/image 0.674s coverage: 86.9% of statements [2022-03-04T08:43:03.495Z] === RUN TestValidateManifest [2022-03-04T08:43:03.495Z] === RUN TestValidateManifest/nil [2022-03-04T08:43:03.495Z] === RUN TestValidateManifest/non-nil [2022-03-04T08:43:03.495Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T08:43:03.495Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T08:43:03.495Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T08:43:03.495Z] PASS [2022-03-04T08:43:03.495Z] coverage: 0.7% of statements [2022-03-04T08:43:03.495Z] ok github.com/docker/docker/image/tarexport 0.063s coverage: 0.7% of statements [2022-03-04T08:43:03.495Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T08:43:03.496Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T08:43:03.496Z] PASS [2022-03-04T08:43:03.496Z] coverage: 25.0% of statements [2022-03-04T08:43:03.496Z] ok github.com/docker/docker/image/v1 0.061s coverage: 25.0% of statements [2022-03-04T08:43:03.496Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T08:43:03.661Z] --- PASS: TestHealthKillContainer (8.40s) [2022-03-04T08:43:03.661Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:43:03.922Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T08:43:03.952Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-03-04T08:43:03.952Z] === RUN TestResize [2022-03-04T08:43:04.182Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2022-03-04T08:43:04.182Z] === RUN TestIpcModeNone [2022-03-04T08:43:04.228Z] [2022-03-04T08:43:04.524Z] --- PASS: TestResize (0.39s) [2022-03-04T08:43:04.524Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:43:04.685Z] ---> 6fa8399cb0e5 [2022-03-04T08:43:04.685Z] 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-04T08:43:04.685Z] ---> Running in a7e85f69932c [2022-03-04T08:43:04.755Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-04T08:43:04.755Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-04T08:43:04.755Z] check_test.go:308: [d712cc767758c] daemon is not started [2022-03-04T08:43:04.755Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-04T08:43:04.755Z] --- PASS: TestIpcModeNone (0.69s) [2022-03-04T08:43:04.755Z] === RUN TestIpcModePrivate [2022-03-04T08:43:04.785Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-03-04T08:43:04.785Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:43:05.025Z] === RUN TestSerialization [2022-03-04T08:43:05.025Z] --- PASS: TestSerialization (0.02s) [2022-03-04T08:43:05.025Z] PASS [2022-03-04T08:43:05.025Z] coverage: 100.0% of statements [2022-03-04T08:43:05.025Z] ok github.com/docker/docker/libcontainerd/queue 0.058s coverage: 100.0% of statements [2022-03-04T08:43:05.045Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:43:05.045Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:43:05.045Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:05.046Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:05.046Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:05.046Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:05.046Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:05.323Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-03-04T08:43:05.323Z] --- PASS: TestIpcModePrivate (0.54s) [2022-03-04T08:43:05.323Z] === RUN TestIpcModeShareable [2022-03-04T08:43:05.482Z] === RUN TestEmptyLayer [2022-03-04T08:43:05.482Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestCommitFailure [2022-03-04T08:43:05.482Z] --- PASS: TestCommitFailure (0.04s) [2022-03-04T08:43:05.482Z] === RUN TestStartTransactionFailure [2022-03-04T08:43:05.482Z] === RUN TestEnvironmentParsing [2022-03-04T08:43:05.482Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T08:43:05.482Z] PASS [2022-03-04T08:43:05.482Z] coverage: 1.2% of statements [2022-03-04T08:43:05.482Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-04T08:43:05.482Z] === RUN TestGetOrphan [2022-03-04T08:43:05.482Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T08:43:05.482Z] === RUN TestMountAndRegister [2022-03-04T08:43:05.482Z] ok github.com/docker/docker/libcontainerd/local 0.114s coverage: 1.2% of statements [2022-03-04T08:43:05.482Z] layer_test.go:258: Layer size: 14 [2022-03-04T08:43:05.482Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-04T08:43:05.482Z] === RUN TestLayerRelease [2022-03-04T08:43:05.482Z] layer_test.go:291: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestStoreRestore [2022-03-04T08:43:05.482Z] layer_test.go:340: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestTarStreamStability [2022-03-04T08:43:05.482Z] layer_test.go:455: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestRegisterExistingLayer [2022-03-04T08:43:05.482Z] --- PASS: TestRegisterExistingLayer (0.14s) [2022-03-04T08:43:05.482Z] === RUN TestTarStreamVerification [2022-03-04T08:43:05.482Z] layer_test.go:684: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestLayerMigration [2022-03-04T08:43:05.482Z] migration_test.go:45: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T08:43:05.482Z] migration_test.go:181: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestMountInit [2022-03-04T08:43:05.482Z] mount_test.go:17: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestMountSize [2022-03-04T08:43:05.482Z] mount_test.go:76: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestMountChanges [2022-03-04T08:43:05.482Z] mount_test.go:125: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T08:43:05.482Z] === RUN TestMountApply [2022-03-04T08:43:05.482Z] mount_test.go:212: Failing on Windows [2022-03-04T08:43:05.482Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T08:43:05.482Z] PASS [2022-03-04T08:43:05.482Z] coverage: 30.2% of statements [2022-03-04T08:43:05.483Z] ok github.com/docker/docker/layer 0.406s coverage: 30.2% of statements [2022-03-04T08:43:05.895Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-03-04T08:43:05.940Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T08:43:05.940Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T08:43:05.940Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T08:43:05.940Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T08:43:06.157Z] --- PASS: TestIpcModeShareable (0.74s) [2022-03-04T08:43:06.157Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T08:43:06.398Z] === RUN TestSequenceGetAvailableBit [2022-03-04T08:43:06.398Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSequenceEqual [2022-03-04T08:43:06.398Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSequenceCopy [2022-03-04T08:43:06.398Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestGetFirstAvailable [2022-03-04T08:43:06.398Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestFindSequence [2022-03-04T08:43:06.398Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestCheckIfAvailable [2022-03-04T08:43:06.398Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestMergeSequences [2022-03-04T08:43:06.398Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestPushReservation [2022-03-04T08:43:06.398Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSerializeDeserialize [2022-03-04T08:43:06.398Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSet [2022-03-04T08:43:06.398Z] --- PASS: TestSet (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSetUnset [2022-03-04T08:43:06.398Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestOffsetSetUnset [2022-03-04T08:43:06.398Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSetInRange [2022-03-04T08:43:06.398Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestSetAnyInRange [2022-03-04T08:43:06.398Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestMethods [2022-03-04T08:43:06.398Z] --- PASS: TestMethods (0.00s) [2022-03-04T08:43:06.398Z] === RUN TestRandomAllocateDeallocate [2022-03-04T08:43:06.418Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-04T08:43:06.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:06.987Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T08:43:07.160Z] --- PASS: TestCreateServiceMultipleTimes (15.09s) [2022-03-04T08:43:07.160Z] === RUN TestCreateServiceConflict [2022-03-04T08:43:07.931Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T08:43:08.344Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:08.504Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.28s) [2022-03-04T08:43:08.504Z] === RUN TestAPIIpcModeHost [2022-03-04T08:43:08.504Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-04T08:43:08.566Z] === RUN TestInvalidConfig [2022-03-04T08:43:08.566Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestConfig [2022-03-04T08:43:08.566Z] --- PASS: TestConfig (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestOptionsLabels [2022-03-04T08:43:08.566Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestValidName [2022-03-04T08:43:08.566Z] --- PASS: TestValidName (0.00s) [2022-03-04T08:43:08.566Z] PASS [2022-03-04T08:43:08.566Z] coverage: 19.7% of statements [2022-03-04T08:43:08.566Z] ok github.com/docker/docker/libnetwork/config 0.093s coverage: 19.7% of statements [2022-03-04T08:43:08.566Z] === RUN TestKey [2022-03-04T08:43:08.566Z] --- PASS: TestKey (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestParseKey [2022-03-04T08:43:08.566Z] --- PASS: TestParseKey (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestInvalidDataStore [2022-03-04T08:43:08.566Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestKVObjectFlatKey [2022-03-04T08:43:08.566Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T08:43:08.566Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T08:43:08.566Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T08:43:08.566Z] PASS [2022-03-04T08:43:08.566Z] coverage: 21.9% of statements [2022-03-04T08:43:08.566Z] ok github.com/docker/docker/libnetwork/datastore 0.050s coverage: 21.9% of statements [2022-03-04T08:43:09.022Z] === RUN TestErrorInterfaces [2022-03-04T08:43:09.022Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestNetworkMarshalling [2022-03-04T08:43:09.022Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-04T08:43:09.022Z] === RUN TestEndpointMarshalling [2022-03-04T08:43:09.022Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestAuxAddresses [2022-03-04T08:43:09.022Z] time="2022-03-04T08:43:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:43:09.022Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-04T08:43:09.022Z] === RUN TestSRVServiceQuery [2022-03-04T08:43:09.022Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestServiceVIPReuse [2022-03-04T08:43:09.022Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T08:43:09.022Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T08:43:09.022Z] === RUN TestDNSIPQuery [2022-03-04T08:43:09.022Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestDNSProxyServFail [2022-03-04T08:43:09.022Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestSandboxAddEmpty [2022-03-04T08:43:09.022Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestSandboxAddMultiPrio [2022-03-04T08:43:09.022Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestSandboxAddSamePrio [2022-03-04T08:43:09.022Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestCleanupServiceDiscovery [2022-03-04T08:43:09.022Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestDNSOptions [2022-03-04T08:43:09.022Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:43:09.022Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T08:43:09.022Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T08:43:09.022Z] time="2022-03-04T08:43:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:43:09.022Z] time="2022-03-04T08:43:08Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:43:09.022Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-04T08:43:09.022Z] PASS [2022-03-04T08:43:09.022Z] coverage: 8.5% of statements [2022-03-04T08:43:09.022Z] ok github.com/docker/docker/libnetwork 0.401s coverage: 8.5% of statements [2022-03-04T08:43:09.072Z] --- PASS: TestAPIIpcModeHost (0.57s) [2022-03-04T08:43:09.072Z] === RUN TestDaemonIpcModeShareable [2022-03-04T08:43:09.072Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T08:43:09.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:09.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:09.478Z] === RUN TestIPDataMarshalling [2022-03-04T08:43:09.478Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T08:43:09.478Z] === RUN TestValidateAndIsV6 [2022-03-04T08:43:09.478Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T08:43:09.478Z] PASS [2022-03-04T08:43:09.478Z] coverage: 68.9% of statements [2022-03-04T08:43:09.478Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2022-03-04T08:43:09.690Z] --- PASS: TestCreateServiceConflict (2.11s) [2022-03-04T08:43:09.690Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:43:09.934Z] === RUN TestDriver [2022-03-04T08:43:09.934Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:43:09.934Z] PASS [2022-03-04T08:43:09.934Z] coverage: 34.8% of statements [2022-03-04T08:43:09.934Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2022-03-04T08:43:10.009Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-04T08:43:10.391Z] === RUN TestDriver [2022-03-04T08:43:10.391Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:43:10.391Z] PASS [2022-03-04T08:43:10.391Z] coverage: 34.8% of statements [2022-03-04T08:43:10.391Z] ok github.com/docker/docker/libnetwork/drivers/null 0.074s coverage: 34.8% of statements [2022-03-04T08:43:10.391Z] === RUN TestNetworkAllocateFree [2022-03-04T08:43:10.391Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T08:43:10.391Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T08:43:10.391Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T08:43:10.391Z] PASS [2022-03-04T08:43:10.391Z] coverage: 63.6% of statements [2022-03-04T08:43:10.391Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.051s coverage: 63.6% of statements [2022-03-04T08:43:10.578Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true [2022-03-04T08:43:10.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:10.663Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:10.837Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2022-03-04T08:43:10.837Z] === RUN TestDaemonIpcModePrivate [2022-03-04T08:43:10.850Z] --- PASS: TestRandomAllocateDeallocate (4.80s) [2022-03-04T08:43:10.850Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:43:11.305Z] === RUN TestGetEmptyCapabilities [2022-03-04T08:43:11.306Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T08:43:11.306Z] === RUN TestGetExtraCapabilities [2022-03-04T08:43:11.306Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-04T08:43:11.306Z] === RUN TestGetInvalidCapabilities [2022-03-04T08:43:11.306Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-04T08:43:11.306Z] === RUN TestRemoteDriver [2022-03-04T08:43:11.306Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T08:43:11.306Z] === RUN TestDriverError [2022-03-04T08:43:11.306Z] --- PASS: TestDriverError (0.01s) [2022-03-04T08:43:11.306Z] === RUN TestMissingValues [2022-03-04T08:43:11.306Z] --- PASS: TestMissingValues (0.01s) [2022-03-04T08:43:11.306Z] === RUN TestRollback [2022-03-04T08:43:11.306Z] --- PASS: TestRollback (0.00s) [2022-03-04T08:43:11.306Z] PASS [2022-03-04T08:43:11.306Z] coverage: 57.4% of statements [2022-03-04T08:43:11.306Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.104s coverage: 57.4% of statements [2022-03-04T08:43:11.761Z] === RUN TestNAT [2022-03-04T08:43:11.761Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:43:11.761Z] --- SKIP: TestNAT (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestTransparent [2022-03-04T08:43:11.761Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:43:11.761Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T08:43:11.761Z] PASS [2022-03-04T08:43:11.761Z] coverage: 0.0% of statements [2022-03-04T08:43:11.761Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.050s coverage: 0.0% of statements [2022-03-04T08:43:11.761Z] === RUN TestBuildDefault [2022-03-04T08:43:11.761Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestBuildHostnameDomainname [2022-03-04T08:43:11.761Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestBuildHostname [2022-03-04T08:43:11.761Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestBuildHostnameFQDN [2022-03-04T08:43:11.761Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestBuildNoIP [2022-03-04T08:43:11.761Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestUpdate [2022-03-04T08:43:11.761Z] --- PASS: TestUpdate (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T08:43:11.761Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T08:43:11.761Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestAddEmpty [2022-03-04T08:43:11.761Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T08:43:11.761Z] === RUN TestAdd [2022-03-04T08:43:11.811Z] check_test.go:308: [dbfdb2fa97bef] daemon is not started [2022-03-04T08:43:11.811Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-04T08:43:11.811Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T08:43:12.218Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestDeleteEmpty [2022-03-04T08:43:12.218Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestDeleteNewline [2022-03-04T08:43:12.218Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestDelete [2022-03-04T08:43:12.218Z] --- PASS: TestDelete (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestConcurrentWrites [2022-03-04T08:43:12.218Z] --- PASS: TestAllocateRandomDeallocate (1.03s) [2022-03-04T08:43:12.218Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T08:43:12.218Z] === RUN TestNew [2022-03-04T08:43:12.218Z] --- PASS: TestNew (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestAddDriver [2022-03-04T08:43:12.218Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestAddDuplicateDriver [2022-03-04T08:43:12.218Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T08:43:12.218Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestDriver [2022-03-04T08:43:12.218Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestIPAM [2022-03-04T08:43:12.218Z] --- PASS: TestIPAM (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestWalkIPAMs [2022-03-04T08:43:12.218Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T08:43:12.218Z] === RUN TestWalkDrivers [2022-03-04T08:43:12.218Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T08:43:12.218Z] PASS [2022-03-04T08:43:12.218Z] coverage: 82.4% of statements [2022-03-04T08:43:12.218Z] ok github.com/docker/docker/libnetwork/drvregistry 0.086s coverage: 82.4% of statements [2022-03-04T08:43:12.218Z] --- PASS: TestConcurrentWrites (0.25s) [2022-03-04T08:43:12.218Z] PASS [2022-03-04T08:43:12.218Z] coverage: 81.2% of statements [2022-03-04T08:43:12.218Z] ok github.com/docker/docker/libnetwork/etchosts 0.324s coverage: 81.2% of statements [2022-03-04T08:43:12.220Z] --- PASS: TestCreateServiceMaxReplicas (2.73s) [2022-03-04T08:43:12.220Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:43:12.674Z] === RUN TestNew [2022-03-04T08:43:12.674Z] --- PASS: TestNew (0.00s) [2022-03-04T08:43:12.674Z] === RUN TestAllocate [2022-03-04T08:43:12.674Z] --- PASS: TestAllocate (0.00s) [2022-03-04T08:43:12.674Z] === RUN TestUninitialized [2022-03-04T08:43:12.674Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T08:43:12.674Z] === RUN TestAllocateInRange [2022-03-04T08:43:12.675Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T08:43:12.675Z] === RUN TestAllocateSerial [2022-03-04T08:43:12.675Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T08:43:12.675Z] PASS [2022-03-04T08:43:12.675Z] coverage: 87.5% of statements [2022-03-04T08:43:12.675Z] ok github.com/docker/docker/libnetwork/idm 0.042s coverage: 87.5% of statements [2022-03-04T08:43:12.675Z] === RUN TestCaller [2022-03-04T08:43:12.675Z] --- PASS: TestCaller (0.00s) [2022-03-04T08:43:12.675Z] PASS [2022-03-04T08:43:12.675Z] coverage: 100.0% of statements [2022-03-04T08:43:12.675Z] ok github.com/docker/docker/libnetwork/internal/caller 0.052s coverage: 100.0% of statements [2022-03-04T08:43:12.675Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.82s) [2022-03-04T08:43:12.675Z] === RUN TestRetrieveFromStore [2022-03-04T08:43:12.769Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2022-03-04T08:43:12.769Z] --- PASS: TestDaemonIpcModePrivate (1.97s) [2022-03-04T08:43:12.769Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T08:43:13.251Z] Removing intermediate container a7e85f69932c [2022-03-04T08:43:13.251Z] ---> e48633878154 [2022-03-04T08:43:13.251Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T08:43:13.251Z] ---> Running in dcd9e8e6363c [2022-03-04T08:43:13.637Z] === RUN TestSetSerialInsertDelete [2022-03-04T08:43:13.637Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T08:43:13.637Z] === RUN TestSetParallelInsertDelete [2022-03-04T08:43:13.637Z] --- PASS: TestRetrieveFromStore (0.59s) [2022-03-04T08:43:13.637Z] === RUN TestIsCorrupted [2022-03-04T08:43:13.637Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-04T08:43:13.637Z] === RUN TestSetRollover [2022-03-04T08:43:13.706Z] [2022-03-04T08:43:13.706Z] SUCCESS: Specified value was saved. [2022-03-04T08:43:13.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:13.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:43:14.093Z] === RUN TestInt2IP2IntConversion [2022-03-04T08:43:14.548Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-03-04T08:43:14.548Z] === RUN TestGetAddressVersion [2022-03-04T08:43:14.548Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T08:43:14.548Z] === RUN TestKeyString [2022-03-04T08:43:14.548Z] --- PASS: TestKeyString (0.00s) [2022-03-04T08:43:14.548Z] === RUN TestPoolDataMarshal [2022-03-04T08:43:14.548Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T08:43:14.548Z] === RUN TestSubnetsMarshal [2022-03-04T08:43:14.548Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-04T08:43:14.548Z] === RUN TestAddSubnets [2022-03-04T08:43:14.548Z] --- PASS: TestAddSubnets (0.05s) [2022-03-04T08:43:14.548Z] === RUN TestDoublePoolRelease [2022-03-04T08:43:14.548Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-04T08:43:14.548Z] === RUN TestAddReleasePoolID [2022-03-04T08:43:14.682Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-03-04T08:43:14.682Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s) [2022-03-04T08:43:14.682Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T08:43:14.942Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-04T08:43:15.005Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-03-04T08:43:15.005Z] === RUN TestPredefinedPool [2022-03-04T08:43:15.005Z] === RUN TestPoolRequest [2022-03-04T08:43:15.005Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T08:43:15.005Z] === RUN TestOtherRequests [2022-03-04T08:43:15.005Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T08:43:15.005Z] PASS [2022-03-04T08:43:15.005Z] coverage: 57.1% of statements [2022-03-04T08:43:15.005Z] ok github.com/docker/docker/libnetwork/ipams/null 0.044s coverage: 57.1% of statements [2022-03-04T08:43:15.005Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-04T08:43:15.005Z] === RUN TestRemoveSubnet [2022-03-04T08:43:15.005Z] --- PASS: TestSetRollover (1.35s) [2022-03-04T08:43:15.005Z] === RUN TestSetRolloverSerial [2022-03-04T08:43:15.005Z] --- PASS: TestRemoveSubnet (0.18s) [2022-03-04T08:43:15.005Z] === RUN TestGetSameAddress [2022-03-04T08:43:15.005Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-04T08:43:15.005Z] === RUN TestPoolAllocationReuse [2022-03-04T08:43:15.511Z] check_test.go:308: [d4d7dbf2fa8f0] daemon is not started [2022-03-04T08:43:15.511Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-04T08:43:15.868Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:43:15.870Z] Removing intermediate container dcd9e8e6363c [2022-03-04T08:43:15.870Z] ---> fad6f298340b [2022-03-04T08:43:15.870Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T08:43:15.969Z] === RUN TestGetCapabilities [2022-03-04T08:43:15.969Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T08:43:15.969Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T08:43:15.969Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-04T08:43:15.969Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T08:43:15.969Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-04T08:43:15.969Z] === RUN TestRemoteDriver [2022-03-04T08:43:15.969Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T08:43:15.969Z] PASS [2022-03-04T08:43:15.969Z] coverage: 47.4% of statements [2022-03-04T08:43:15.969Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.071s coverage: 47.4% of statements [2022-03-04T08:43:15.969Z] --- PASS: TestSetRolloverSerial (1.14s) [2022-03-04T08:43:15.969Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T08:43:15.969Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T08:43:15.969Z] PASS [2022-03-04T08:43:15.969Z] coverage: 84.4% of statements [2022-03-04T08:43:15.969Z] ok github.com/docker/docker/libnetwork/bitseq 9.844s coverage: 84.4% of statements [2022-03-04T08:43:16.081Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2022-03-04T08:43:16.081Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.62s) [2022-03-04T08:43:16.081Z] === RUN TestIpcModeOlderClient [2022-03-04T08:43:16.081Z] === PAUSE TestIpcModeOlderClient [2022-03-04T08:43:16.081Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:43:16.326Z] ---> Running in 6c59708ec5ca [2022-03-04T08:43:16.425Z] --- PASS: TestPoolAllocationReuse (1.22s) [2022-03-04T08:43:16.425Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T08:43:16.425Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-04T08:43:16.425Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T08:43:16.650Z] --- PASS: TestKillContainerInvalidSignal (0.61s) [2022-03-04T08:43:16.650Z] === RUN TestKillContainer [2022-03-04T08:43:16.650Z] === RUN TestKillContainer/no_signal [2022-03-04T08:43:16.882Z] === RUN TestWindowsIPAM [2022-03-04T08:43:16.882Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T08:43:16.882Z] PASS [2022-03-04T08:43:16.882Z] coverage: 71.4% of statements [2022-03-04T08:43:16.882Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-04T08:43:17.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:43:17.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:43:17.339Z] === RUN TestDefaultNetwork [2022-03-04T08:43:17.591Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:43:17.798Z] --- PASS: TestDefaultNetwork (0.28s) [2022-03-04T08:43:17.798Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T08:43:17.798Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.74s) [2022-03-04T08:43:17.798Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T08:43:17.851Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:43:18.261Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-03-04T08:43:18.261Z] === RUN TestInitAddressPools [2022-03-04T08:43:18.261Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T08:43:18.261Z] PASS [2022-03-04T08:43:18.261Z] coverage: 74.0% of statements [2022-03-04T08:43:18.261Z] ok github.com/docker/docker/libnetwork/ipamutils 0.642s coverage: 74.0% of statements [2022-03-04T08:43:18.422Z] docker_cli_daemon_plugins_test.go:80: [dafe28140f59b] daemon is not started [2022-03-04T08:43:18.683Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T08:43:18.683Z] --- PASS: TestKillContainer (2.04s) [2022-03-04T08:43:18.683Z] --- PASS: TestKillContainer/no_signal (0.63s) [2022-03-04T08:43:18.683Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2022-03-04T08:43:18.683Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2022-03-04T08:43:18.683Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:43:18.683Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T08:43:18.718Z] === RUN TestKeyValue [2022-03-04T08:43:18.718Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T08:43:18.718Z] PASS [2022-03-04T08:43:18.718Z] coverage: 60.0% of statements [2022-03-04T08:43:18.718Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-03-04T08:43:19.164Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:43:19.164Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:43:19.622Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-04T08:43:19.622Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T08:43:20.041Z] Cannot create a file when that file already exists. [2022-03-04T08:43:20.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.37s) [2022-03-04T08:43:20.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-03-04T08:43:20.191Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2022-03-04T08:43:20.191Z] === RUN TestKillStoppedContainer [2022-03-04T08:43:20.191Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-03-04T08:43:20.191Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:43:20.191Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-03-04T08:43:20.191Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:43:20.249Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.36s) [2022-03-04T08:43:20.249Z] === RUN TestGetAddress [2022-03-04T08:43:20.544Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:43:21.129Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2022-03-04T08:43:21.129Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:43:21.129Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:43:21.129Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:43:21.129Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:43:21.129Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:43:21.129Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T08:43:21.129Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T08:43:21.211Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T08:43:21.212Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T08:43:21.388Z] --- PASS: TestLinksEtcHostsContentMatch (0.51s) [2022-03-04T08:43:21.389Z] === RUN TestLinksContainerNames [2022-03-04T08:43:21.669Z] === RUN TestNetworkDBSimple [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.03s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.25s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.27s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.71s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.56s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.68s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.77s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.60s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.61s) [2022-03-04T08:43:21.933Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.56s) [2022-03-04T08:43:21.933Z] === RUN TestCgroupNamespacesRun [2022-03-04T08:43:22.126Z] === RUN TestGenerate [2022-03-04T08:43:22.126Z] --- PASS: TestGenerate (0.00s) [2022-03-04T08:43:22.126Z] === RUN TestGeneratePtr [2022-03-04T08:43:22.126Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T08:43:22.126Z] === RUN TestGenerateMissingField [2022-03-04T08:43:22.126Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T08:43:22.126Z] === RUN TestFieldCannotBeSet [2022-03-04T08:43:22.126Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T08:43:22.126Z] === RUN TestTypeMismatchError [2022-03-04T08:43:22.126Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T08:43:22.126Z] PASS [2022-03-04T08:43:22.126Z] coverage: 100.0% of statements [2022-03-04T08:43:22.126Z] ok github.com/docker/docker/libnetwork/options 0.041s coverage: 100.0% of statements [2022-03-04T08:43:22.327Z] docker_cli_daemon_plugins_test.go:170: [dedbc4af4fd40] daemon is not started [2022-03-04T08:43:22.582Z] 2022/03/04 08:43:22 Closing DB instances... [2022-03-04T08:43:22.586Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T08:43:22.845Z] --- PASS: TestLinksContainerNames (1.32s) [2022-03-04T08:43:22.845Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:43:23.039Z] testing: warning: no tests to run [2022-03-04T08:43:23.039Z] PASS [2022-03-04T08:43:23.039Z] coverage: 0.0% of statements [2022-03-04T08:43:23.039Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:43:23.359Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-04T08:43:23.359Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T08:43:23.415Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2022-03-04T08:43:23.415Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T08:43:23.495Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-04T08:43:23.495Z] PASS [2022-03-04T08:43:23.495Z] coverage: 100.0% of statements [2022-03-04T08:43:23.495Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.048s coverage: 100.0% of statements [2022-03-04T08:43:23.674Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-04T08:43:23.754Z] Removing intermediate container 6c59708ec5ca [2022-03-04T08:43:23.754Z] ---> 6a1b7e3cd1f9 [2022-03-04T08:43:23.754Z] Step 13/13 : CMD ["sh"] [2022-03-04T08:43:23.754Z] ---> Running in 70e8783a041f [2022-03-04T08:43:23.952Z] === RUN TestRequestNewPort [2022-03-04T08:43:23.952Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestRequestSpecificPort [2022-03-04T08:43:23.952Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestReleasePort [2022-03-04T08:43:23.952Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestReuseReleasedPort [2022-03-04T08:43:23.952Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestReleaseUnreadledPort [2022-03-04T08:43:23.952Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestUnknowProtocol [2022-03-04T08:43:23.952Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestAllocateAllPorts [2022-03-04T08:43:23.952Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestPortAllocation [2022-03-04T08:43:23.952Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T08:43:23.952Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestNoDuplicateBPR [2022-03-04T08:43:23.952Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T08:43:23.952Z] === RUN TestChangePortRange [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T08:43:23.952Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T08:43:23.952Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T08:43:23.952Z] PASS [2022-03-04T08:43:23.952Z] coverage: 88.6% of statements [2022-03-04T08:43:23.952Z] ok github.com/docker/docker/libnetwork/portallocator 0.066s coverage: 88.6% of statements [2022-03-04T08:43:24.212Z] Removing intermediate container 70e8783a041f [2022-03-04T08:43:24.212Z] ---> c9671457ddcd [2022-03-04T08:43:24.212Z] Successfully built c9671457ddcd [2022-03-04T08:43:24.212Z] Successfully tagged busybox:latest [2022-03-04T08:43:24.212Z] INFO: Docker images of the daemon under test [2022-03-04T08:43:24.212Z] [2022-03-04T08:43:24.212Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:43:24.212Z] busybox latest c9671457ddcd Less than a second ago 5GB [2022-03-04T08:43:24.212Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T08:43:24.212Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T08:43:24.212Z] [2022-03-04T08:43:24.212Z] INFO: Running integration tests at 03/04/2022 08:43:23... [2022-03-04T08:43:24.212Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T08:43:24.212Z] INFO: Integration API tests being run from the host: [2022-03-04T08:43:24.212Z] INFO: make.ps1 starting at 03/04/2022 08:43:23 [2022-03-04T08:43:24.245Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/default [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/private [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/slave [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/shared [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/default [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/shared [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/slave [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/private [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T08:43:24.245Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:43:24.245Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T08:43:24.245Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T08:43:24.300Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-03-04T08:43:24.300Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T08:43:24.409Z] testing: warning: no tests to run [2022-03-04T08:43:24.409Z] PASS [2022-03-04T08:43:24.409Z] coverage: 0.0% of statements [2022-03-04T08:43:24.409Z] ok github.com/docker/docker/libnetwork/portmapper 0.048s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:43:24.409Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-03-04T08:43:24.409Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T08:43:24.409Z] === RUN TestHashData [2022-03-04T08:43:24.409Z] --- PASS: TestHashData (0.00s) [2022-03-04T08:43:24.409Z] PASS [2022-03-04T08:43:24.409Z] coverage: 2.8% of statements [2022-03-04T08:43:24.409Z] ok github.com/docker/docker/libnetwork/resolvconf 0.063s coverage: 2.8% of statements [2022-03-04T08:43:24.505Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T08:43:24.506Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T08:43:24.765Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-04T08:43:24.765Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T08:43:24.765Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T08:43:24.865Z] === RUN TestErrorConstructors [2022-03-04T08:43:24.865Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T08:43:24.865Z] === RUN TestCompareIPMask [2022-03-04T08:43:24.865Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T08:43:25.177Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T08:43:25.244Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.05s) [2022-03-04T08:43:25.244Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T08:43:25.324Z] === RUN TestUtilGetHostPartIP [2022-03-04T08:43:25.324Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T08:43:25.324Z] === RUN TestUtilGetBroadcastIP [2022-03-04T08:43:25.324Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T08:43:25.324Z] === RUN TestParseCIDR [2022-03-04T08:43:25.324Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T08:43:25.324Z] PASS [2022-03-04T08:43:25.324Z] coverage: 37.3% of statements [2022-03-04T08:43:25.324Z] ok github.com/docker/docker/libnetwork/types 0.051s coverage: 37.3% of statements [2022-03-04T08:43:25.337Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T08:43:25.781Z] 2022/03/04 08:43:25 Closing DB instances... [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T08:43:25.781Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T08:43:25.781Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T08:43:25.781Z] PASS [2022-03-04T08:43:25.781Z] coverage: 50.0% of statements [2022-03-04T08:43:25.781Z] ok github.com/docker/docker/oci 0.062s coverage: 50.0% of statements [2022-03-04T08:43:25.908Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T08:43:26.626Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2022-03-04T08:43:26.626Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T08:43:26.747Z] === RUN TestAddressPoolOpt [2022-03-04T08:43:26.747Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/a [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/something [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/_=a [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/PATH [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/=a [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/PATH= [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/PATH=something [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/1asd [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/123 [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/some_space [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/= [2022-03-04T08:43:26.747Z] === RUN TestValidateEnv/PaTh [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestParseHost [2022-03-04T08:43:26.747Z] --- PASS: TestParseHost (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestParseDockerDaemonHost [2022-03-04T08:43:26.747Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestParseTCP [2022-03-04T08:43:26.747Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T08:43:26.747Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestValidateExtraHosts [2022-03-04T08:43:26.747Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestIpOptString [2022-03-04T08:43:26.747Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T08:43:26.747Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T08:43:26.747Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestIpOptSetInvalidVal [2022-03-04T08:43:26.747Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestValidateIPAddress [2022-03-04T08:43:26.747Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestMapOpts [2022-03-04T08:43:26.747Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestListOptsWithoutValidator [2022-03-04T08:43:26.747Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestListOptsWithValidator [2022-03-04T08:43:26.747Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestValidateDNSSearch [2022-03-04T08:43:26.747Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T08:43:26.747Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:43:26.747Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestNamedListOpts [2022-03-04T08:43:26.747Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestNamedMapOpts [2022-03-04T08:43:26.747Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestParseLink [2022-03-04T08:43:26.747Z] --- PASS: TestParseLink (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T08:43:26.747Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T08:43:26.747Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T08:43:26.747Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T08:43:26.747Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T08:43:26.747Z] === RUN TestUlimitOpt [2022-03-04T08:43:26.747Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T08:43:26.747Z] PASS [2022-03-04T08:43:26.747Z] coverage: 67.4% of statements [2022-03-04T08:43:26.747Z] ok github.com/docker/docker/opts 0.077s coverage: 67.4% of statements [2022-03-04T08:43:26.747Z] === RUN TestParseVersion [2022-03-04T08:43:26.747Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T08:43:26.747Z] PASS [2022-03-04T08:43:26.747Z] coverage: 52.9% of statements [2022-03-04T08:43:26.747Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2022-03-04T08:43:26.851Z] --- PASS: TestContainerBindMountNonRecursive (1.87s) [2022-03-04T08:43:26.851Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T08:43:27.095Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.16s) [2022-03-04T08:43:27.095Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:43:27.204Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-04T08:43:27.204Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T08:43:27.420Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-04T08:43:27.420Z] --- PASS: TestContainerVolumesMountedAsShared (0.70s) [2022-03-04T08:43:27.420Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T08:43:27.568Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.07s) [2022-03-04T08:43:27.568Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T08:43:27.989Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-04T08:43:27.989Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2022-03-04T08:43:27.989Z] === RUN TestNetworkNat [2022-03-04T08:43:28.167Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T08:43:28.510Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2022-03-04T08:43:28.510Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T08:43:28.558Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-04T08:43:28.626Z] 2022/03/04 08:43:28 Closing DB instances... [2022-03-04T08:43:28.626Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T08:43:28.626Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T08:43:28.626Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s) [2022-03-04T08:43:28.626Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T08:43:28.626Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T08:43:28.626Z] === RUN TestMiddleware [2022-03-04T08:43:28.626Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T08:43:28.626Z] === RUN TestNewResponseModifier [2022-03-04T08:43:28.626Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T08:43:28.626Z] PASS [2022-03-04T08:43:28.627Z] coverage: 26.8% of statements [2022-03-04T08:43:28.627Z] ok github.com/docker/docker/pkg/authorization 0.548s coverage: 26.8% of statements [2022-03-04T08:43:28.817Z] --- PASS: TestNetworkNat (0.74s) [2022-03-04T08:43:28.817Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:43:28.817Z] check_test.go:308: [d2f060b65b6c5] daemon is not started [2022-03-04T08:43:28.817Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-04T08:43:29.082Z] === RUN TestIsArchivePathDir [2022-03-04T08:43:29.082Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-04T08:43:29.082Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T08:43:29.450Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-04T08:43:29.450Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T08:43:29.538Z] --- PASS: TestIsArchivePathInvalidFile (0.24s) [2022-03-04T08:43:29.538Z] === RUN TestIsArchivePathTar [2022-03-04T08:43:29.538Z] === RUN TestUnbuffered [2022-03-04T08:43:29.538Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T08:43:29.538Z] === RUN TestRaceUnbuffered [2022-03-04T08:43:29.538Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T08:43:29.538Z] PASS [2022-03-04T08:43:29.538Z] coverage: 100.0% of statements [2022-03-04T08:43:29.538Z] ok github.com/docker/docker/pkg/broadcaster 0.042s coverage: 100.0% of statements [2022-03-04T08:43:29.538Z] --- PASS: TestIsArchivePathTar (0.28s) [2022-03-04T08:43:29.538Z] === RUN TestDecompressStreamGzip [2022-03-04T08:43:29.759Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2022-03-04T08:43:29.759Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:43:29.996Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-03-04T08:43:29.996Z] === RUN TestDecompressStreamBzip2 [2022-03-04T08:43:29.996Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-03-04T08:43:29.996Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T08:43:29.996Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-03-04T08:43:29.996Z] === RUN TestDecompressStreamXz [2022-03-04T08:43:29.996Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:43:29.996Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestDecompressStreamZstd [2022-03-04T08:43:29.996Z] archive_test.go:140: zstd not installed [2022-03-04T08:43:29.996Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-04T08:43:29.996Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T08:43:29.996Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T08:43:29.996Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestCompressStreamInvalid [2022-03-04T08:43:29.996Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionInvalid [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionUncompressed [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionBzip2 [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionGzip [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionXz [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestExtensionZstd [2022-03-04T08:43:29.996Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestCmdStreamLargeStderr [2022-03-04T08:43:29.996Z] === RUN TestMatch [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[foo]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[]#01 [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[qux]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T08:43:29.996Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T08:43:29.996Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T08:43:29.996Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T08:43:29.996Z] PASS [2022-03-04T08:43:29.996Z] coverage: 87.5% of statements [2022-03-04T08:43:29.996Z] ok github.com/docker/docker/pkg/capabilities 0.045s coverage: 87.5% of statements [2022-03-04T08:43:29.996Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-04T08:43:29.996Z] === RUN TestCmdStreamBad [2022-03-04T08:43:29.996Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:43:29.996Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestCmdStreamGood [2022-03-04T08:43:29.996Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-04T08:43:29.996Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T08:43:29.996Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-04T08:43:29.996Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T08:43:29.996Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T08:43:29.996Z] === RUN TestUntarPath [2022-03-04T08:43:30.391Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2022-03-04T08:43:30.391Z] === RUN TestNISDomainname [2022-03-04T08:43:30.452Z] --- PASS: TestUntarPath (0.07s) [2022-03-04T08:43:30.452Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T08:43:30.452Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-04T08:43:30.452Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T08:43:30.452Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.21s) [2022-03-04T08:43:30.452Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T08:43:30.452Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T08:43:30.452Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T08:43:30.452Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T08:43:30.452Z] === RUN TestCopyWithTarSrcFile [2022-03-04T08:43:30.452Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T08:43:30.452Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T08:43:30.452Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T08:43:30.452Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T08:43:30.452Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T08:43:30.452Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T08:43:30.452Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-04T08:43:30.452Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T08:43:30.452Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T08:43:30.452Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T08:43:30.452Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-04T08:43:30.452Z] === RUN TestTarFiles [2022-03-04T08:43:30.698Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-04T08:43:30.961Z] --- PASS: TestNISDomainname (0.46s) [2022-03-04T08:43:30.961Z] === RUN TestHostnameDnsResolution [2022-03-04T08:43:31.414Z] === RUN TestChrootTarUntar [2022-03-04T08:43:31.414Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T08:43:31.414Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T08:43:31.414Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T08:43:31.414Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootCopyWithTar [2022-03-04T08:43:31.414Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootCopyFileWithTar [2022-03-04T08:43:31.414Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootUntarPath [2022-03-04T08:43:31.414Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T08:43:31.414Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T08:43:31.414Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:43:31.414Z] === RUN TestChrootApplyDotDotFile [2022-03-04T08:43:31.414Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:31.414Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:43:31.414Z] PASS [2022-03-04T08:43:31.414Z] coverage: 15.1% of statements [2022-03-04T08:43:31.414Z] ok github.com/docker/docker/pkg/chrootarchive 0.090s coverage: 15.1% of statements [2022-03-04T08:43:31.531Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-03-04T08:43:31.531Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T08:43:31.870Z] 2022/03/04 08:43:31 Closing DB instances... [2022-03-04T08:43:32.076Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-04T08:43:32.100Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s) [2022-03-04T08:43:32.100Z] === RUN TestStats [2022-03-04T08:43:32.326Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T08:43:32.326Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T08:43:32.326Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T08:43:32.326Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T08:43:32.326Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T08:43:32.326Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T08:43:32.326Z] PASS [2022-03-04T08:43:32.326Z] coverage: 0.0% of statements [2022-03-04T08:43:32.326Z] ok github.com/docker/docker/pkg/containerfs 0.046s coverage: 0.0% of statements [2022-03-04T08:43:32.644Z] --- PASS: TestNetworkLoopbackNat (3.06s) [2022-03-04T08:43:32.644Z] === RUN TestPause [2022-03-04T08:43:32.644Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T08:43:32.782Z] === RUN TestSizeEmpty [2022-03-04T08:43:32.782Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeEmptyFile [2022-03-04T08:43:32.782Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeNonemptyFile [2022-03-04T08:43:32.782Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T08:43:32.782Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T08:43:32.782Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T08:43:32.782Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestMoveToSubdir [2022-03-04T08:43:32.782Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-04T08:43:32.782Z] === RUN TestSizeNonExistingDirectory [2022-03-04T08:43:32.782Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T08:43:32.782Z] PASS [2022-03-04T08:43:32.782Z] coverage: 80.0% of statements [2022-03-04T08:43:32.782Z] ok github.com/docker/docker/pkg/directory 0.059s coverage: 80.0% of statements [2022-03-04T08:43:33.582Z] --- PASS: TestPause (0.82s) [2022-03-04T08:43:33.582Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:43:33.582Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:43:33.582Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:43:33.582Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:43:33.582Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-04T08:43:33.747Z] === RUN TestPollerAddRemove [2022-03-04T08:43:33.747Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T08:43:33.747Z] === RUN TestPollerEvent [2022-03-04T08:43:33.747Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:43:33.747Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T08:43:33.747Z] === RUN TestPollerClose [2022-03-04T08:43:33.747Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T08:43:33.747Z] PASS [2022-03-04T08:43:33.747Z] coverage: 45.7% of statements [2022-03-04T08:43:33.747Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.7% of statements [2022-03-04T08:43:34.150Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T08:43:34.150Z] --- PASS: TestPauseStopPausedContainer (0.73s) [2022-03-04T08:43:34.150Z] === RUN TestPidHost [2022-03-04T08:43:34.203Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s) [2022-03-04T08:43:34.203Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T08:43:34.638Z] --- PASS: TestStats (2.38s) [2022-03-04T08:43:34.638Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:43:34.638Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T08:43:34.638Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T08:43:34.638Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T08:43:34.638Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T08:43:34.638Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T08:43:34.638Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T08:43:34.638Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T08:43:34.638Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T08:43:34.638Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T08:43:34.638Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T08:43:34.897Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T08:43:35.166Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T08:43:35.166Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:43:35.166Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T08:43:35.166Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T08:43:35.166Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCopyFile [2022-03-04T08:43:35.166Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T08:43:35.166Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:43:35.166Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T08:43:35.166Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T08:43:35.166Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:43:35.166Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestWildcardMatches [2022-03-04T08:43:35.166Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestPatternMatches [2022-03-04T08:43:35.166Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T08:43:35.166Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T08:43:35.166Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T08:43:35.166Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T08:43:35.166Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T08:43:35.166Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T08:43:35.166Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestSingleExclamationError [2022-03-04T08:43:35.166Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestMatchesWithNoPatterns [2022-03-04T08:43:35.166Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T08:43:35.166Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestMatches [2022-03-04T08:43:35.166Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T08:43:35.166Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T08:43:35.166Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T08:43:35.166Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T08:43:35.166Z] --- PASS: TestMatches (0.01s) [2022-03-04T08:43:35.166Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T08:43:35.166Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-04T08:43:35.166Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T08:43:35.166Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatterns [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T08:43:35.166Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCreateIfNotExistsDir [2022-03-04T08:43:35.166Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-04T08:43:35.166Z] === RUN TestCreateIfNotExistsFile [2022-03-04T08:43:35.166Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-04T08:43:35.166Z] === RUN TestMatch [2022-03-04T08:43:35.166Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:43:35.166Z] === RUN TestCompile [2022-03-04T08:43:35.166Z] === RUN TestCompile/slash [2022-03-04T08:43:35.166Z] === RUN TestCompile/backslash [2022-03-04T08:43:35.166Z] --- PASS: TestCompile (0.00s) [2022-03-04T08:43:35.166Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T08:43:35.166Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T08:43:35.166Z] PASS [2022-03-04T08:43:35.166Z] coverage: 84.7% of statements [2022-03-04T08:43:35.166Z] ok github.com/docker/docker/pkg/fileutils 0.095s coverage: 84.7% of statements [2022-03-04T08:43:35.531Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T08:43:35.531Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-04T08:43:35.622Z] === RUN TestGet [2022-03-04T08:43:35.622Z] --- PASS: TestGet (0.00s) [2022-03-04T08:43:35.622Z] === RUN TestGetShortcutString [2022-03-04T08:43:35.622Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T08:43:35.622Z] PASS [2022-03-04T08:43:35.622Z] coverage: 42.9% of statements [2022-03-04T08:43:35.622Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2022-03-04T08:43:35.791Z] --- PASS: TestPidHost (1.57s) [2022-03-04T08:43:35.791Z] === RUN TestPsFilter [2022-03-04T08:43:35.791Z] --- PASS: TestPsFilter (0.16s) [2022-03-04T08:43:35.791Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:43:36.092Z] 2022/03/04 08:43:35 Closing DB instances... [2022-03-04T08:43:36.092Z] --- PASS: TestTarFiles (5.68s) [2022-03-04T08:43:36.092Z] === RUN TestDetectCompressionZstd [2022-03-04T08:43:36.092Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T08:43:36.092Z] === RUN TestTarUntar [2022-03-04T08:43:36.549Z] --- PASS: TestTarUntar (0.04s) [2022-03-04T08:43:36.549Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T08:43:36.549Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-04T08:43:36.549Z] === RUN TestTarWithOptions [2022-03-04T08:43:36.549Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-04T08:43:36.549Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T08:43:36.549Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T08:43:36.549Z] === RUN TestUntarUstarGnuConflict [2022-03-04T08:43:36.549Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-04T08:43:36.549Z] === RUN TestUntarInvalidFilenames [2022-03-04T08:43:36.549Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1535566337\\dest" [2022-03-04T08:43:36.549Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2022-03-04T08:43:36.549Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T08:43:36.549Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-04T08:43:36.549Z] === RUN TestUntarInvalidHardlink [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4070455697\\victim\\hello" -> "../victim/hello" [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3937313635\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1573569025\\victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1895636915\\victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink48024442\\victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink304715506\\victim" -> "../victim" [2022-03-04T08:43:36.549Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-04T08:43:36.549Z] === RUN TestUntarInvalidSymlink [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1813832956\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink6453589\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1501339041\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2293407081\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink853395907\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2084167388\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:36.549Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink614351946\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T08:43:36.549Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-04T08:43:36.549Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T08:43:36.549Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T08:43:36.549Z] === RUN TestXGlobalNoParent [2022-03-04T08:43:36.549Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T08:43:36.549Z] === RUN TestReplaceFileTarWrapper [2022-03-04T08:43:36.549Z] === RUN TestCreateIDMapOrder [2022-03-04T08:43:36.549Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T08:43:36.549Z] PASS [2022-03-04T08:43:36.549Z] coverage: 7.2% of statements [2022-03-04T08:43:36.549Z] ok github.com/docker/docker/pkg/idtools 0.044s coverage: 7.2% of statements [2022-03-04T08:43:36.731Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2022-03-04T08:43:36.731Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:43:36.991Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-04T08:43:37.006Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2022-03-04T08:43:37.006Z] === RUN TestPrefixHeaderReadable [2022-03-04T08:43:37.006Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-04T08:43:37.006Z] === RUN TestDisablePigz [2022-03-04T08:43:37.006Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T08:43:37.006Z] --- PASS: TestDisablePigz (0.12s) [2022-03-04T08:43:37.006Z] === RUN TestPigz [2022-03-04T08:43:37.006Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T08:43:37.006Z] --- PASS: TestPigz (0.22s) [2022-03-04T08:43:37.006Z] === RUN TestNosysFileInfo [2022-03-04T08:43:37.006Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T08:43:37.006Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:43:37.006Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:43:37.006Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:43:37.006Z] === RUN TestCanonicalTarNameForPath [2022-03-04T08:43:37.006Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T08:43:37.006Z] === RUN TestCanonicalTarName [2022-03-04T08:43:37.006Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T08:43:37.006Z] === RUN TestChmodTarEntry [2022-03-04T08:43:37.006Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T08:43:37.006Z] === RUN TestHardLinkOrder [2022-03-04T08:43:37.252Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2022-03-04T08:43:37.252Z] === RUN TestRemoveContainerRunning [2022-03-04T08:43:37.434Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T08:43:37.463Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-04T08:43:37.463Z] === RUN TestNetworkDBNodeLeave [2022-03-04T08:43:37.463Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-04T08:43:37.463Z] === RUN TestChangeString [2022-03-04T08:43:37.463Z] --- PASS: TestChangeString (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesWithNoChanges [2022-03-04T08:43:37.463Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-04T08:43:37.463Z] === RUN TestChangesWithChanges [2022-03-04T08:43:37.463Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-04T08:43:37.463Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T08:43:37.463Z] changes_test.go:195: needs more investigation [2022-03-04T08:43:37.463Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesDirsEmpty [2022-03-04T08:43:37.463Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:43:37.463Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesDirsMutated [2022-03-04T08:43:37.463Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:43:37.463Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestApplyLayer [2022-03-04T08:43:37.463Z] changes_test.go:432: needs further investigation [2022-03-04T08:43:37.463Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T08:43:37.463Z] changes_test.go:468: needs further investigation [2022-03-04T08:43:37.463Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T08:43:37.463Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T08:43:37.463Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestChangesSize [2022-03-04T08:43:37.463Z] --- PASS: TestChangesSize (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T08:43:37.463Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4158103473\\dest" [2022-03-04T08:43:37.463Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-04T08:43:37.463Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4015582932\\victim\\hello" -> "../victim/hello" [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink816951982\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1899678379\\victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3564768400\\victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2698524594\\victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1828723407\\victim" -> "../victim" [2022-03-04T08:43:37.463Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-04T08:43:37.463Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1202880895\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3616730837\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink811071987\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2820876213\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2280341363\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:37.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1423809332\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:43:37.463Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-04T08:43:37.463Z] === RUN TestApplyLayerWhiteouts [2022-03-04T08:43:37.463Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-04T08:43:37.463Z] === RUN TestGenerateEmptyFile [2022-03-04T08:43:37.463Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T08:43:37.463Z] === RUN TestGenerateWithContent [2022-03-04T08:43:37.463Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T08:43:37.463Z] PASS [2022-03-04T08:43:37.463Z] coverage: 62.0% of statements [2022-03-04T08:43:37.463Z] ok github.com/docker/docker/pkg/archive 8.497s coverage: 62.0% of statements [2022-03-04T08:43:37.920Z] === RUN TestFixedBufferCap [2022-03-04T08:43:37.920Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestFixedBufferLen [2022-03-04T08:43:37.920Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestFixedBufferString [2022-03-04T08:43:37.920Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestFixedBufferWrite [2022-03-04T08:43:37.920Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestFixedBufferRead [2022-03-04T08:43:37.920Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestBytesPipeRead [2022-03-04T08:43:37.920Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestBytesPipeWrite [2022-03-04T08:43:37.920Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T08:43:37.920Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T08:43:38.193Z] --- PASS: TestRemoveContainerRunning (0.66s) [2022-03-04T08:43:38.193Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:43:38.376Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2022-03-04T08:43:38.376Z] === RUN TestAtomicWriteToFile [2022-03-04T08:43:38.376Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T08:43:38.376Z] === RUN TestAtomicWriteSetCommit [2022-03-04T08:43:38.376Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-04T08:43:38.376Z] === RUN TestAtomicWriteSetCancel [2022-03-04T08:43:38.376Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-04T08:43:38.376Z] === RUN TestReadCloserWrapperClose [2022-03-04T08:43:38.376Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T08:43:38.376Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestReaderErrWrapperRead [2022-03-04T08:43:38.376Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestCancelReadCloser [2022-03-04T08:43:38.376Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-04T08:43:38.376Z] === RUN TestWriteCloserWrapperClose [2022-03-04T08:43:38.376Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestNopWriteCloser [2022-03-04T08:43:38.376Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestNopWriter [2022-03-04T08:43:38.376Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestWriteCounter [2022-03-04T08:43:38.376Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T08:43:38.376Z] PASS [2022-03-04T08:43:38.376Z] coverage: 69.2% of statements [2022-03-04T08:43:38.376Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 69.2% of statements [2022-03-04T08:43:38.376Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-04T08:43:38.376Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-03-04T08:43:38.376Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-03-04T08:43:38.376Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2022-03-04T08:43:38.376Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2022-03-04T08:43:38.376Z] === RUN TestDeleteDevicemapper [2022-03-04T08:43:38.376Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:43:38.376Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T08:43:38.376Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:43:38.763Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-04T08:43:38.763Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2022-03-04T08:43:38.763Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:43:38.763Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-04T08:43:38.763Z] === RUN TestRenameLinkedContainer [2022-03-04T08:43:39.023Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T08:43:39.295Z] --- PASS: TestCreateServiceSecretFileMode (12.42s) [2022-03-04T08:43:39.295Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:43:39.339Z] === RUN TestError [2022-03-04T08:43:39.339Z] --- PASS: TestError (0.00s) [2022-03-04T08:43:39.339Z] === RUN TestProgressString [2022-03-04T08:43:39.339Z] === RUN TestProgressString/no_progress [2022-03-04T08:43:39.339Z] === RUN TestProgressString/progress_1 [2022-03-04T08:43:39.339Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T08:43:39.339Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T08:43:39.339Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T08:43:39.339Z] === RUN TestProgressString/with_units [2022-03-04T08:43:39.339Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T08:43:39.339Z] === RUN TestProgressString/hide_counts [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T08:43:39.339Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T08:43:39.339Z] === RUN TestJSONMessageDisplay [2022-03-04T08:43:39.339Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-03-04T08:43:39.339Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T08:43:39.339Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T08:43:39.339Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T08:43:39.339Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T08:43:39.339Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T08:43:39.339Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T08:43:39.339Z] PASS [2022-03-04T08:43:39.339Z] coverage: 91.7% of statements [2022-03-04T08:43:39.339Z] ok github.com/docker/docker/pkg/jsonmessage 0.186s coverage: 91.7% of statements [2022-03-04T08:43:39.375Z] .........................xx.................... [ 29%] [2022-03-04T08:43:39.434Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T08:43:39.434Z] === RUN TestBoolValue [2022-03-04T08:43:39.434Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestBoolValueOrDefault [2022-03-04T08:43:39.434Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestInt64ValueOrZero [2022-03-04T08:43:39.434Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestInt64ValueOrDefault [2022-03-04T08:43:39.434Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T08:43:39.434Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestJsonContentType [2022-03-04T08:43:39.434Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T08:43:39.434Z] PASS [2022-03-04T08:43:39.434Z] coverage: 14.7% of statements [2022-03-04T08:43:39.434Z] ok github.com/docker/docker/api/server/httputils 0.056s coverage: 14.7% of statements [2022-03-04T08:43:39.434Z] === RUN TestMaskSecretKeys [2022-03-04T08:43:39.434Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T08:43:39.434Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T08:43:39.434Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T08:43:39.434Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T08:43:39.434Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T08:43:39.434Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T08:43:39.434Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestVersionMiddlewareVersion [2022-03-04T08:43:39.434Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T08:43:39.434Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T08:43:39.434Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T08:43:39.434Z] PASS [2022-03-04T08:43:39.434Z] coverage: 37.7% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/server/middleware 0.078s coverage: 37.7% of statements [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T08:43:39.435Z] === RUN TestStrSliceMarshalJSON [2022-03-04T08:43:39.435Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T08:43:39.435Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestStrSliceUnmarshalString [2022-03-04T08:43:39.435Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T08:43:39.435Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 90.0% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2022-03-04T08:43:39.435Z] === RUN TestAdjustForAPIVersion [2022-03-04T08:43:39.435Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 5.7% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/server/router/swarm 0.058s coverage: 5.7% of statements [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T08:43:39.435Z] === RUN TestToJSON [2022-03-04T08:43:39.435Z] --- PASS: TestToJSON (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestToParamWithVersion [2022-03-04T08:43:39.435Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromJSON [2022-03-04T08:43:39.435Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEmpty [2022-03-04T08:43:39.435Z] --- PASS: TestEmpty (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T08:43:39.435Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestArgsMatchKVList [2022-03-04T08:43:39.435Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestArgsMatch [2022-03-04T08:43:39.435Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestAdd [2022-03-04T08:43:39.435Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDel [2022-03-04T08:43:39.435Z] --- PASS: TestDel (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestLen [2022-03-04T08:43:39.435Z] --- PASS: TestLen (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestExactMatch [2022-03-04T08:43:39.435Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestOnlyOneExactMatch [2022-03-04T08:43:39.435Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestContains [2022-03-04T08:43:39.435Z] --- PASS: TestContains (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestValidate [2022-03-04T08:43:39.435Z] --- PASS: TestValidate (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestWalkValues [2022-03-04T08:43:39.435Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFuzzyMatch [2022-03-04T08:43:39.435Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestClone [2022-03-04T08:43:39.435Z] --- PASS: TestClone (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 92.2% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/types/filters 0.057s coverage: 92.2% of statements [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T08:43:39.435Z] === RUN TestDurationToSecondsString [2022-03-04T08:43:39.435Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestGetTimestamp [2022-03-04T08:43:39.435Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-04T08:43:39.435Z] === RUN TestParseTimestamps [2022-03-04T08:43:39.435Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 100.0% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/types/time 0.260s coverage: 100.0% of statements [2022-03-04T08:43:39.435Z] === RUN TestCompareVersion [2022-03-04T08:43:39.435Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 77.3% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 77.3% of statements [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T08:43:39.435Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestCloneArgsSmartHttp [2022-03-04T08:43:39.435Z] --- PASS: TestCloneArgsSmartHttp (0.10s) [2022-03-04T08:43:39.435Z] === RUN TestCloneArgsDumbHttp [2022-03-04T08:43:39.435Z] --- PASS: TestCloneArgsDumbHttp (0.04s) [2022-03-04T08:43:39.435Z] === RUN TestCloneArgsGit [2022-03-04T08:43:39.435Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestCheckoutGit [2022-03-04T08:43:39.435Z] === RUN TestEnable [2022-03-04T08:43:39.435Z] --- PASS: TestEnable (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDisable [2022-03-04T08:43:39.435Z] --- PASS: TestDisable (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEnabled [2022-03-04T08:43:39.435Z] --- PASS: TestEnabled (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 100.0% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/cli/debug 0.046s coverage: 100.0% of statements [2022-03-04T08:43:39.435Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T08:43:39.435Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-04T08:43:39.435Z] === RUN TestProcessNoDockerignore [2022-03-04T08:43:39.435Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T08:43:39.435Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDetectContentType [2022-03-04T08:43:39.435Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestSelectAcceptableMIME [2022-03-04T08:43:39.435Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestInspectEmptyResponse [2022-03-04T08:43:39.435Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestInspectResponseBinary [2022-03-04T08:43:39.435Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestResponseUnsupportedContentType [2022-03-04T08:43:39.435Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestInspectResponseTextSimple [2022-03-04T08:43:39.435Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T08:43:39.435Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestUnknownContentLength [2022-03-04T08:43:39.435Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDownloadRemote [2022-03-04T08:43:39.435Z] --- PASS: TestDownloadRemote (0.12s) [2022-03-04T08:43:39.435Z] === RUN TestGetWithStatusError [2022-03-04T08:43:39.435Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestCloseRootDirectory [2022-03-04T08:43:39.435Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:39.435Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestHashFile [2022-03-04T08:43:39.435Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:39.435Z] --- SKIP: TestHashFile (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestHashSubdir [2022-03-04T08:43:39.435Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:39.435Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-04T08:43:39.435Z] === RUN TestRemoveDirectory [2022-03-04T08:43:39.435Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:43:39.435Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 9.3% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/builder/remotecontext 0.370s coverage: 9.3% of statements [2022-03-04T08:43:39.435Z] === RUN TestGetAllAllowed [2022-03-04T08:43:39.435Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestGetAllMeta [2022-03-04T08:43:39.435Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T08:43:39.435Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T08:43:39.435Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestIsExistingDirectory [2022-03-04T08:43:39.435Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-04T08:43:39.435Z] === RUN TestGetFilenameForDownload [2022-03-04T08:43:39.435Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEnv2Variables [2022-03-04T08:43:39.435Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T08:43:39.435Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestMaintainer [2022-03-04T08:43:39.435Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestLabel [2022-03-04T08:43:39.435Z] --- PASS: TestLabel (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromScratch [2022-03-04T08:43:39.435Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromWithArg [2022-03-04T08:43:39.435Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T08:43:39.435Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromWithUndefinedArg [2022-03-04T08:43:39.435Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T08:43:39.435Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestOnbuild [2022-03-04T08:43:39.435Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestWorkdir [2022-03-04T08:43:39.435Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestCmd [2022-03-04T08:43:39.435Z] --- PASS: TestCmd (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestHealthcheckNone [2022-03-04T08:43:39.435Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestHealthcheckCmd [2022-03-04T08:43:39.435Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEntrypoint [2022-03-04T08:43:39.435Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestExpose [2022-03-04T08:43:39.435Z] --- PASS: TestExpose (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestUser [2022-03-04T08:43:39.435Z] --- PASS: TestUser (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestVolume [2022-03-04T08:43:39.435Z] --- PASS: TestVolume (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestStopSignal [2022-03-04T08:43:39.435Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:43:39.435Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestArg [2022-03-04T08:43:39.435Z] --- PASS: TestArg (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestShell [2022-03-04T08:43:39.435Z] --- PASS: TestShell (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestPrependEnvOnCmd [2022-03-04T08:43:39.435Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestRunWithBuildArgs [2022-03-04T08:43:39.435Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T08:43:39.435Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T08:43:39.435Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T08:43:39.435Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T08:43:39.435Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T08:43:39.435Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestNormalizeWorkdir [2022-03-04T08:43:39.435Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDispatch [2022-03-04T08:43:39.435Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T08:43:39.435Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T08:43:39.435Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T08:43:39.435Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T08:43:39.435Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T08:43:39.435Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T08:43:39.435Z] === RUN TestDispatch/COPY_url [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch (0.07s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T08:43:39.435Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T08:43:39.435Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T08:43:39.435Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T08:43:39.435Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T08:43:39.435Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T08:43:39.435Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestEmptyDockerfile [2022-03-04T08:43:39.435Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-04T08:43:39.435Z] === RUN TestSymlinkDockerfile [2022-03-04T08:43:39.435Z] --- PASS: TestSymlinkDockerfile (0.02s) [2022-03-04T08:43:39.435Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T08:43:39.435Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestNonExistingDockerfile [2022-03-04T08:43:39.435Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestCopyRunConfig [2022-03-04T08:43:39.435Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestDeepCopyRunConfig [2022-03-04T08:43:39.435Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestExportImage [2022-03-04T08:43:39.435Z] --- PASS: TestExportImage (0.00s) [2022-03-04T08:43:39.435Z] === RUN TestNormalizeDest [2022-03-04T08:43:39.435Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T08:43:39.435Z] PASS [2022-03-04T08:43:39.435Z] coverage: 46.7% of statements [2022-03-04T08:43:39.435Z] ok github.com/docker/docker/builder/dockerfile 0.245s coverage: 46.7% of statements [2022-03-04T08:43:39.435Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T08:43:39.761Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s) [2022-03-04T08:43:39.761Z] === RUN TestUpdateMemory [2022-03-04T08:43:39.905Z] === RUN TestTCP4Proxy [2022-03-04T08:43:39.905Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-04T08:43:39.905Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T08:43:39.905Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestTCP6Proxy [2022-03-04T08:43:39.905Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:43:39.905Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestTCPDualStackProxy [2022-03-04T08:43:39.905Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:43:39.905Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestUDP4Proxy [2022-03-04T08:43:39.905Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestUDP6Proxy [2022-03-04T08:43:39.905Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:43:39.905Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestUDPWriteError [2022-03-04T08:43:39.905Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestSCTP4Proxy [2022-03-04T08:43:39.905Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:43:39.905Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T08:43:39.905Z] === RUN TestSCTP6Proxy [2022-03-04T08:43:39.905Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:43:39.905Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T08:43:39.905Z] PASS [2022-03-04T08:43:39.905Z] coverage: 49.4% of statements [2022-03-04T08:43:39.905Z] ok github.com/docker/docker/cmd/docker-proxy 0.085s coverage: 49.4% of statements [2022-03-04T08:43:40.022Z] --- PASS: TestUpdateMemory (0.46s) [2022-03-04T08:43:40.022Z] === RUN TestUpdateCPUQuota [2022-03-04T08:43:40.303Z] === RUN TestStandardLongPath [2022-03-04T08:43:40.303Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T08:43:40.303Z] === RUN TestUNCLongPath [2022-03-04T08:43:40.303Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T08:43:40.303Z] PASS [2022-03-04T08:43:40.303Z] coverage: 100.0% of statements [2022-03-04T08:43:40.303Z] ok github.com/docker/docker/pkg/longpath 0.059s coverage: 100.0% of statements [2022-03-04T08:43:40.303Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-04T08:43:40.303Z] === RUN TestNetworkDBWatch [2022-03-04T08:43:40.759Z] === RUN TestNameFormat [2022-03-04T08:43:40.759Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T08:43:40.759Z] === RUN TestNameRetries [2022-03-04T08:43:40.759Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T08:43:40.759Z] PASS [2022-03-04T08:43:40.759Z] coverage: 85.7% of statements [2022-03-04T08:43:40.759Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-03-04T08:43:40.935Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-04T08:43:40.964Z] --- PASS: TestUpdateCPUQuota (0.70s) [2022-03-04T08:43:40.964Z] === RUN TestUpdatePidsLimit [2022-03-04T08:43:40.964Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T08:43:40.964Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T08:43:41.194Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-04T08:43:41.215Z] === RUN TestParseKeyValueOpt [2022-03-04T08:43:41.215Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T08:43:41.215Z] === RUN TestParseUintList [2022-03-04T08:43:41.215Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T08:43:41.215Z] === RUN TestParseUintListMaximumLimits [2022-03-04T08:43:41.215Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T08:43:41.215Z] PASS [2022-03-04T08:43:41.215Z] coverage: 97.0% of statements [2022-03-04T08:43:41.215Z] ok github.com/docker/docker/pkg/parsers 0.033s coverage: 97.0% of statements [2022-03-04T08:43:41.224Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T08:43:41.455Z] --- PASS: TestRenameLinkedContainer (2.73s) [2022-03-04T08:43:41.455Z] === RUN TestRenameStoppedContainer [2022-03-04T08:43:41.485Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T08:43:41.485Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T08:43:41.671Z] 2022/03/04 08:43:41 Closing DB instances... [2022-03-04T08:43:41.671Z] === RUN TestNewAndRemove [2022-03-04T08:43:41.671Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T08:43:41.671Z] === RUN TestRemoveInvalidPath [2022-03-04T08:43:41.671Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T08:43:41.671Z] PASS [2022-03-04T08:43:41.671Z] coverage: 82.6% of statements [2022-03-04T08:43:41.671Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.6% of statements [2022-03-04T08:43:41.744Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T08:43:42.004Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T08:43:42.023Z] --- PASS: TestRenameStoppedContainer (0.56s) [2022-03-04T08:43:42.023Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit (1.66s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.17s) [2022-03-04T08:43:42.574Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-03-04T08:43:42.574Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:43:42.634Z] --- PASS: TestGetAddress (22.34s) [2022-03-04T08:43:42.634Z] === RUN TestRequestSyntaxCheck [2022-03-04T08:43:42.634Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-04T08:43:42.634Z] === RUN TestRequest [2022-03-04T08:43:43.091Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-04T08:43:43.091Z] === RUN TestNetworkDBBulkSync [2022-03-04T08:43:43.399Z] --- PASS: TestRenameRunningContainerAndReuse (1.12s) [2022-03-04T08:43:43.400Z] === RUN TestRenameInvalidName [2022-03-04T08:43:43.548Z] === RUN TestFailedConnection [2022-03-04T08:43:43.658Z] --- PASS: TestRenameInvalidName (0.55s) [2022-03-04T08:43:43.659Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:43:44.226Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T08:43:44.485Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T08:43:44.511Z] 2022/03/04 08:43:44 Closing DB instances... [2022-03-04T08:43:44.744Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-04T08:43:45.472Z] --- PASS: TestFailedConnection (2.07s) [2022-03-04T08:43:45.472Z] === RUN TestFailOnce [2022-03-04T08:43:45.472Z] 2022/03/04 08:43:45 http: panic serving 127.0.0.1:49277: Plugin not ready [2022-03-04T08:43:45.472Z] goroutine 34 [running]: [2022-03-04T08:43:45.472Z] net/http.(*conn).serve.func1() [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T08:43:45.472Z] panic({0x63b9a0, 0x74f710}) [2022-03-04T08:43:45.472Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T08:43:45.472Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xa0007ac43068ba03}, 0xc00004ba98) [2022-03-04T08:43:45.472Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T08:43:45.472Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x75c620, 0xc0001ae000}, 0x571206) [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T08:43:45.472Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x75c620, 0xc0001ae000}, 0xc0001a0000) [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T08:43:45.472Z] net/http.serverHandler.ServeHTTP({0x75ad10}, {0x75c620, 0xc0001ae000}, 0xc0001a0000) [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T08:43:45.472Z] net/http.(*conn).serve(0xc00018e000, {0x75e620, 0xc0000260f0}) [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T08:43:45.472Z] created by net/http.(*Server).Serve [2022-03-04T08:43:45.472Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T08:43:45.472Z] time="2022-03-04T08:43:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49276/Test.FailOnce: Post \"http://127.0.0.1:49276/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T08:43:45.928Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-04T08:43:45.928Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T08:43:46.124Z] --- PASS: TestRenameAnonymousContainer (2.28s) [2022-03-04T08:43:46.124Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:43:46.124Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T08:43:46.390Z] --- PASS: TestFailOnce (1.18s) [2022-03-04T08:43:46.390Z] === RUN TestEchoInputOutput [2022-03-04T08:43:46.390Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T08:43:46.390Z] === RUN TestBackoff [2022-03-04T08:43:46.390Z] --- PASS: TestBackoff (0.00s) [2022-03-04T08:43:46.390Z] === RUN TestAbortRetry [2022-03-04T08:43:46.390Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T08:43:46.390Z] === RUN TestClientScheme [2022-03-04T08:43:46.390Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T08:43:46.390Z] === RUN TestNewClientWithTimeout [2022-03-04T08:43:46.693Z] --- PASS: TestRenameContainerWithSameName (0.55s) [2022-03-04T08:43:46.693Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:43:47.351Z] time="2022-03-04T08:43:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.Echo: Post \"http://127.0.0.1:49283/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T08:43:47.636Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T08:43:47.636Z] --- PASS: TestRenameContainerWithLinkedContainer (1.14s) [2022-03-04T08:43:47.636Z] === RUN TestResize [2022-03-04T08:43:48.575Z] --- PASS: TestResize (0.67s) [2022-03-04T08:43:48.575Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:43:48.835Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T08:43:48.877Z] time="2022-03-04T08:43:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.Echo: Post \"http://127.0.0.1:49283/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T08:43:48.877Z] 2022/03/04 08:43:48 Closing DB instances... [2022-03-04T08:43:49.095Z] --- PASS: TestResizeWithInvalidSize (0.58s) [2022-03-04T08:43:49.095Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:43:49.664Z] --- PASS: TestResizeWhenContainerNotStarted (0.60s) [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:49.664Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:49.664Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:49.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T08:43:49.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:49.839Z] --- PASS: TestRequest (7.04s) [2022-03-04T08:43:49.839Z] === RUN TestOverlappingRequests [2022-03-04T08:43:50.295Z] --- PASS: TestOverlappingRequests (0.34s) [2022-03-04T08:43:50.295Z] === RUN TestRelease [2022-03-04T08:43:50.305Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:43:50.305Z] INFO: Testing against a local daemon [2022-03-04T08:43:50.305Z] === RUN TestBuildWithSession [2022-03-04T08:43:50.305Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:43:50.305Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:43:50.305Z] === RUN TestBuildSquashParent [2022-03-04T08:43:50.305Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:43:50.305Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:43:50.305Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:43:50.305Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:43:50.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:43:50.305Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:43:50.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:43:50.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:43:50.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T08:43:51.258Z] time="2022-03-04T08:43:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.Echo: Post \"http://127.0.0.1:49283/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T08:43:51.258Z] --- PASS: TestRelease (1.36s) [2022-03-04T08:43:51.258Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:43:51.517Z] --- PASS: TestCreateServiceConfigFileMode (12.35s) [2022-03-04T08:43:51.517Z] === RUN TestCreateServiceSysctls [2022-03-04T08:43:51.543Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-04T08:43:52.113Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:52.219Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.10s) [2022-03-04T08:43:52.219Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T08:43:52.416Z] === RUN TestCheckpointCreateError [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointCreate [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointDeleteError [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointDelete [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointListError [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointList [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T08:43:52.416Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T08:43:52.416Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:43:52.416Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestGetAPIPath [2022-03-04T08:43:52.416Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestParseHostURL [2022-03-04T08:43:52.416Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T08:43:52.416Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPIVersion [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T08:43:52.416Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T08:43:52.416Z] === RUN TestClientRedirect [2022-03-04T08:43:52.416Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigCreateUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigCreateError [2022-03-04T08:43:52.417Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigCreate [2022-03-04T08:43:52.417Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspectNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspectUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspectError [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigInspect [2022-03-04T08:43:52.417Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigListUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigListError [2022-03-04T08:43:52.417Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigList [2022-03-04T08:43:52.417Z] --- PASS: TestConfigList (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigRemoveUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigRemoveError [2022-03-04T08:43:52.417Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigRemove [2022-03-04T08:43:52.417Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigUpdateUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigUpdateError [2022-03-04T08:43:52.417Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestConfigUpdate [2022-03-04T08:43:52.417Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCommitError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCommit [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStatPathError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStatPath [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStatPath (0.01s) [2022-03-04T08:43:52.417Z] === RUN TestCopyToContainerError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyToContainer [2022-03-04T08:43:52.417Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyFromContainerError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T08:43:52.417Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestCopyFromContainer [2022-03-04T08:43:52.417Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCreateError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCreateImageNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCreateWithName [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerCreateAutoRemove [2022-03-04T08:43:52.417Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerDiffError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerDiff [2022-03-04T08:43:52.417Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecCreateError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecCreate [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecStartError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecStart [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecInspectError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecInspect [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecInspect (0.01s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExportError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExport [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerInspectError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T08:43:52.417Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerInspect [2022-03-04T08:43:52.417Z] --- PASS: TestContainerInspect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerInspectNode [2022-03-04T08:43:52.417Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerKillError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerKill [2022-03-04T08:43:52.417Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerListError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerList [2022-03-04T08:43:52.417Z] --- PASS: TestContainerList (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerLogsNotFoundError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerLogsError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerLogs [2022-03-04T08:43:52.417Z] --- PASS: TestContainerLogs (0.21s) [2022-03-04T08:43:52.417Z] === RUN TestContainerPauseError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerPause [2022-03-04T08:43:52.417Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainersPruneError [2022-03-04T08:43:52.417Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainersPrune [2022-03-04T08:43:52.417Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRemoveError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRemove [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRenameError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRename [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerResizeError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecResizeError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerResize [2022-03-04T08:43:52.417Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerExecResize [2022-03-04T08:43:52.417Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRestartError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerRestart [2022-03-04T08:43:52.417Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStartError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStart [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStatsError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStats [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStopError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerStop [2022-03-04T08:43:52.417Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerTopError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerTop [2022-03-04T08:43:52.417Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerUnpauseError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerUnpause [2022-03-04T08:43:52.417Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerUpdateError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerUpdate [2022-03-04T08:43:52.417Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerWaitError [2022-03-04T08:43:52.417Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestContainerWait [2022-03-04T08:43:52.417Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestDiskUsageError [2022-03-04T08:43:52.417Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestDiskUsage [2022-03-04T08:43:52.417Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestDistributionInspectUnsupported [2022-03-04T08:43:52.417Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T08:43:52.417Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestEventsErrorInOptions [2022-03-04T08:43:52.417Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestEventsErrorFromServer [2022-03-04T08:43:52.417Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestEvents [2022-03-04T08:43:52.417Z] --- PASS: TestEvents (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestTLSCloseWriter [2022-03-04T08:43:52.417Z] === PAUSE TestTLSCloseWriter [2022-03-04T08:43:52.417Z] === RUN TestImageBuildError [2022-03-04T08:43:52.417Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageBuild [2022-03-04T08:43:52.417Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestGetDockerOS [2022-03-04T08:43:52.417Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageCreateError [2022-03-04T08:43:52.417Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageCreate [2022-03-04T08:43:52.417Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageHistoryError [2022-03-04T08:43:52.417Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageHistory [2022-03-04T08:43:52.417Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageImportError [2022-03-04T08:43:52.417Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageImport [2022-03-04T08:43:52.417Z] --- PASS: TestImageImport (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageInspectError [2022-03-04T08:43:52.417Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageInspectImageNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageInspectWithEmptyID [2022-03-04T08:43:52.417Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageInspect [2022-03-04T08:43:52.417Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageListError [2022-03-04T08:43:52.417Z] --- PASS: TestImageListError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageList [2022-03-04T08:43:52.417Z] --- PASS: TestImageList (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageListApiBefore125 [2022-03-04T08:43:52.417Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageLoadError [2022-03-04T08:43:52.417Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageLoad [2022-03-04T08:43:52.417Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagesPruneError [2022-03-04T08:43:52.417Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagesPrune [2022-03-04T08:43:52.417Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullReferenceParseError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullAnyError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePullWithoutErrors [2022-03-04T08:43:52.417Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushReferenceError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushAnyError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithoutErrors [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T08:43:52.417Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageRemoveError [2022-03-04T08:43:52.417Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageRemoveImageNotFound [2022-03-04T08:43:52.417Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageRemove [2022-03-04T08:43:52.417Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSaveError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSave [2022-03-04T08:43:52.417Z] --- PASS: TestImageSave (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchAnyError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageSearchWithoutErrors [2022-03-04T08:43:52.417Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageTagError [2022-03-04T08:43:52.417Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageTagInvalidReference [2022-03-04T08:43:52.417Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T08:43:52.417Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageTagHexSource [2022-03-04T08:43:52.417Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestImageTag [2022-03-04T08:43:52.417Z] --- PASS: TestImageTag (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestInfoServerError [2022-03-04T08:43:52.417Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T08:43:52.417Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestInfo [2022-03-04T08:43:52.417Z] --- PASS: TestInfo (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkConnectError [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkConnect [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkCreateError [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkCreate [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkDisconnectError [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkDisconnect [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/no_options [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/verbose [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/global_scope [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T08:43:52.417Z] === RUN TestNetworkInspect/server_error [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T08:43:52.417Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T08:43:52.417Z] === RUN TestNetworkListError [2022-03-04T08:43:52.418Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNetworkList [2022-03-04T08:43:52.418Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNetworksPruneError [2022-03-04T08:43:52.418Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNetworksPrune [2022-03-04T08:43:52.418Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNetworkRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNetworkRemove [2022-03-04T08:43:52.418Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T08:43:52.418Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeInspect [2022-03-04T08:43:52.418Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeListError [2022-03-04T08:43:52.418Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeList [2022-03-04T08:43:52.418Z] --- PASS: TestNodeList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeRemove [2022-03-04T08:43:52.418Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeUpdateError [2022-03-04T08:43:52.418Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestNodeUpdate [2022-03-04T08:43:52.418Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestOptionWithHostFromEnv [2022-03-04T08:43:52.418Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestOptionWithTimeout [2022-03-04T08:43:52.418Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T08:43:52.418Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPingFail [2022-03-04T08:43:52.418Z] --- PASS: TestPingFail (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPingWithError [2022-03-04T08:43:52.418Z] 2022/03/04 08:43:51 RoundTripper returned a response & error; ignoring response [2022-03-04T08:43:52.418Z] 2022/03/04 08:43:51 RoundTripper returned a response & error; ignoring response [2022-03-04T08:43:52.418Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPingSuccess [2022-03-04T08:43:52.418Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPingHeadFallback [2022-03-04T08:43:52.418Z] === RUN TestPingHeadFallback/OK [2022-03-04T08:43:52.418Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T08:43:52.418Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T08:43:52.418Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T08:43:52.418Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T08:43:52.418Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T08:43:52.418Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T08:43:52.418Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T08:43:52.418Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginDisableError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginDisable [2022-03-04T08:43:52.418Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginEnableError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginEnable [2022-03-04T08:43:52.418Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginInspect [2022-03-04T08:43:52.418Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginListError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginList [2022-03-04T08:43:52.418Z] --- PASS: TestPluginList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginPushError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginPush [2022-03-04T08:43:52.418Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginRemove [2022-03-04T08:43:52.418Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginSetError [2022-03-04T08:43:52.418Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPluginSet [2022-03-04T08:43:52.418Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSetHostHeader [2022-03-04T08:43:52.418Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestPlainTextError [2022-03-04T08:43:52.418Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestInfiniteError [2022-03-04T08:43:52.418Z] --- PASS: TestInfiniteError (0.02s) [2022-03-04T08:43:52.418Z] === RUN TestCanceledContext [2022-03-04T08:43:52.418Z] 2022/03/04 08:43:51 RoundTripper returned a response & error; ignoring response [2022-03-04T08:43:52.418Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestDeadlineExceededContext [2022-03-04T08:43:52.418Z] 2022/03/04 08:43:51 RoundTripper returned a response & error; ignoring response [2022-03-04T08:43:52.418Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretCreateUnsupported [2022-03-04T08:43:52.418Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretCreateError [2022-03-04T08:43:52.418Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretCreate [2022-03-04T08:43:52.418Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretInspectUnsupported [2022-03-04T08:43:52.418Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T08:43:52.418Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretInspect [2022-03-04T08:43:52.418Z] --- PASS: TestSecretInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretListUnsupported [2022-03-04T08:43:52.418Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretListError [2022-03-04T08:43:52.418Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretList [2022-03-04T08:43:52.418Z] --- PASS: TestSecretList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretRemoveUnsupported [2022-03-04T08:43:52.418Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretRemove [2022-03-04T08:43:52.418Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretUpdateUnsupported [2022-03-04T08:43:52.418Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretUpdateError [2022-03-04T08:43:52.418Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSecretUpdate [2022-03-04T08:43:52.418Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceCreateError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceCreateError (0.01s) [2022-03-04T08:43:52.418Z] === RUN TestServiceCreate [2022-03-04T08:43:52.418Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T08:43:52.418Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceCreateDigestPinning [2022-03-04T08:43:52.418Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T08:43:52.418Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceInspect [2022-03-04T08:43:52.418Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceListError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceList [2022-03-04T08:43:52.418Z] --- PASS: TestServiceList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceLogsError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceLogs [2022-03-04T08:43:52.418Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceRemove [2022-03-04T08:43:52.418Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceUpdateError [2022-03-04T08:43:52.418Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestServiceUpdate [2022-03-04T08:43:52.418Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmGetUnlockKey [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmInitError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmInit [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmInspect [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmJoinError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmJoin [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmLeaveError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmLeave [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmUnlockError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmUnlock [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmUpdateError [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestSwarmUpdate [2022-03-04T08:43:52.418Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestTaskInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestTaskInspect [2022-03-04T08:43:52.418Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestTaskListError [2022-03-04T08:43:52.418Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestTaskList [2022-03-04T08:43:52.418Z] --- PASS: TestTaskList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeCreateError [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeCreate [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeInspectError [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeInspectNotFound [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeInspect [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeListError [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeList [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeRemoveError [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T08:43:52.418Z] === RUN TestVolumeRemove [2022-03-04T08:43:52.418Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T08:43:52.418Z] === CONT TestTLSCloseWriter [2022-03-04T08:43:52.418Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-04T08:43:52.418Z] PASS [2022-03-04T08:43:52.418Z] coverage: 75.2% of statements [2022-03-04T08:43:52.418Z] ok github.com/docker/docker/client 0.530s coverage: 75.2% of statements [2022-03-04T08:43:52.683Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T08:43:52.891Z] --- PASS: TestCreateServiceSysctls (2.93s) [2022-03-04T08:43:52.891Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:43:53.181Z] 2022/03/04 08:43:52 Closing DB instances... [2022-03-04T08:43:53.655Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:54.597Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T08:43:54.711Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-04T08:43:54.711Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T08:43:54.790Z] --- PASS: TestUpdateRestartPolicy (10.63s) [2022-03-04T08:43:54.790Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:43:54.790Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2022-03-04T08:43:54.790Z] === RUN TestWaitNonBlocked [2022-03-04T08:43:54.790Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:43:54.790Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:43:54.790Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:43:54.790Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:43:54.790Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:43:54.790Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:43:54.790Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T08:43:54.790Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.51s) [2022-03-04T08:43:54.790Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-03-04T08:43:54.790Z] === RUN TestWaitBlocked [2022-03-04T08:43:54.790Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:43:54.790Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:43:54.790Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:43:54.790Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:43:54.790Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:43:54.790Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:43:54.790Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T08:43:54.790Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.59s) [2022-03-04T08:43:54.790Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s) [2022-03-04T08:43:54.790Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T08:43:54.790Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T08:43:55.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T08:43:55.168Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T08:43:55.168Z] --- PASS: TestAllocateRandomDeallocate (3.91s) [2022-03-04T08:43:55.168Z] === RUN TestRetrieveFromStore [2022-03-04T08:43:55.419Z] --- PASS: TestCreateServiceCapabilities (2.49s) [2022-03-04T08:43:55.419Z] === RUN TestInspect [2022-03-04T08:43:55.479Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-04T08:43:55.627Z] time="2022-03-04T08:43:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.Echo: Post \"http://127.0.0.1:49283/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T08:43:56.105Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T08:43:56.590Z] --- PASS: TestRetrieveFromStore (1.44s) [2022-03-04T08:43:56.590Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T08:43:56.590Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-04T08:43:56.590Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T08:43:56.590Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T08:43:56.590Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T08:43:56.590Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T08:43:56.590Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T08:43:56.590Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T08:43:56.590Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T08:43:56.590Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T08:43:56.590Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T08:43:56.590Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T08:43:56.590Z] === RUN TestDebug [2022-03-04T08:43:56.590Z] --- PASS: TestDebug (0.00s) [2022-03-04T08:43:56.590Z] === RUN TestRequestPoolParallel [2022-03-04T08:43:56.673Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:43:56.697Z] --- PASS: TestContainerStartOnDaemonRestart (2.04s) [2022-03-04T08:43:56.697Z] === CONT TestIpcModeOlderClient [2022-03-04T08:43:56.697Z] --- PASS: TestIpcModeOlderClient (0.05s) [2022-03-04T08:43:56.697Z] === CONT TestDaemonHostGatewayIP [2022-03-04T08:43:56.932Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T08:43:57.046Z] --- PASS: TestRequestPoolParallel (0.36s) [2022-03-04T08:43:57.047Z] === RUN TestFullAllocateRelease [2022-03-04T08:43:57.191Z] check_test.go:308: [d36011f2ddfc6] daemon is not started [2022-03-04T08:43:57.191Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-04T08:43:57.502Z] --- PASS: TestFullAllocateRelease (0.42s) [2022-03-04T08:43:57.502Z] === RUN TestOddAllocateRelease [2022-03-04T08:43:57.948Z] --- PASS: TestInspect (2.72s) [2022-03-04T08:43:57.948Z] === RUN TestCreateJob [2022-03-04T08:43:57.958Z] --- PASS: TestOddAllocateRelease (0.21s) [2022-03-04T08:43:57.958Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T08:43:57.958Z] === RUN TestParseEmptyInterface [2022-03-04T08:43:57.958Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestParseNonInterfaceType [2022-03-04T08:43:57.958Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestParseWithOneFunction [2022-03-04T08:43:57.958Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestParseWithMultipleFuncs [2022-03-04T08:43:57.958Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestParseWithUnnamedReturn [2022-03-04T08:43:57.958Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestEmbeddedInterface [2022-03-04T08:43:57.958Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestParsedImports [2022-03-04T08:43:57.958Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T08:43:57.958Z] === RUN TestAliasedImports [2022-03-04T08:43:57.958Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T08:43:57.958Z] PASS [2022-03-04T08:43:57.958Z] coverage: 56.8% of statements [2022-03-04T08:43:57.958Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2022-03-04T08:43:57.958Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-03-04T08:43:57.958Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T08:43:57.958Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2022-03-04T08:43:57.958Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T08:43:57.958Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T08:43:57.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:43:57.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:43:57.958Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T08:43:57.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:43:57.958Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:43:57.958Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T08:43:57.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:43:57.958Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:43:57.958Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:43:57.958Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:43:57.958Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:43:57.958Z] PASS [2022-03-04T08:43:57.958Z] coverage: 85.3% of statements [2022-03-04T08:43:57.958Z] ok github.com/docker/docker/libnetwork/ipam 43.867s coverage: 85.3% of statements [2022-03-04T08:43:58.414Z] === RUN TestHTTPTransport [2022-03-04T08:43:58.414Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T08:43:58.414Z] PASS [2022-03-04T08:43:58.414Z] coverage: 85.7% of statements [2022-03-04T08:43:58.414Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2022-03-04T08:43:59.238Z] --- PASS: TestDaemonHostGatewayIP (2.07s) [2022-03-04T08:43:59.238Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T08:43:59.376Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:43:59.376Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T08:43:59.376Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T08:43:59.376Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:43:59.376Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T08:43:59.376Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T08:43:59.376Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T08:43:59.376Z] === RUN TestBufferPoolPutAndGet [2022-03-04T08:43:59.376Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T08:43:59.376Z] PASS [2022-03-04T08:43:59.376Z] coverage: 88.2% of statements [2022-03-04T08:43:59.376Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-03-04T08:43:59.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T08:43:59.732Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-04T08:43:59.832Z] === RUN TestOutputOnPrematureClose [2022-03-04T08:43:59.832Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T08:43:59.832Z] === RUN TestCompleteSilently [2022-03-04T08:43:59.832Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T08:43:59.832Z] PASS [2022-03-04T08:43:59.832Z] coverage: 75.9% of statements [2022-03-04T08:43:59.832Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2022-03-04T08:44:00.287Z] === RUN TestSendToOneSub [2022-03-04T08:44:00.287Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T08:44:00.287Z] === RUN TestSendToMultipleSubs [2022-03-04T08:44:00.287Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T08:44:00.287Z] === RUN TestEvictOneSub [2022-03-04T08:44:00.287Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T08:44:00.287Z] === RUN TestClosePublisher [2022-03-04T08:44:00.287Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T08:44:00.287Z] === RUN TestPubSubRace [2022-03-04T08:44:00.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:44:00.620Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.54s) [2022-03-04T08:44:00.620Z] === CONT TestDaemonRestartIpcMode [2022-03-04T08:44:01.052Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:44:01.111Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T08:44:01.234Z] --- PASS: TestCreateJob (3.00s) [2022-03-04T08:44:01.234Z] === RUN TestReplicatedJob [2022-03-04T08:44:01.248Z] --- PASS: TestPubSubRace (1.05s) [2022-03-04T08:44:01.248Z] PASS [2022-03-04T08:44:01.248Z] coverage: 75.0% of statements [2022-03-04T08:44:01.248Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 75.0% of statements [2022-03-04T08:44:01.371Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T08:44:01.703Z] === RUN TestRegister [2022-03-04T08:44:01.703Z] --- PASS: TestRegister (0.00s) [2022-03-04T08:44:01.703Z] === RUN TestCommand [2022-03-04T08:44:01.703Z] --- PASS: TestCommand (0.02s) [2022-03-04T08:44:01.703Z] === RUN TestNaiveSelf [2022-03-04T08:44:01.703Z] --- PASS: TestNaiveSelf (0.02s) [2022-03-04T08:44:01.703Z] PASS [2022-03-04T08:44:01.703Z] coverage: 82.4% of statements [2022-03-04T08:44:01.703Z] ok github.com/docker/docker/pkg/reexec 0.080s coverage: 82.4% of statements [2022-03-04T08:44:02.159Z] === RUN TestDump [2022-03-04T08:44:02.159Z] goroutine 6 [running]: [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.dump(0x3eb6b7) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T08:44:02.159Z] testing.tRunner(0xc00015c000, 0x558f38) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:44:02.159Z] created by testing.(*T).Run [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:44:02.159Z] [2022-03-04T08:44:02.159Z] goroutine 1 [chan receive]: [2022-03-04T08:44:02.159Z] testing.(*T).Run(0xc00002dd40, {0x54a571, 0x3ca413}, 0x558f38) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:44:02.159Z] testing.runTests.func1(0xc000068840) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:44:02.159Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:44:02.159Z] testing.runTests(0xc000076080, {0x6bcc20, 0x3, 0x3}, {0x3ea90d, 0x54c26b, 0x6c16e0}) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:44:02.159Z] testing.(*M).Run(0xc000076080) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:44:02.159Z] main.main() [2022-03-04T08:44:02.159Z] _testmain.go:95 +0x1f5 [2022-03-04T08:44:02.159Z] --- PASS: TestDump (0.00s) [2022-03-04T08:44:02.159Z] === RUN TestDumpToFile [2022-03-04T08:44:02.159Z] --- PASS: TestDumpToFile (0.13s) [2022-03-04T08:44:02.159Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T08:44:02.159Z] goroutine 8 [running]: [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.dump(0x458894) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x458c40}) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T08:44:02.159Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c000) [2022-03-04T08:44:02.159Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T08:44:02.159Z] testing.tRunner(0xc00015c4e0, 0x558f28) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:44:02.159Z] created by testing.(*T).Run [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:44:02.159Z] [2022-03-04T08:44:02.159Z] goroutine 1 [chan receive]: [2022-03-04T08:44:02.159Z] testing.(*T).Run(0xc00002dd40, {0x551356, 0x3ca413}, 0x558f28) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:44:02.159Z] testing.runTests.func1(0xc000068840) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:44:02.159Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:44:02.159Z] testing.runTests(0xc000076080, {0x6bcc20, 0x3, 0x3}, {0x3ea90d, 0x54c26b, 0x6c16e0}) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:44:02.159Z] testing.(*M).Run(0xc000076080) [2022-03-04T08:44:02.159Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:44:02.159Z] main.main() [2022-03-04T08:44:02.159Z] _testmain.go:95 +0x1f5 [2022-03-04T08:44:02.159Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T08:44:02.159Z] PASS [2022-03-04T08:44:02.159Z] coverage: 90.9% of statements [2022-03-04T08:44:02.159Z] ok github.com/docker/docker/pkg/stack 0.163s coverage: 90.9% of statements [2022-03-04T08:44:02.530Z] --- PASS: TestDaemonRestartIpcMode (2.11s) [2022-03-04T08:44:02.614Z] === RUN TestNewStdWriter [2022-03-04T08:44:02.614Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T08:44:02.614Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestWriteWithNilBytes [2022-03-04T08:44:02.614Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestWrite [2022-03-04T08:44:02.614Z] --- PASS: TestWrite (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestWriteWithWriterError [2022-03-04T08:44:02.614Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T08:44:02.614Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyWriteAndRead [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T08:44:02.614Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T08:44:02.614Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T08:44:02.614Z] PASS [2022-03-04T08:44:02.614Z] coverage: 100.0% of statements [2022-03-04T08:44:02.614Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2022-03-04T08:44:02.907Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-04T08:44:03.574Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T08:44:03.574Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T08:44:03.574Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestFormatStatus [2022-03-04T08:44:03.574Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestFormatError [2022-03-04T08:44:03.574Z] --- PASS: TestFormatError (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestFormatJSONError [2022-03-04T08:44:03.574Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T08:44:03.574Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T08:44:03.574Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestNewJSONProgressOutput [2022-03-04T08:44:03.574Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestAuxFormatterEmit [2022-03-04T08:44:03.574Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestStreamWriterStdout [2022-03-04T08:44:03.574Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestStreamWriterStderr [2022-03-04T08:44:03.574Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T08:44:03.574Z] PASS [2022-03-04T08:44:03.574Z] coverage: 63.8% of statements [2022-03-04T08:44:03.574Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 63.8% of statements [2022-03-04T08:44:03.574Z] === RUN TestGenerateRandomID [2022-03-04T08:44:03.574Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestShortenId [2022-03-04T08:44:03.574Z] --- PASS: TestShortenId (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestShortenSha256Id [2022-03-04T08:44:03.574Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestShortenIdEmpty [2022-03-04T08:44:03.574Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestShortenIdInvalid [2022-03-04T08:44:03.574Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestIsShortIDNonHex [2022-03-04T08:44:03.574Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T08:44:03.574Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T08:44:03.574Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T08:44:03.574Z] PASS [2022-03-04T08:44:03.574Z] coverage: 70.6% of statements [2022-03-04T08:44:03.574Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2022-03-04T08:44:04.029Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-04T08:44:04.029Z] === RUN TestClientStream [2022-03-04T08:44:04.029Z] --- PASS: TestClientStream (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestClientSendFile [2022-03-04T08:44:04.029Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestClientWithRequestTimeout [2022-03-04T08:44:04.029Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T08:44:04.029Z] === RUN TestFileSpecPlugin [2022-03-04T08:44:04.029Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T08:44:04.029Z] === RUN TestFileJSONSpecPlugin [2022-03-04T08:44:04.029Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T08:44:04.029Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestPluginAddHandler [2022-03-04T08:44:04.029Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestPluginWaitBadPlugin [2022-03-04T08:44:04.029Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T08:44:04.029Z] === RUN TestGet [2022-03-04T08:44:04.029Z] time="2022-03-04T08:44:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T08:44:04.484Z] === RUN TestIsCpusetListAvailable [2022-03-04T08:44:04.484Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T08:44:04.484Z] PASS [2022-03-04T08:44:04.484Z] coverage: 39.4% of statements [2022-03-04T08:44:04.484Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 39.4% of statements [2022-03-04T08:44:05.445Z] time="2022-03-04T08:44:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T08:44:05.445Z] === RUN TestChtimes [2022-03-04T08:44:05.445Z] --- PASS: TestChtimes (0.00s) [2022-03-04T08:44:05.445Z] === RUN TestChtimesWindows [2022-03-04T08:44:05.445Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T08:44:05.445Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T08:44:05.445Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T08:44:05.445Z] PASS [2022-03-04T08:44:05.445Z] coverage: 12.9% of statements [2022-03-04T08:44:05.445Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 12.9% of statements [2022-03-04T08:44:05.900Z] === RUN TestTailFile [2022-03-04T08:44:05.901Z] --- PASS: TestTailFile (0.00s) [2022-03-04T08:44:05.901Z] === RUN TestTailFileManyLines [2022-03-04T08:44:05.901Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T08:44:05.901Z] === RUN TestTailEmptyFile [2022-03-04T08:44:05.901Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T08:44:05.901Z] === RUN TestTailNegativeN [2022-03-04T08:44:05.901Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:05.901Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:05.901Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.362Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.362Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.363Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.363Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.363Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.364Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.364Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.364Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.365Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.365Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.365Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.366Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.366Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.499Z] --- PASS: TestReplicatedJob (5.29s) [2022-03-04T08:44:06.499Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:44:06.645Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T08:44:06.723Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2022-03-04T08:44:06.723Z] PASS [2022-03-04T08:44:06.723Z] [2022-03-04T08:44:06.723Z] === Skipped [2022-03-04T08:44:06.723Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-04T08:44:06.723Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:44:06.723Z] [2022-03-04T08:44:06.723Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:44:06.723Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:44:06.723Z] [2022-03-04T08:44:06.723Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T08:44:06.723Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:44:06.723Z] [2022-03-04T08:44:06.723Z] DONE 200 tests, 3 skipped in 106.689s [2022-03-04T08:44:06.723Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T08:44:06.723Z] ++ 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-04T08:44:06.723Z] ++ set -e [2022-03-04T08:44:06.723Z] ++ '[' -n 0 ']' [2022-03-04T08:44:06.723Z] ++ set -x [2022-03-04T08:44:06.723Z] ++ 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-04T08:44:06.723Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.822Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:44:06.823Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.823Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:44:06.824Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.01s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:44:06.825Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:44:06.826Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:44:06.826Z] PASS [2022-03-04T08:44:06.826Z] coverage: 88.6% of statements [2022-03-04T08:44:06.826Z] ok github.com/docker/docker/pkg/tailfile 0.178s coverage: 88.6% of statements [2022-03-04T08:44:06.984Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:44:06.984Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T08:44:06.984Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T08:44:06.984Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T08:44:06.984Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T08:44:06.984Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T08:44:06.984Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T08:44:06.984Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:44:06.984Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T08:44:07.281Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T08:44:07.281Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestTarSumRemove [2022-03-04T08:44:07.281Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestSortFileInfoSums [2022-03-04T08:44:07.281Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T08:44:07.281Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestNewTarSumForLabel [2022-03-04T08:44:07.281Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestEmptyTar [2022-03-04T08:44:07.281Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestTarSumsReadSize [2022-03-04T08:44:07.281Z] time="2022-03-04T08:44:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T08:44:07.281Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestTarSums [2022-03-04T08:44:07.281Z] --- PASS: TestTarSums (0.05s) [2022-03-04T08:44:07.281Z] === RUN TestIteration [2022-03-04T08:44:07.281Z] --- PASS: TestIteration (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestVersionLabelForChecksum [2022-03-04T08:44:07.281Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestVersion [2022-03-04T08:44:07.281Z] --- PASS: TestVersion (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestGetVersion [2022-03-04T08:44:07.281Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T08:44:07.281Z] === RUN TestGetVersions [2022-03-04T08:44:07.281Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T08:44:07.281Z] PASS [2022-03-04T08:44:07.281Z] coverage: 89.3% of statements [2022-03-04T08:44:07.281Z] ok github.com/docker/docker/pkg/tarsum 0.099s coverage: 89.3% of statements [2022-03-04T08:44:07.281Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T08:44:07.281Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T08:44:07.281Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T08:44:07.281Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T08:44:07.320Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T08:44:07.320Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T08:44:07.320Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-04T08:44:07.320Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-04T08:44:07.320Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:44:07.320Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T08:44:07.428Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-04T08:44:07.580Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T08:44:07.740Z] testing: warning: no tests to run [2022-03-04T08:44:07.740Z] PASS [2022-03-04T08:44:07.740Z] coverage: [no statements] [2022-03-04T08:44:07.740Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2022-03-04T08:44:07.740Z] === RUN TestTruncIndex [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.62s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.99s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.99s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.08s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.30s) [2022-03-04T08:44:08.096Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.99s) [2022-03-04T08:44:08.096Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:44:08.096Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:44:08.195Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T08:44:08.195Z] PASS [2022-03-04T08:44:08.195Z] coverage: 91.5% of statements [2022-03-04T08:44:08.195Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2022-03-04T08:44:08.195Z] === RUN TestIsGIT [2022-03-04T08:44:08.195Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T08:44:08.195Z] === RUN TestIsTransport [2022-03-04T08:44:08.195Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T08:44:08.195Z] PASS [2022-03-04T08:44:08.195Z] coverage: 100.0% of statements [2022-03-04T08:44:08.195Z] ok github.com/docker/docker/pkg/urlutil 0.028s coverage: 100.0% of statements [2022-03-04T08:44:08.276Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T08:44:08.651Z] === RUN TestVersionInfo [2022-03-04T08:44:08.651Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T08:44:08.651Z] === RUN TestAppendVersions [2022-03-04T08:44:08.651Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T08:44:08.651Z] PASS [2022-03-04T08:44:08.651Z] coverage: 88.9% of statements [2022-03-04T08:44:08.651Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-03-04T08:44:08.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T08:44:09.107Z] === RUN TestNewSettable [2022-03-04T08:44:09.107Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T08:44:09.107Z] === RUN TestIsSettable [2022-03-04T08:44:09.107Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T08:44:09.107Z] === RUN TestUpdateSettingsEnv [2022-03-04T08:44:09.107Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T08:44:09.107Z] PASS [2022-03-04T08:44:09.107Z] coverage: 20.0% of statements [2022-03-04T08:44:09.221Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T08:44:09.564Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2022-03-04T08:44:09.564Z] === RUN TestValidatePrivileges [2022-03-04T08:44:09.564Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T08:44:09.564Z] === RUN TestFilterByCapNeg [2022-03-04T08:44:09.564Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T08:44:09.564Z] === RUN TestFilterByCapPos [2022-03-04T08:44:09.564Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T08:44:09.564Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T08:44:09.564Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T08:44:09.564Z] PASS [2022-03-04T08:44:09.564Z] coverage: 12.0% of statements [2022-03-04T08:44:09.564Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2022-03-04T08:44:09.785Z] --- PASS: TestUpdateReplicatedJob (3.26s) [2022-03-04T08:44:09.785Z] === RUN TestServiceListWithStatuses [2022-03-04T08:44:09.785Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:44:09.785Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:44:09.785Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:44:10.020Z] === RUN TestLoad [2022-03-04T08:44:10.020Z] --- PASS: TestLoad (0.00s) [2022-03-04T08:44:10.020Z] === RUN TestSave [2022-03-04T08:44:10.020Z] --- PASS: TestSave (0.02s) [2022-03-04T08:44:10.020Z] === RUN TestAddDeleteGet [2022-03-04T08:44:10.020Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-04T08:44:10.020Z] === RUN TestInvalidTags [2022-03-04T08:44:10.020Z] --- PASS: TestInvalidTags (0.00s) [2022-03-04T08:44:10.020Z] PASS [2022-03-04T08:44:10.020Z] coverage: 83.7% of statements [2022-03-04T08:44:10.020Z] ok github.com/docker/docker/reference 0.098s coverage: 83.7% of statements [2022-03-04T08:44:10.607Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T08:44:10.607Z] daemon_test.go:156: [dcd7f47e8edc9] daemon is not started [2022-03-04T08:44:10.607Z] --- PASS: TestConfigDaemonSeccompProfiles (3.10s) [2022-03-04T08:44:10.608Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.03s) [2022-03-04T08:44:10.608Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.03s) [2022-03-04T08:44:10.608Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-03-04T08:44:10.608Z] === RUN TestDaemonProxy [2022-03-04T08:44:10.608Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T08:44:10.874Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T08:44:10.983Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T08:44:10.983Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T08:44:10.983Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T08:44:10.983Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestValidateMirror [2022-03-04T08:44:10.983Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestLoadInsecureRegistries [2022-03-04T08:44:10.983Z] time="2022-03-04T08:44:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T08:44:10.983Z] time="2022-03-04T08:44:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-04T08:44:10.983Z] time="2022-03-04T08:44:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T08:44:10.983Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2022-03-04T08:44:10.983Z] === RUN TestNewServiceConfig [2022-03-04T08:44:10.983Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestValidateIndexName [2022-03-04T08:44:10.983Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestValidateIndexNameWithError [2022-03-04T08:44:10.983Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestEndpointParse [2022-03-04T08:44:10.983Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestEndpointParseInvalid [2022-03-04T08:44:10.983Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestValidateEndpoint [2022-03-04T08:44:10.983Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-04T08:44:10.983Z] === RUN TestPing [2022-03-04T08:44:10.983Z] --- PASS: TestPing (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestPingRegistryEndpoint [2022-03-04T08:44:10.983Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:44:10.983Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestEndpoint [2022-03-04T08:44:10.983Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:44:10.983Z] --- SKIP: TestEndpoint (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestParseRepositoryInfo [2022-03-04T08:44:10.983Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestNewIndexInfo [2022-03-04T08:44:10.983Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestMirrorEndpointLookup [2022-03-04T08:44:10.983Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:44:10.983Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestSearchRepositories [2022-03-04T08:44:10.983Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T08:44:10.983Z] Host: 127.0.0.1:49314 [2022-03-04T08:44:10.983Z] User-Agent: docker test client [2022-03-04T08:44:10.983Z] Authorization: Token fake-token [2022-03-04T08:44:10.983Z] X-Docker-Token: true [2022-03-04T08:44:10.983Z] Accept-Encoding: gzip [2022-03-04T08:44:10.983Z] [2022-03-04T08:44:10.983Z] [2022-03-04T08:44:10.983Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T08:44:10.983Z] Connection: close [2022-03-04T08:44:10.983Z] Content-Length: 144 [2022-03-04T08:44:10.983Z] Cache-Control: no-cache [2022-03-04T08:44:10.983Z] Content-Type: application/json [2022-03-04T08:44:10.983Z] Date: Fri, 04 Mar 2022 08:44:10 GMT [2022-03-04T08:44:10.983Z] Expires: -1 [2022-03-04T08:44:10.983Z] Pragma: no-cache [2022-03-04T08:44:10.983Z] Server: docker-tests/mock [2022-03-04T08:44:10.983Z] X-Docker-Registry-Config: mock [2022-03-04T08:44:10.983Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T08:44:10.983Z] [2022-03-04T08:44:10.983Z] [2022-03-04T08:44:10.983Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestTrustedLocation [2022-03-04T08:44:10.983Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T08:44:10.983Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T08:44:10.983Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestIsSecureIndex [2022-03-04T08:44:10.983Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T08:44:10.983Z] PASS [2022-03-04T08:44:10.983Z] coverage: 51.2% of statements [2022-03-04T08:44:10.983Z] ok github.com/docker/docker/registry 0.209s coverage: 51.2% of statements [2022-03-04T08:44:10.983Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T08:44:10.983Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-04T08:44:10.983Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T08:44:10.983Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T08:44:10.983Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T08:44:10.983Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T08:44:10.983Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T08:44:11.439Z] time="2022-03-04T08:44:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T08:44:11.439Z] time="2022-03-04T08:44:10Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-03-04T08:44:11.439Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T08:44:11.439Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T08:44:11.439Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T08:44:11.439Z] === RUN TestResumableRequestReader [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T08:44:11.439Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T08:44:11.439Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T08:44:11.439Z] PASS [2022-03-04T08:44:11.439Z] coverage: 100.0% of statements [2022-03-04T08:44:11.439Z] ok github.com/docker/docker/registry/resumable 0.203s coverage: 100.0% of statements [2022-03-04T08:44:11.439Z] === RUN TestRestartManagerTimeout [2022-03-04T08:44:11.439Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T08:44:11.439Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T08:44:11.439Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T08:44:11.439Z] PASS [2022-03-04T08:44:11.439Z] coverage: 50.9% of statements [2022-03-04T08:44:11.439Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2022-03-04T08:44:11.817Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T08:44:11.896Z] === RUN TestDecodeContainerConfig [2022-03-04T08:44:11.896Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-04T08:44:11.896Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T08:44:11.896Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T08:44:11.896Z] === RUN TestValidatePrivileged [2022-03-04T08:44:11.896Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T08:44:11.896Z] PASS [2022-03-04T08:44:11.896Z] coverage: 52.6% of statements [2022-03-04T08:44:11.896Z] ok github.com/docker/docker/runconfig 0.033s coverage: 52.6% of statements [2022-03-04T08:44:11.896Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T08:44:11.896Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T08:44:11.896Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T08:44:11.896Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T08:44:11.896Z] PASS [2022-03-04T08:44:11.896Z] coverage: 62.5% of statements [2022-03-04T08:44:11.896Z] ok github.com/docker/docker/testutil 0.036s coverage: 62.5% of statements [2022-03-04T08:44:12.521Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T08:44:13.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T08:44:13.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T08:44:13.905Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T08:44:13.978Z] --- PASS: TestDockerNetworkConnectAlias (4.16s) [2022-03-04T08:44:13.978Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:44:14.790Z] === RUN TestGetDriver [2022-03-04T08:44:14.790Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T08:44:14.790Z] === RUN TestVolumeRequestError [2022-03-04T08:44:14.790Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T08:44:14.790Z] PASS [2022-03-04T08:44:14.790Z] coverage: 36.1% of statements [2022-03-04T08:44:14.790Z] ok github.com/docker/docker/volume/drivers 0.054s coverage: 36.1% of statements [2022-03-04T08:44:14.790Z] === RUN TestGetAddress [2022-03-04T08:44:14.790Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T08:44:14.790Z] === RUN TestRemove [2022-03-04T08:44:14.790Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:44:14.790Z] --- SKIP: TestRemove (0.00s) [2022-03-04T08:44:14.790Z] === RUN TestInitializeWithVolumes [2022-03-04T08:44:14.790Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-04T08:44:14.790Z] === RUN TestCreate [2022-03-04T08:44:14.790Z] --- PASS: TestCreate (0.01s) [2022-03-04T08:44:14.790Z] === RUN TestValidateName [2022-03-04T08:44:14.790Z] --- PASS: TestValidateName (0.00s) [2022-03-04T08:44:14.790Z] === RUN TestCreateWithOpts [2022-03-04T08:44:14.790Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:44:14.790Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T08:44:14.790Z] === RUN TestRelaodNoOpts [2022-03-04T08:44:14.790Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-04T08:44:14.790Z] PASS [2022-03-04T08:44:14.790Z] coverage: 41.5% of statements [2022-03-04T08:44:14.790Z] ok github.com/docker/docker/volume/local 0.064s coverage: 41.5% of statements [2022-03-04T08:44:14.846Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-04T08:44:15.140Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRaw [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T08:44:15.247Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRaw [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T08:44:15.247Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestConvertTmpfsOptions [2022-03-04T08:44:15.247Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T08:44:15.247Z] linux_parser_test.go:209: data="ro" [2022-03-04T08:44:15.247Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestParseMountSpec [2022-03-04T08:44:15.247Z] parser_test.go:62: case 0 [2022-03-04T08:44:15.247Z] parser_test.go:62: case 1 [2022-03-04T08:44:15.247Z] parser_test.go:62: case 2 [2022-03-04T08:44:15.247Z] parser_test.go:62: case 3 [2022-03-04T08:44:15.247Z] parser_test.go:62: case 4 [2022-03-04T08:44:15.247Z] parser_test.go:62: case 5 [2022-03-04T08:44:15.247Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestValidateMount [2022-03-04T08:44:15.247Z] --- PASS: TestValidateMount (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRaw [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:44:15.247Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T08:44:15.247Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:44:15.247Z] PASS [2022-03-04T08:44:15.247Z] coverage: 67.6% of statements [2022-03-04T08:44:15.247Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2022-03-04T08:44:15.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T08:44:15.595Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:44:15.704Z] === RUN TestSetGetMeta [2022-03-04T08:44:15.704Z] === PAUSE TestSetGetMeta [2022-03-04T08:44:15.704Z] === RUN TestRestore [2022-03-04T08:44:15.704Z] === PAUSE TestRestore [2022-03-04T08:44:15.704Z] === RUN TestServiceCreate [2022-03-04T08:44:15.704Z] === PAUSE TestServiceCreate [2022-03-04T08:44:15.704Z] === RUN TestServiceList [2022-03-04T08:44:15.704Z] === PAUSE TestServiceList [2022-03-04T08:44:15.704Z] === RUN TestServiceRemove [2022-03-04T08:44:15.704Z] === PAUSE TestServiceRemove [2022-03-04T08:44:15.704Z] === RUN TestServiceGet [2022-03-04T08:44:15.704Z] === PAUSE TestServiceGet [2022-03-04T08:44:15.704Z] === RUN TestServicePrune [2022-03-04T08:44:15.704Z] === PAUSE TestServicePrune [2022-03-04T08:44:15.704Z] === RUN TestCreate [2022-03-04T08:44:15.704Z] === PAUSE TestCreate [2022-03-04T08:44:15.704Z] === RUN TestRemove [2022-03-04T08:44:15.704Z] === PAUSE TestRemove [2022-03-04T08:44:15.704Z] === RUN TestList [2022-03-04T08:44:15.704Z] === PAUSE TestList [2022-03-04T08:44:15.704Z] === RUN TestFindByDriver [2022-03-04T08:44:15.704Z] === PAUSE TestFindByDriver [2022-03-04T08:44:15.704Z] === RUN TestFindByReferenced [2022-03-04T08:44:15.704Z] === PAUSE TestFindByReferenced [2022-03-04T08:44:15.704Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T08:44:15.704Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T08:44:15.704Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:44:15.704Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:44:15.704Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T08:44:15.704Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T08:44:15.704Z] === RUN TestRefDerefRemove [2022-03-04T08:44:15.704Z] === PAUSE TestRefDerefRemove [2022-03-04T08:44:15.704Z] === RUN TestGet [2022-03-04T08:44:15.704Z] === PAUSE TestGet [2022-03-04T08:44:15.704Z] === RUN TestGetWithReference [2022-03-04T08:44:15.704Z] === PAUSE TestGetWithReference [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:44:15.704Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:44:15.704Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T08:44:15.825Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T08:44:16.085Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T08:44:16.160Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:44:16.160Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T08:44:16.160Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T08:44:16.160Z] === CONT TestSetGetMeta [2022-03-04T08:44:16.160Z] === CONT TestList [2022-03-04T08:44:16.160Z] === CONT TestServiceGet [2022-03-04T08:44:16.160Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T08:44:16.160Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-04T08:44:16.160Z] === CONT TestServiceRemove [2022-03-04T08:44:16.160Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-04T08:44:16.160Z] === CONT TestServiceList [2022-03-04T08:44:16.160Z] --- PASS: TestList (0.03s) [2022-03-04T08:44:16.160Z] === CONT TestServiceCreate [2022-03-04T08:44:16.160Z] --- PASS: TestServiceGet (0.15s) [2022-03-04T08:44:16.160Z] === CONT TestRestore [2022-03-04T08:44:16.160Z] --- PASS: TestServiceRemove (0.14s) [2022-03-04T08:44:16.160Z] === CONT TestGet [2022-03-04T08:44:16.160Z] --- PASS: TestServiceCreate (0.13s) [2022-03-04T08:44:16.160Z] === CONT TestGetWithReference [2022-03-04T08:44:16.160Z] --- PASS: TestServiceList (0.13s) [2022-03-04T08:44:16.160Z] === CONT TestCreate [2022-03-04T08:44:16.160Z] --- PASS: TestGet (0.02s) [2022-03-04T08:44:16.160Z] === CONT TestRemove [2022-03-04T08:44:16.160Z] --- PASS: TestCreate (0.02s) [2022-03-04T08:44:16.160Z] === CONT TestServicePrune [2022-03-04T08:44:16.160Z] --- PASS: TestRestore (0.08s) [2022-03-04T08:44:16.160Z] === CONT TestRefDerefRemove [2022-03-04T08:44:16.160Z] --- PASS: TestGetWithReference (0.08s) [2022-03-04T08:44:16.160Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T08:44:16.160Z] time="2022-03-04T08:44:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:44:16.160Z] --- PASS: TestRemove (0.07s) [2022-03-04T08:44:16.160Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:44:16.160Z] time="2022-03-04T08:44:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:44:16.160Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-04T08:44:16.160Z] === CONT TestFindByReferenced [2022-03-04T08:44:16.160Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-04T08:44:16.160Z] === CONT TestFindByDriver [2022-03-04T08:44:16.160Z] time="2022-03-04T08:44:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:44:16.160Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-04T08:44:16.160Z] time="2022-03-04T08:44:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T08:44:16.160Z] time="2022-03-04T08:44:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:44:16.160Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-04T08:44:16.160Z] --- PASS: TestFindByDriver (0.03s) [2022-03-04T08:44:16.160Z] --- PASS: TestServicePrune (0.11s) [2022-03-04T08:44:16.160Z] PASS [2022-03-04T08:44:16.160Z] coverage: 69.0% of statements [2022-03-04T08:44:16.160Z] ok github.com/docker/docker/volume/service 0.327s coverage: 69.0% of statements [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.37s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.63s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.48s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.83s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.37s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.58s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.40s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.39s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.81s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.04s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.44s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.01s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s) [2022-03-04T08:44:16.357Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.55s) [2022-03-04T08:44:16.357Z] === RUN TestCgroupNamespacesRun [2022-03-04T08:44:16.555Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy (6.29s) [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T08:44:16.654Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-04T08:44:16.654Z] PASS [2022-03-04T08:44:16.654Z] [2022-03-04T08:44:16.654Z] DONE 17 tests in 10.201s [2022-03-04T08:44:16.654Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T08:44:16.654Z] ++ 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-04T08:44:16.654Z] ++ set -e [2022-03-04T08:44:16.654Z] ++ '[' -n 0 ']' [2022-03-04T08:44:16.654Z] ++ set -x [2022-03-04T08:44:16.654Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T08:44:16.914Z] INFO: Testing against a local daemon [2022-03-04T08:44:16.914Z] === RUN TestCommitInheritsEnv [2022-03-04T08:44:16.925Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-04T08:44:17.174Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-03-04T08:44:17.174Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:44:17.174Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-04T08:44:17.174Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform// [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T08:44:17.174Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T08:44:17.266Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-03-04T08:44:17.266Z] === RUN TestServicePlugin [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T08:44:17.434Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T08:44:17.434Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:44:17.434Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-04T08:44:17.434Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:44:17.434Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-04T08:44:17.434Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:44:17.515Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:44:17.694Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2022-03-04T08:44:17.694Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T08:44:17.694Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:44:17.694Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-04T08:44:17.694Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:44:17.694Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-04T08:44:17.694Z] === RUN TestTagInvalidReference [2022-03-04T08:44:17.694Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T08:44:17.694Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:44:17.694Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-04T08:44:17.694Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:44:17.694Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T08:44:17.694Z] === RUN TestTagOfficialNames [2022-03-04T08:44:17.694Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-04T08:44:17.694Z] === RUN TestTagMatchesDigest [2022-03-04T08:44:17.694Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-04T08:44:17.694Z] PASS [2022-03-04T08:44:17.694Z] [2022-03-04T08:44:17.694Z] === Skipped [2022-03-04T08:44:17.694Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:44:17.694Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-04T08:44:17.694Z] [2022-03-04T08:44:17.694Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-04T08:44:17.694Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:44:17.694Z] [2022-03-04T08:44:17.694Z] DONE 22 tests, 2 skipped in 1.118s [2022-03-04T08:44:17.694Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T08:44:17.694Z] ++ 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-04T08:44:17.694Z] ++ set -e [2022-03-04T08:44:17.694Z] ++ '[' -n 0 ']' [2022-03-04T08:44:17.694Z] ++ set -x [2022-03-04T08:44:17.694Z] ++ 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-04T08:44:17.730Z] --- PASS: TestCheckoutGit (38.82s) [2022-03-04T08:44:17.730Z] === RUN TestValidGitTransport [2022-03-04T08:44:17.730Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T08:44:17.730Z] === RUN TestGitInvalidRef [2022-03-04T08:44:17.730Z] --- PASS: TestGitInvalidRef (0.25s) [2022-03-04T08:44:17.730Z] PASS [2022-03-04T08:44:17.730Z] coverage: 86.3% of statements [2022-03-04T08:44:17.730Z] ok github.com/docker/docker/builder/remotecontext/git 39.333s coverage: 86.3% of statements [2022-03-04T08:44:17.730Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T08:44:17.730Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T08:44:17.861Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T08:44:17.861Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2022-03-04T08:44:17.861Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T08:44:17.861Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-04T08:44:17.954Z] INFO: Testing against a local daemon [2022-03-04T08:44:17.954Z] === RUN TestNetworkCreateDelete [2022-03-04T08:44:17.954Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-04T08:44:17.954Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:44:18.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T08:44:18.213Z] --- PASS: TestDockerNetworkDeletePreferID (0.31s) [2022-03-04T08:44:18.213Z] === RUN TestDaemonDNSFallback [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy (10.80s) [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.89s) [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.74s) [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s) [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.04s) [2022-03-04T08:44:18.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s) [2022-03-04T08:44:18.475Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:44:19.048Z] --- PASS: TestGet (15.01s) [2022-03-04T08:44:19.048Z] === RUN TestPluginWithNoManifest [2022-03-04T08:44:19.048Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T08:44:19.048Z] === RUN TestGetAll [2022-03-04T08:44:19.048Z] --- PASS: TestGetAll (0.00s) [2022-03-04T08:44:19.048Z] PASS [2022-03-04T08:44:19.048Z] coverage: 73.2% of statements [2022-03-04T08:44:19.048Z] ok github.com/docker/docker/pkg/plugins 35.957s coverage: 73.2% of statements [2022-03-04T08:44:20.030Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2022-03-04T08:44:20.030Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T08:44:20.030Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T08:44:20.566Z] plugin_test.go:61: [d2073e2c6fcd6] joining swarm manager [d93f2a4258c1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:44:21.362Z] --- PASS: TestBuildMultiStageParentConfig (2.37s) [2022-03-04T08:44:21.362Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:44:21.362Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:44:21.362Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-04T08:44:21.362Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:44:21.414Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.69s) [2022-03-04T08:44:21.414Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T08:44:21.960Z] plugin_test.go:64: [d25f681deae36] joining swarm manager [d93f2a4258c1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:44:22.324Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2022-03-04T08:44:22.324Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:44:22.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T08:44:22.507Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T08:44:22.507Z] === RUN TestConfigureDaemonLogs [2022-03-04T08:44:22.508Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T08:44:22.508Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T08:44:22.508Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T08:44:22.508Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T08:44:22.508Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T08:44:22.508Z] PASS [2022-03-04T08:44:22.508Z] coverage: 18.7% of statements [2022-03-04T08:44:22.508Z] ok github.com/docker/docker/cmd/dockerd 0.279s coverage: 18.7% of statements [2022-03-04T08:44:22.508Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T08:44:22.508Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T08:44:22.618Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-04T08:44:23.164Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-04T08:44:23.190Z] --- PASS: TestCgroupNamespacesRunHostMode (1.70s) [2022-03-04T08:44:23.190Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T08:44:23.497Z] === RUN TestContainerStopSignal [2022-03-04T08:44:23.497Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestContainerStopTimeout [2022-03-04T08:44:23.497Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T08:44:23.497Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T08:44:23.497Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-04T08:44:23.497Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T08:44:23.497Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-04T08:44:23.497Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T08:44:23.497Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T08:44:23.497Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestNewMemoryStore [2022-03-04T08:44:23.497Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestAddContainers [2022-03-04T08:44:23.497Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestGetContainer [2022-03-04T08:44:23.497Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestDeleteContainer [2022-03-04T08:44:23.497Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestListContainers [2022-03-04T08:44:23.497Z] --- PASS: TestListContainers (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestFirstContainer [2022-03-04T08:44:23.497Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestApplyAllContainer [2022-03-04T08:44:23.497Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestIsValidHealthString [2022-03-04T08:44:23.497Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestStateRunStop [2022-03-04T08:44:23.497Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T08:44:23.497Z] === RUN TestStateTimeoutWait [2022-03-04T08:44:23.967Z] state_test.go:141: Stop callback fired [2022-03-04T08:44:23.967Z] state_test.go:165: Stop callback fired [2022-03-04T08:44:23.967Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T08:44:23.967Z] === RUN TestIsValidStateString [2022-03-04T08:44:23.967Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T08:44:23.967Z] === RUN TestViewSaveDelete [2022-03-04T08:44:23.967Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-04T08:44:23.967Z] === RUN TestViewAll [2022-03-04T08:44:23.967Z] --- PASS: TestViewAll (0.02s) [2022-03-04T08:44:23.967Z] === RUN TestViewGet [2022-03-04T08:44:23.967Z] --- PASS: TestViewGet (0.01s) [2022-03-04T08:44:23.967Z] === RUN TestNames [2022-03-04T08:44:23.967Z] --- PASS: TestNames (0.00s) [2022-03-04T08:44:23.967Z] === RUN TestViewWithHealthCheck [2022-03-04T08:44:23.967Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-04T08:44:23.967Z] PASS [2022-03-04T08:44:23.967Z] coverage: 41.7% of statements [2022-03-04T08:44:23.967Z] ok github.com/docker/docker/container 0.314s coverage: 41.7% of statements [2022-03-04T08:44:23.967Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T08:44:23.967Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T08:44:23.967Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T08:44:23.967Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T08:44:24.793Z] --- PASS: TestDaemonDNSFallback (6.20s) [2022-03-04T08:44:24.793Z] === RUN TestInspectNetwork [2022-03-04T08:44:25.101Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2022-03-04T08:44:25.101Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T08:44:25.360Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-04T08:44:25.540Z] === RUN TestPrepare [2022-03-04T08:44:25.540Z] --- PASS: TestPrepare (0.00s) [2022-03-04T08:44:25.540Z] === RUN TestStart [2022-03-04T08:44:25.540Z] --- PASS: TestStart (0.00s) [2022-03-04T08:44:25.540Z] === RUN TestWaitCancel [2022-03-04T08:44:25.540Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T08:44:25.540Z] === RUN TestWaitDisabled [2022-03-04T08:44:25.540Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T08:44:25.540Z] === RUN TestWaitEnabled [2022-03-04T08:44:25.540Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T08:44:25.540Z] === RUN TestRemove [2022-03-04T08:44:25.540Z] --- PASS: TestRemove (0.00s) [2022-03-04T08:44:25.540Z] PASS [2022-03-04T08:44:25.540Z] coverage: 65.3% of statements [2022-03-04T08:44:25.540Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2022-03-04T08:44:26.740Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s) [2022-03-04T08:44:26.740Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T08:44:27.110Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T08:44:27.110Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T08:44:27.110Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T08:44:27.110Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T08:44:27.110Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T08:44:27.110Z] PASS [2022-03-04T08:44:27.110Z] coverage: 35.9% of statements [2022-03-04T08:44:27.110Z] ok github.com/docker/docker/daemon/cluster/convert 0.353s coverage: 35.9% of statements [2022-03-04T08:44:27.110Z] === RUN TestNewListSecretsFilters [2022-03-04T08:44:27.110Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T08:44:27.110Z] === RUN TestNewListConfigsFilters [2022-03-04T08:44:27.110Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T08:44:27.110Z] PASS [2022-03-04T08:44:27.110Z] coverage: 0.5% of statements [2022-03-04T08:44:27.110Z] ok github.com/docker/docker/daemon/cluster 0.216s coverage: 0.5% of statements [2022-03-04T08:44:27.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T08:44:27.312Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2022-03-04T08:44:27.312Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T08:44:27.338Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T08:44:27.338Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T08:44:27.338Z] === RUN TestInspectNetwork/network_name [2022-03-04T08:44:27.338Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T08:44:28.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T08:44:28.819Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.60s) [2022-03-04T08:44:28.819Z] === RUN TestNISDomainname [2022-03-04T08:44:29.757Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T08:44:29.757Z] --- PASS: TestNISDomainname (0.94s) [2022-03-04T08:44:29.757Z] === RUN TestHostnameDnsResolution [2022-03-04T08:44:30.018Z] check_test.go:308: [d31256de399c7] daemon is not started [2022-03-04T08:44:30.018Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-04T08:44:30.277Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T08:44:31.217Z] --- PASS: TestHostnameDnsResolution (1.20s) [2022-03-04T08:44:31.217Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T08:44:31.217Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T08:44:31.538Z] --- PASS: TestInspectNetwork (6.82s) [2022-03-04T08:44:31.538Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T08:44:31.538Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T08:44:31.538Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T08:44:31.538Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T08:44:31.538Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:44:31.787Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-04T08:44:31.787Z] --- PASS: TestUnprivilegedPortsAndPing (0.77s) [2022-03-04T08:44:31.787Z] === RUN TestStats [2022-03-04T08:44:31.880Z] === RUN TestBuilderGC [2022-03-04T08:44:31.880Z] --- PASS: TestBuilderGC (0.01s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestFindConfigurationConflicts [2022-03-04T08:44:31.880Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T08:44:31.880Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T08:44:31.880Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T08:44:31.880Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T08:44:31.880Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_label [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T08:44:31.880Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T08:44:31.880Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T08:44:31.880Z] time="2022-03-04T08:44:31Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T08:44:31.880Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-04T08:44:31.880Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T08:44:31.880Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:44:31.880Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestReloadBadDefaultConfig [2022-03-04T08:44:31.880Z] time="2022-03-04T08:44:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3004451453" [2022-03-04T08:44:31.880Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestReloadWithConflictingLabels [2022-03-04T08:44:31.880Z] time="2022-03-04T08:44:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2448740859" [2022-03-04T08:44:31.880Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T08:44:31.880Z] time="2022-03-04T08:44:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2226928197" [2022-03-04T08:44:31.880Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestMaskURLCredentials [2022-03-04T08:44:31.880Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestDaemonConfigurationMerge [2022-03-04T08:44:31.880Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T08:44:31.880Z] PASS [2022-03-04T08:44:31.880Z] coverage: 79.2% of statements [2022-03-04T08:44:31.880Z] ok github.com/docker/docker/daemon/config 0.501s coverage: 79.2% of statements [2022-03-04T08:44:31.880Z] === RUN TestEventsLog [2022-03-04T08:44:31.880Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestEventsLogTimeout [2022-03-04T08:44:31.880Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T08:44:31.880Z] === RUN TestLogEvents [2022-03-04T08:44:31.880Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T08:44:31.880Z] === RUN TestLoadBufferedEvents [2022-03-04T08:44:32.350Z] === RUN TestWaitNodeAttachment [2022-03-04T08:44:32.350Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-03-04T08:44:32.350Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T08:44:32.350Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T08:44:32.350Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T08:44:32.350Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T08:44:32.350Z] PASS [2022-03-04T08:44:32.350Z] coverage: 50.0% of statements [2022-03-04T08:44:32.350Z] ok github.com/docker/docker/daemon/events 0.311s coverage: 50.0% of statements [2022-03-04T08:44:32.821Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-04T08:44:32.821Z] === RUN TestIsolationConversion [2022-03-04T08:44:32.821Z] === RUN TestIsolationConversion/default [2022-03-04T08:44:32.821Z] === RUN TestIsolationConversion/process [2022-03-04T08:44:32.821Z] === RUN TestIsolationConversion/hyperv [2022-03-04T08:44:32.821Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestContainerLabels [2022-03-04T08:44:32.821Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestCredentialSpecConversion [2022-03-04T08:44:32.821Z] === RUN TestCredentialSpecConversion/none [2022-03-04T08:44:32.821Z] === RUN TestCredentialSpecConversion/config [2022-03-04T08:44:32.821Z] === RUN TestCredentialSpecConversion/file [2022-03-04T08:44:32.821Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T08:44:32.821Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T08:44:32.821Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountBind [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountVolume [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountTarget [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T08:44:32.821Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T08:44:32.821Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T08:44:32.821Z] PASS [2022-03-04T08:44:32.821Z] coverage: 11.0% of statements [2022-03-04T08:44:32.821Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.587s coverage: 11.0% of statements [2022-03-04T08:44:32.921Z] --- PASS: TestRunContainerWithBridgeNone (1.34s) [2022-03-04T08:44:32.921Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:44:32.921Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:44:32.921Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:44:32.921Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:44:32.921Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:44:32.921Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:44:32.921Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:44:32.921Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:44:32.921Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:44:32.921Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T08:44:32.921Z] === RUN TestNetworkList [2022-03-04T08:44:32.921Z] === RUN TestNetworkList//networks [2022-03-04T08:44:32.921Z] === PAUSE TestNetworkList//networks [2022-03-04T08:44:32.921Z] === RUN TestNetworkList//networks/ [2022-03-04T08:44:32.921Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:44:32.921Z] === CONT TestNetworkList//networks [2022-03-04T08:44:32.921Z] === CONT TestNetworkList//networks/ [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkList (0.01s) [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:44:32.921Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:44:32.921Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:44:33.165Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-04T08:44:33.182Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-04T08:44:33.182Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:44:33.816Z] === RUN TestIsEmptyDir [2022-03-04T08:44:33.816Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T08:44:33.816Z] PASS [2022-03-04T08:44:33.816Z] coverage: 2.3% of statements [2022-03-04T08:44:33.816Z] ok github.com/docker/docker/daemon/graphdriver 0.090s coverage: 2.3% of statements [2022-03-04T08:44:33.905Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-04T08:44:34.287Z] === RUN TestLinkNaming [2022-03-04T08:44:34.287Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLinkNew [2022-03-04T08:44:34.287Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLinkEnv [2022-03-04T08:44:34.287Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLinkMultipleEnv [2022-03-04T08:44:34.287Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLinkPortRangeEnv [2022-03-04T08:44:34.287Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T08:44:34.287Z] PASS [2022-03-04T08:44:34.287Z] coverage: 93.0% of statements [2022-03-04T08:44:34.287Z] ok github.com/docker/docker/daemon/links 0.055s coverage: 93.0% of statements [2022-03-04T08:44:34.287Z] === RUN TestVerifyNetworkingConfig [2022-03-04T08:44:34.287Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestGetContainer [2022-03-04T08:44:34.287Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestValidContainerNames [2022-03-04T08:44:34.287Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestContainerInitDNS [2022-03-04T08:44:34.287Z] daemon_test.go:145: root required [2022-03-04T08:44:34.287Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestMerge [2022-03-04T08:44:34.287Z] --- PASS: TestMerge (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestValidateContainerIsolation [2022-03-04T08:44:34.287Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestFindNetworkErrorType [2022-03-04T08:44:34.287Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestEnsureServicesExist [2022-03-04T08:44:34.287Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestEnsureServicesExistErrors [2022-03-04T08:44:34.287Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T08:44:34.287Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T08:44:34.287Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T08:44:34.287Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T08:44:34.287Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:44:34.287Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T08:44:34.287Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestContainerDelete [2022-03-04T08:44:34.287Z] --- PASS: TestContainerDelete (0.01s) [2022-03-04T08:44:34.287Z] === RUN TestContainerDoubleDelete [2022-03-04T08:44:34.287Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T08:44:34.287Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T08:44:34.287Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestNoneHealthcheck [2022-03-04T08:44:34.287Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestHealthStates [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:33Z" 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-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] time="2022-03-04T08:44:34Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-04T08:44:34.287Z] --- PASS: TestHealthStates (0.21s) [2022-03-04T08:44:34.287Z] === RUN TestGetInspectData [2022-03-04T08:44:34.287Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestFillLicense [2022-03-04T08:44:34.287Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestListInvalidFilter [2022-03-04T08:44:34.287Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestNameFilter [2022-03-04T08:44:34.287Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T08:44:34.287Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T08:44:34.287Z] === 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-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T08:44:34.287Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T08:44:34.476Z] --- PASS: TestStats (2.73s) [2022-03-04T08:44:34.476Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:44:34.476Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T08:44:34.476Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T08:44:34.476Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T08:44:34.476Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T08:44:34.476Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T08:44:34.476Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T08:44:34.476Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T08:44:34.476Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T08:44:34.476Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T08:44:34.476Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T08:44:34.566Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-04T08:44:34.566Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:44:34.659Z] --- PASS: TestBuildMultiStageOnBuild (10.96s) [2022-03-04T08:44:34.659Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:44:34.659Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:44:34.659Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-04T08:44:34.659Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:44:34.659Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-04T08:44:34.757Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T08:44:34.757Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T08:44:34.757Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T08:44:34.757Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T08:44:34.758Z] --- 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-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T08:44:34.758Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadLabels [2022-03-04T08:44:34.758Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T08:44:34.758Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadMirrors [2022-03-04T08:44:34.758Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T08:44:34.758Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T08:44:34.758Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T08:44:34.758Z] reload_test.go:342: root required [2022-03-04T08:44:34.758Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T08:44:34.758Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-04T08:44:34.758Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T08:44:34.758Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.18s) [2022-03-04T08:44:34.758Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T08:44:34.758Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-04T08:44:34.758Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T08:44:34.758Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.07s) [2022-03-04T08:44:34.758Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T08:44:34.758Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2022-03-04T08:44:34.758Z] === RUN TestParseVolumesFrom [2022-03-04T08:44:34.758Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T08:44:34.758Z] PASS [2022-03-04T08:44:34.758Z] coverage: 8.6% of statements [2022-03-04T08:44:34.758Z] ok github.com/docker/docker/daemon 0.756s coverage: 8.6% of statements [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T08:44:34.758Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T08:44:35.137Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-04T08:44:35.138Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:44:35.860Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T08:44:36.080Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-04T08:44:36.080Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:44:36.122Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/defaults [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T08:44:36.981Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T08:44:36.981Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-04T08:44:36.981Z] === RUN TestCreateSuccess [2022-03-04T08:44:36.981Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCreateStreamSkipped [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T08:44:36.981Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCreateLogGroupSuccess [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T08:44:36.981Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCreateError [2022-03-04T08:44:36.981Z] --- PASS: TestCreateError (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCreateAlreadyExists [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T08:44:36.981Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestLogClosed [2022-03-04T08:44:36.981Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestLogBlocking [2022-03-04T08:44:36.981Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T08:44:36.981Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T08:44:36.981Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestPublishBatchSuccess [2022-03-04T08:44:36.981Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestPublishBatchError [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=error msg=error [2022-03-04T08:44:36.981Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:44:36.981Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T08:44:36.981Z] time="2022-03-04T08:44:36Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T08:44:36.981Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchSimple [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchTicker [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-04T08:44:36.981Z] === RUN TestCollectBatchClose [2022-03-04T08:44:36.981Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/3/���� [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T08:44:36.981Z] === RUN TestEffectiveLen/5/ [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T08:44:36.981Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/0/ [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: He [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T08:44:36.981Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T08:44:36.981Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:44:37.064Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T08:44:37.451Z] === RUN TestFindValidSplit/6/a� [2022-03-04T08:44:37.451Z] cloudwatchlogs_test.go:1076: a [2022-03-04T08:44:37.451Z] cloudwatchlogs_test.go:1077: � [2022-03-04T08:44:37.451Z] === RUN TestFindValidSplit/7/a� [2022-03-04T08:44:37.451Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T08:44:37.451Z] cloudwatchlogs_test.go:1077: [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestProcessEventEmoji [2022-03-04T08:44:37.451Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchLineSplit [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchMaxEvents [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchMaxEvents (0.14s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T08:44:37.451Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T08:44:37.451Z] === RUN TestAdapterReadLogs [2022-03-04T08:44:37.451Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestCopier [2022-03-04T08:44:37.451Z] --- PASS: TestCopier (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestCopierLongLines [2022-03-04T08:44:37.451Z] --- PASS: TestCopierLongLines (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestCopierSlow [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T08:44:37.451Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestCreateTagSuccess [2022-03-04T08:44:37.451Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T08:44:37.451Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T08:44:37.451Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T08:44:37.451Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-04T08:44:37.451Z] PASS [2022-03-04T08:44:37.451Z] coverage: 80.2% of statements [2022-03-04T08:44:37.451Z] ok github.com/docker/docker/daemon/logger/awslogs 0.575s coverage: 80.2% of statements [2022-03-04T08:44:37.451Z] --- PASS: TestCopierSlow (0.22s) [2022-03-04T08:44:37.451Z] === RUN TestCopierWithSized [2022-03-04T08:44:37.451Z] === RUN TestCopierWithSized/as_is [2022-03-04T08:44:37.451Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T08:44:37.451Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T08:44:37.451Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-04T08:44:37.451Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-04T08:44:37.451Z] === RUN TestCopierWithPartial [2022-03-04T08:44:37.451Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestRingLogger [2022-03-04T08:44:37.451Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestRingCap [2022-03-04T08:44:37.451Z] --- PASS: TestRingCap (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestRingClose [2022-03-04T08:44:37.451Z] --- PASS: TestRingClose (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestRingDrain [2022-03-04T08:44:37.451Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T08:44:37.451Z] PASS [2022-03-04T08:44:37.451Z] coverage: 43.8% of statements [2022-03-04T08:44:37.451Z] ok github.com/docker/docker/daemon/logger 0.309s coverage: 43.8% of statements [2022-03-04T08:44:37.451Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T08:44:37.451Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestSearchRegistryForImages [2022-03-04T08:44:37.451Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T08:44:37.451Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T08:44:37.451Z] === RUN TestImageDelete [2022-03-04T08:44:37.451Z] === RUN TestImageDelete/no_lease [2022-03-04T08:44:37.451Z] === RUN TestImageDelete/lease_exists [2022-03-04T08:44:37.451Z] --- PASS: TestImageDelete (0.05s) [2022-03-04T08:44:37.451Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T08:44:37.451Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-04T08:44:37.451Z] === RUN TestContentStoreForPull [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T08:44:37.451Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T08:44:37.451Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T08:44:37.451Z] PASS [2022-03-04T08:44:37.451Z] coverage: 33.6% of statements [2022-03-04T08:44:37.452Z] ok github.com/docker/docker/daemon/logger/fluentd 0.068s coverage: 33.6% of statements [2022-03-04T08:44:37.466Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.18s) [2022-03-04T08:44:37.466Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:44:37.636Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T08:44:37.897Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-04T08:44:37.921Z] --- PASS: TestContentStoreForPull (0.26s) [2022-03-04T08:44:37.921Z] PASS [2022-03-04T08:44:37.921Z] coverage: 6.8% of statements [2022-03-04T08:44:37.921Z] ok github.com/docker/docker/daemon/images 0.437s coverage: 6.8% of statements [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T08:44:37.921Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T08:44:38.037Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-04T08:44:38.037Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:44:38.390Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T08:44:38.390Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T08:44:38.390Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T08:44:38.469Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T08:44:38.562Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-04T08:44:38.858Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-04T08:44:38.859Z] === RUN TestFastTimeMarshalJSON [2022-03-04T08:44:38.859Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-04T08:44:38.859Z] PASS [2022-03-04T08:44:38.859Z] coverage: 87.2% of statements [2022-03-04T08:44:38.859Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.274s coverage: 87.2% of statements [2022-03-04T08:44:39.042Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-04T08:44:39.042Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2022-03-04T08:44:39.042Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2022-03-04T08:44:39.042Z] --- PASS: TestStopContainerWithTimeout/3 (2.73s) [2022-03-04T08:44:39.042Z] --- PASS: TestStopContainerWithTimeout/1 (1.68s) [2022-03-04T08:44:39.042Z] === RUN TestDeleteDevicemapper [2022-03-04T08:44:39.042Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:44:39.042Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T08:44:39.042Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:44:39.328Z] === RUN TestJSONFileLogger [2022-03-04T08:44:39.328Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T08:44:39.328Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T08:44:39.328Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-04T08:44:39.328Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T08:44:39.328Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T08:44:39.328Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T08:44:39.328Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-04T08:44:39.328Z] === RUN TestEncodeDecode [2022-03-04T08:44:39.328Z] === PAUSE TestEncodeDecode [2022-03-04T08:44:39.328Z] === RUN TestUnexpectedEOF [2022-03-04T08:44:39.328Z] time="2022-03-04T08:44:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:44:39.328Z] time="2022-03-04T08:44:39Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T08:44:39.328Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-04T08:44:39.328Z] === CONT TestEncodeDecode [2022-03-04T08:44:39.328Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T08:44:39.328Z] PASS [2022-03-04T08:44:39.328Z] coverage: 69.9% of statements [2022-03-04T08:44:39.328Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.284s coverage: 69.9% of statements [2022-03-04T08:44:39.797Z] === RUN TestWriteLog [2022-03-04T08:44:39.797Z] === PAUSE TestWriteLog [2022-03-04T08:44:39.797Z] === RUN TestReadLog [2022-03-04T08:44:39.797Z] === PAUSE TestReadLog [2022-03-04T08:44:39.797Z] === RUN TestDecode [2022-03-04T08:44:39.797Z] --- PASS: TestDecode (0.03s) [2022-03-04T08:44:39.797Z] === CONT TestWriteLog [2022-03-04T08:44:39.797Z] === CONT TestReadLog [2022-03-04T08:44:39.797Z] === RUN TestReadLog/tail_exact [2022-03-04T08:44:39.797Z] --- PASS: TestWriteLog (0.01s) [2022-03-04T08:44:39.797Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T08:44:39.797Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T08:44:39.797Z] --- PASS: TestReadLog (0.24s) [2022-03-04T08:44:39.797Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-03-04T08:44:39.797Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-04T08:44:39.797Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-04T08:44:39.797Z] PASS [2022-03-04T08:44:39.797Z] coverage: 78.7% of statements [2022-03-04T08:44:39.797Z] ok github.com/docker/docker/daemon/logger/local 0.340s coverage: 78.7% of statements [2022-03-04T08:44:39.797Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T08:44:39.948Z] --- PASS: TestServiceWithPredefinedNetwork (2.14s) [2022-03-04T08:44:39.948Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:44:39.948Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:44:39.948Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:44:39.948Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:44:40.788Z] === RUN TestOpenFileDelete [2022-03-04T08:44:40.788Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestOpenFileRename [2022-03-04T08:44:40.788Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestHandleDecoderErr [2022-03-04T08:44:40.788Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestParseLogTagDefaultTag [2022-03-04T08:44:40.788Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestParseLogTag [2022-03-04T08:44:40.788Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestParseLogTagEmptyTag [2022-03-04T08:44:40.788Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestTailFiles [2022-03-04T08:44:40.788Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestFollowLogsConsumerGone [2022-03-04T08:44:40.788Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T08:44:40.788Z] === RUN TestFollowLogsProducerGone [2022-03-04T08:44:40.788Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-04T08:44:40.788Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-04T08:44:40.788Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-04T08:44:40.788Z] === RUN TestCheckCapacityAndRotate [2022-03-04T08:44:40.788Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T08:44:40.788Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T08:44:40.788Z] === RUN TestLog [2022-03-04T08:44:40.788Z] --- PASS: TestLog (0.03s) [2022-03-04T08:44:40.788Z] PASS [2022-03-04T08:44:40.788Z] coverage: 31.5% of statements [2022-03-04T08:44:40.788Z] --- PASS: TestCheckCapacityAndRotate (0.16s) [2022-03-04T08:44:40.788Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T08:44:40.788Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-03-04T08:44:40.788Z] PASS [2022-03-04T08:44:40.788Z] coverage: 55.3% of statements [2022-03-04T08:44:40.788Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.106s coverage: 31.5% of statements [2022-03-04T08:44:40.788Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.239s coverage: 55.3% of statements [2022-03-04T08:44:41.776Z] === RUN TestParseLogFormat [2022-03-04T08:44:41.776Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestValidateLogOptEmpty [2022-03-04T08:44:41.776Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestValidateSyslogAddress [2022-03-04T08:44:41.776Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestParseAddressDefaultPort [2022-03-04T08:44:41.776Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestValidateSyslogFacility [2022-03-04T08:44:41.776Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T08:44:41.776Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestValidateLogOpt [2022-03-04T08:44:41.776Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:44:41.776Z] PASS [2022-03-04T08:44:41.776Z] coverage: 46.8% of statements [2022-03-04T08:44:41.776Z] ok github.com/docker/docker/daemon/logger/syslog 0.079s coverage: 46.8% of statements [2022-03-04T08:44:41.776Z] === RUN TestValidateLogOpt [2022-03-04T08:44:41.776Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestNewMissedConfig [2022-03-04T08:44:41.776Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestNewMissedUrl [2022-03-04T08:44:41.776Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestNewMissedToken [2022-03-04T08:44:41.776Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestNewWithProxy [2022-03-04T08:44:41.776Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestDefault [2022-03-04T08:44:41.776Z] --- PASS: TestDefault (0.01s) [2022-03-04T08:44:41.776Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T08:44:41.776Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestJsonFormat [2022-03-04T08:44:41.776Z] --- PASS: TestJsonFormat (0.01s) [2022-03-04T08:44:41.776Z] === RUN TestRawFormat [2022-03-04T08:44:41.776Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestRawFormatWithLabels [2022-03-04T08:44:41.776Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestRawFormatWithoutTag [2022-03-04T08:44:41.776Z] === RUN TestNewParse [2022-03-04T08:44:41.776Z] --- PASS: TestNewParse (0.00s) [2022-03-04T08:44:41.776Z] PASS [2022-03-04T08:44:41.776Z] coverage: 8.3% of statements [2022-03-04T08:44:41.776Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T08:44:41.776Z] === RUN TestBatching [2022-03-04T08:44:41.776Z] ok github.com/docker/docker/daemon/logger/templates 0.049s coverage: 8.3% of statements [2022-03-04T08:44:42.245Z] --- PASS: TestBatching (0.30s) [2022-03-04T08:44:42.245Z] === RUN TestFrequency [2022-03-04T08:44:42.334Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.81s) [2022-03-04T08:44:42.334Z] === RUN TestUpdateMemory [2022-03-04T08:44:42.334Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:44:42.334Z] --- SKIP: TestUpdateMemory (0.01s) [2022-03-04T08:44:42.334Z] === RUN TestUpdateCPUQuota [2022-03-04T08:44:42.334Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-04T08:44:42.714Z] --- PASS: TestFrequency (0.21s) [2022-03-04T08:44:42.714Z] === RUN TestOneMessagePerRequest [2022-03-04T08:44:42.714Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-04T08:44:42.714Z] === RUN TestVerify [2022-03-04T08:44:42.714Z] --- PASS: TestVerify (0.00s) [2022-03-04T08:44:42.714Z] === RUN TestSkipVerify [2022-03-04T08:44:42.714Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:42.714Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:42.714Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] --- PASS: TestSkipVerify (0.74s) [2022-03-04T08:44:43.183Z] === RUN TestBufferMaximum [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.959569\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.959569\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T08:44:43.183Z] === RUN TestServerAlwaysDown [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.962157\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.962157\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.962157\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.963156\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] time="2022-03-04T08:44:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646383482.963156\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:43.183Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T08:44:43.183Z] === RUN TestCannotSendAfterClose [2022-03-04T08:44:43.183Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T08:44:43.183Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T08:44:43.199Z] --- PASS: TestBuildMultiStageLayerLeak (9.74s) [2022-03-04T08:44:43.199Z] === RUN TestBuildWithHugeFile [2022-03-04T08:44:43.273Z] --- PASS: TestUpdateCPUQuota (1.36s) [2022-03-04T08:44:43.273Z] === RUN TestUpdatePidsLimit [2022-03-04T08:44:43.273Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T08:44:43.652Z] === RUN TestV1IDService [2022-03-04T08:44:43.652Z] --- PASS: TestV1IDService (0.04s) [2022-03-04T08:44:43.652Z] === RUN TestV2MetadataService [2022-03-04T08:44:43.841Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T08:44:44.100Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T08:44:44.100Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T08:44:44.121Z] time="2022-03-04T08:44:43Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-04T08:44:44.121Z] time="2022-03-04T08:44:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2fca7ee909fe\"}'" [2022-03-04T08:44:44.121Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-04T08:44:44.121Z] PASS [2022-03-04T08:44:44.121Z] coverage: 82.5% of statements [2022-03-04T08:44:44.121Z] ok github.com/docker/docker/daemon/logger/splunk 2.363s coverage: 82.5% of statements [2022-03-04T08:44:44.121Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T08:44:44.121Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T08:44:44.121Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T08:44:44.359Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T08:44:44.589Z] === RUN TestSuccessfulDownload [2022-03-04T08:44:44.589Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:44:44.589Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T08:44:44.589Z] === RUN TestCancelledDownload [2022-03-04T08:44:44.589Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T08:44:44.589Z] === RUN TestMaxDownloadAttempts [2022-03-04T08:44:44.589Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:44:44.589Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:44:44.589Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:44:44.589Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:44:44.589Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:44:44.589Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:44:44.589Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:44:44.589Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:44:44.589Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T08:44:44.589Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T08:44:44.589Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T08:44:44.589Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T08:44:44.589Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T08:44:44.589Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T08:44:44.589Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T08:44:44.589Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T08:44:44.589Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T08:44:44.589Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T08:44:44.589Z] === RUN TestManifestStore [2022-03-04T08:44:44.589Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T08:44:44.589Z] --- PASS: TestV2MetadataService (1.20s) [2022-03-04T08:44:44.589Z] PASS [2022-03-04T08:44:44.589Z] coverage: 48.2% of statements [2022-03-04T08:44:44.589Z] ok github.com/docker/docker/distribution/metadata 1.352s coverage: 48.2% of statements [2022-03-04T08:44:44.928Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2671815985\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/no_local_cache [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/with_local_cache [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="reference for unknown type: " [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="reference for unknown type: " [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="reference for unknown type: " [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="reference for unknown type: " [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="reference for unknown type: " [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T08:44:45.060Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T08:44:45.060Z] time="2022-03-04T08:44:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore (0.43s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/no_local_cache (0.05s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T08:44:45.060Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.01s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T08:44:45.060Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T08:44:45.061Z] time="2022-03-04T08:44:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:44:45.061Z] time="2022-03-04T08:44:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:44:45.061Z] time="2022-03-04T08:44:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:44:45.061Z] time="2022-03-04T08:44:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T08:44:45.061Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T08:44:45.061Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-03-04T08:44:45.061Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-03-04T08:44:45.061Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-03-04T08:44:45.061Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-03-04T08:44:45.061Z] === RUN TestTransfer [2022-03-04T08:44:45.061Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestFixManifestLayers [2022-03-04T08:44:45.061Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T08:44:45.061Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:44:45.061Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestFixManifestLayersBadParent [2022-03-04T08:44:45.061Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestValidateManifest [2022-03-04T08:44:45.061Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:44:45.061Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestFormatPlatform [2022-03-04T08:44:45.061Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T08:44:45.061Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestLayerAlreadyExists [2022-03-04T08:44:45.061Z] 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-04T08:44:45.061Z] 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-04T08:44:45.061Z] 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-04T08:44:45.061Z] 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-04T08:44:45.061Z] 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-04T08:44:45.061Z] 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-04T08:44:45.061Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T08:44:45.061Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T08:44:45.191Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T08:44:45.191Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-04T08:44:45.531Z] --- PASS: TestTransfer (0.12s) [2022-03-04T08:44:45.531Z] === RUN TestConcurrencyLimit [2022-03-04T08:44:45.531Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-03-04T08:44:45.531Z] === RUN TestInactiveJobs [2022-03-04T08:44:45.760Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T08:44:46.000Z] === RUN TestNotFound [2022-03-04T08:44:46.000Z] --- PASS: TestNotFound (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestConflict [2022-03-04T08:44:46.000Z] --- PASS: TestConflict (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestForbidden [2022-03-04T08:44:46.000Z] --- PASS: TestForbidden (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestInvalidParameter [2022-03-04T08:44:46.000Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestNotImplemented [2022-03-04T08:44:46.000Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestNotModified [2022-03-04T08:44:46.000Z] --- PASS: TestNotModified (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestUnauthorized [2022-03-04T08:44:46.000Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestUnknown [2022-03-04T08:44:46.000Z] --- PASS: TestUnknown (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestCancelled [2022-03-04T08:44:46.000Z] --- PASS: TestCancelled (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestDeadline [2022-03-04T08:44:46.000Z] --- PASS: TestDeadline (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestDataLoss [2022-03-04T08:44:46.000Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestUnavailable [2022-03-04T08:44:46.000Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestSystem [2022-03-04T08:44:46.000Z] --- PASS: TestSystem (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Conflict [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T08:44:46.000Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T08:44:46.000Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T08:44:46.000Z] PASS [2022-03-04T08:44:46.000Z] coverage: 53.1% of statements [2022-03-04T08:44:46.000Z] ok github.com/docker/docker/errdefs 0.055s coverage: 53.1% of statements [2022-03-04T08:44:46.000Z] --- PASS: TestInactiveJobs (0.40s) [2022-03-04T08:44:46.000Z] === RUN TestWatchRelease [2022-03-04T08:44:46.000Z] --- PASS: TestWatchRelease (0.04s) [2022-03-04T08:44:46.000Z] === RUN TestWatchFinishedTransfer [2022-03-04T08:44:46.000Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T08:44:46.000Z] === RUN TestDuplicateTransfer [2022-03-04T08:44:46.000Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-04T08:44:46.000Z] === RUN TestSuccessfulUpload [2022-03-04T08:44:46.023Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T08:44:46.469Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2022-03-04T08:44:46.469Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T08:44:46.469Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T08:44:46.469Z] === RUN TestTokenPassThru [2022-03-04T08:44:46.469Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-04T08:44:46.469Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T08:44:46.469Z] time="2022-03-04T08:44:46Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T08:44:46.469Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-04T08:44:46.469Z] PASS [2022-03-04T08:44:46.469Z] coverage: 24.6% of statements [2022-03-04T08:44:46.469Z] ok github.com/docker/docker/distribution 1.721s coverage: 24.6% of statements [2022-03-04T08:44:46.469Z] --- PASS: TestSuccessfulUpload (0.37s) [2022-03-04T08:44:46.469Z] === RUN TestCancelledUpload [2022-03-04T08:44:46.469Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T08:44:46.469Z] PASS [2022-03-04T08:44:46.469Z] coverage: 77.2% of statements [2022-03-04T08:44:46.469Z] ok github.com/docker/docker/distribution/xfer 1.895s coverage: 77.2% of statements [2022-03-04T08:44:46.469Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T08:44:46.469Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T08:44:46.939Z] === RUN TestFSGetInvalidData [2022-03-04T08:44:46.939Z] --- PASS: TestFSGetInvalidData (0.04s) [2022-03-04T08:44:46.939Z] === RUN TestFSInvalidSet [2022-03-04T08:44:46.939Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T08:44:46.939Z] === RUN TestFSInvalidRoot [2022-03-04T08:44:46.939Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T08:44:46.939Z] === RUN TestFSMetadataGetSet [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit (3.48s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-03-04T08:44:46.963Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s) [2022-03-04T08:44:46.963Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:44:46.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-04T08:44:46.963Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T08:44:47.409Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-04T08:44:47.409Z] === RUN TestFSInvalidWalker [2022-03-04T08:44:47.409Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestFSGetSet [2022-03-04T08:44:47.409Z] --- PASS: TestFSGetSet (0.05s) [2022-03-04T08:44:47.409Z] === RUN TestFSGetUnsetKey [2022-03-04T08:44:47.409Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestFSGetEmptyData [2022-03-04T08:44:47.409Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestFSDelete [2022-03-04T08:44:47.409Z] === RUN TestCompare [2022-03-04T08:44:47.409Z] --- PASS: TestCompare (0.00s) [2022-03-04T08:44:47.409Z] PASS [2022-03-04T08:44:47.409Z] coverage: 19.2% of statements [2022-03-04T08:44:47.409Z] --- PASS: TestFSDelete (0.03s) [2022-03-04T08:44:47.409Z] === RUN TestFSWalker [2022-03-04T08:44:47.409Z] ok github.com/docker/docker/image/cache 0.090s coverage: 19.2% of statements [2022-03-04T08:44:47.409Z] --- PASS: TestFSWalker (0.02s) [2022-03-04T08:44:47.409Z] === RUN TestFSWalkerStopOnError [2022-03-04T08:44:47.409Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestNewFromJSON [2022-03-04T08:44:47.409Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T08:44:47.409Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestMarshalKeyOrder [2022-03-04T08:44:47.409Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestHistoryEqual [2022-03-04T08:44:47.409Z] --- PASS: TestHistoryEqual (0.18s) [2022-03-04T08:44:47.409Z] === RUN TestImage [2022-03-04T08:44:47.409Z] --- PASS: TestImage (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestImageOSNotEmpty [2022-03-04T08:44:47.409Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T08:44:47.409Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T08:44:47.409Z] === RUN TestCreate [2022-03-04T08:44:47.409Z] --- PASS: TestCreate (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestRestore [2022-03-04T08:44:47.409Z] time="2022-03-04T08:44:47Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T08:44:47.409Z] --- PASS: TestRestore (0.04s) [2022-03-04T08:44:47.409Z] === RUN TestAddDelete [2022-03-04T08:44:47.409Z] --- PASS: TestAddDelete (0.03s) [2022-03-04T08:44:47.409Z] === RUN TestSearchAfterDelete [2022-03-04T08:44:47.409Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-04T08:44:47.409Z] === RUN TestParentReset [2022-03-04T08:44:47.535Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T08:44:47.795Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T08:44:47.878Z] --- PASS: TestParentReset (0.04s) [2022-03-04T08:44:47.878Z] === RUN TestGetAndSetLastUpdated [2022-03-04T08:44:47.878Z] --- PASS: TestGetAndSetLastUpdated (0.04s) [2022-03-04T08:44:47.878Z] === RUN TestStoreLen [2022-03-04T08:44:47.878Z] --- PASS: TestStoreLen (0.08s) [2022-03-04T08:44:47.878Z] PASS [2022-03-04T08:44:47.878Z] coverage: 86.9% of statements [2022-03-04T08:44:47.878Z] ok github.com/docker/docker/image 0.776s coverage: 86.9% of statements [2022-03-04T08:44:47.878Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T08:44:47.878Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T08:44:47.878Z] PASS [2022-03-04T08:44:47.878Z] coverage: 25.0% of statements [2022-03-04T08:44:47.878Z] ok github.com/docker/docker/image/v1 0.086s coverage: 25.0% of statements [2022-03-04T08:44:48.056Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T08:44:48.316Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T08:44:48.316Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-04T08:44:48.316Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T08:44:48.347Z] === RUN TestValidateManifest [2022-03-04T08:44:48.347Z] === RUN TestValidateManifest/nil [2022-03-04T08:44:48.347Z] === RUN TestValidateManifest/non-nil [2022-03-04T08:44:48.347Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T08:44:48.347Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T08:44:48.347Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T08:44:48.347Z] PASS [2022-03-04T08:44:48.347Z] coverage: 0.7% of statements [2022-03-04T08:44:48.347Z] ok github.com/docker/docker/image/tarexport 0.102s coverage: 0.7% of statements [2022-03-04T08:44:48.347Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T08:44:48.492Z] --- PASS: TestServicePlugin (29.92s) [2022-03-04T08:44:48.492Z] === RUN TestServiceUpdateLabel [2022-03-04T08:44:48.885Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-04T08:44:48.945Z] 2022/03/04 08:44:46 Closing DB instances... [2022-03-04T08:44:48.945Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-04T08:44:48.945Z] === RUN TestFindNode [2022-03-04T08:44:48.945Z] 2022/03/04 08:44:48 Closing DB instances... [2022-03-04T08:44:48.945Z] --- PASS: TestFindNode (0.02s) [2022-03-04T08:44:48.945Z] === RUN TestChangeNodeState [2022-03-04T08:44:48.945Z] 2022/03/04 08:44:48 Closing DB instances... [2022-03-04T08:44:48.945Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T08:44:48.945Z] === RUN TestNodeReincarnation [2022-03-04T08:44:48.945Z] 2022/03/04 08:44:48 Closing DB instances... [2022-03-04T08:44:49.058Z] --- PASS: TestServiceUpdateLabel (2.15s) [2022-03-04T08:44:49.058Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:44:49.452Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T08:44:49.915Z] === RUN TestSerialization [2022-03-04T08:44:49.915Z] --- PASS: TestSerialization (0.03s) [2022-03-04T08:44:49.915Z] PASS [2022-03-04T08:44:49.915Z] coverage: 100.0% of statements [2022-03-04T08:44:49.915Z] ok github.com/docker/docker/libcontainerd/queue 0.073s coverage: 100.0% of statements [2022-03-04T08:44:49.915Z] === RUN TestEnvironmentParsing [2022-03-04T08:44:49.915Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T08:44:49.915Z] PASS [2022-03-04T08:44:49.915Z] coverage: 1.2% of statements [2022-03-04T08:44:49.915Z] ok github.com/docker/docker/libcontainerd/local 0.066s coverage: 1.2% of statements [2022-03-04T08:44:50.906Z] === RUN TestEmptyLayer [2022-03-04T08:44:50.906Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestCommitFailure [2022-03-04T08:44:50.906Z] --- PASS: TestCommitFailure (0.01s) [2022-03-04T08:44:50.906Z] === RUN TestStartTransactionFailure [2022-03-04T08:44:50.906Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestGetOrphan [2022-03-04T08:44:50.906Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T08:44:50.906Z] === RUN TestMountAndRegister [2022-03-04T08:44:50.906Z] layer_test.go:258: Layer size: 14 [2022-03-04T08:44:50.906Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-04T08:44:50.906Z] === RUN TestLayerRelease [2022-03-04T08:44:50.906Z] layer_test.go:291: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestStoreRestore [2022-03-04T08:44:50.906Z] layer_test.go:340: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestTarStreamStability [2022-03-04T08:44:50.906Z] layer_test.go:455: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestRegisterExistingLayer [2022-03-04T08:44:50.906Z] --- PASS: TestRegisterExistingLayer (0.20s) [2022-03-04T08:44:50.906Z] === RUN TestTarStreamVerification [2022-03-04T08:44:50.906Z] layer_test.go:684: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestLayerMigration [2022-03-04T08:44:50.906Z] migration_test.go:45: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T08:44:50.906Z] migration_test.go:181: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestMountInit [2022-03-04T08:44:50.906Z] mount_test.go:17: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestMountSize [2022-03-04T08:44:50.906Z] mount_test.go:76: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestMountChanges [2022-03-04T08:44:50.906Z] mount_test.go:125: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T08:44:50.906Z] === RUN TestMountApply [2022-03-04T08:44:50.906Z] mount_test.go:212: Failing on Windows [2022-03-04T08:44:50.906Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T08:44:50.906Z] PASS [2022-03-04T08:44:50.906Z] coverage: 30.2% of statements [2022-03-04T08:44:50.906Z] ok github.com/docker/docker/layer 0.447s coverage: 30.2% of statements [2022-03-04T08:44:51.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-04T08:44:51.359Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-04T08:44:51.359Z] check_test.go:308: [d1209a83da0fe] daemon is not started [2022-03-04T08:44:51.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-04T08:44:51.359Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-04T08:44:51.359Z] check_test.go:308: [d55733929ba27] daemon is not started [2022-03-04T08:44:51.359Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-04T08:44:51.376Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T08:44:51.376Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T08:44:51.376Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T08:44:51.376Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T08:44:51.844Z] === RUN TestSequenceGetAvailableBit [2022-03-04T08:44:51.844Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSequenceEqual [2022-03-04T08:44:51.844Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSequenceCopy [2022-03-04T08:44:51.844Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestGetFirstAvailable [2022-03-04T08:44:51.844Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestFindSequence [2022-03-04T08:44:51.844Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestCheckIfAvailable [2022-03-04T08:44:51.844Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestMergeSequences [2022-03-04T08:44:51.844Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestPushReservation [2022-03-04T08:44:51.844Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSerializeDeserialize [2022-03-04T08:44:51.844Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSet [2022-03-04T08:44:51.844Z] --- PASS: TestSet (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSetUnset [2022-03-04T08:44:51.844Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestOffsetSetUnset [2022-03-04T08:44:51.844Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSetInRange [2022-03-04T08:44:51.844Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestSetAnyInRange [2022-03-04T08:44:51.844Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestMethods [2022-03-04T08:44:51.844Z] --- PASS: TestMethods (0.00s) [2022-03-04T08:44:51.844Z] === RUN TestRandomAllocateDeallocate [2022-03-04T08:44:53.895Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T08:44:54.069Z] === RUN TestInvalidConfig [2022-03-04T08:44:54.069Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T08:44:54.069Z] === RUN TestConfig [2022-03-04T08:44:54.069Z] --- PASS: TestConfig (0.00s) [2022-03-04T08:44:54.069Z] === RUN TestOptionsLabels [2022-03-04T08:44:54.069Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T08:44:54.069Z] === RUN TestValidName [2022-03-04T08:44:54.069Z] --- PASS: TestValidName (0.00s) [2022-03-04T08:44:54.069Z] PASS [2022-03-04T08:44:54.069Z] coverage: 19.7% of statements [2022-03-04T08:44:54.069Z] ok github.com/docker/docker/libnetwork/config 0.087s coverage: 19.7% of statements [2022-03-04T08:44:54.155Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T08:44:54.358Z] ............................ [ 66%] [2022-03-04T08:44:54.414Z] check_test.go:308: [d94acb3ce6cb0] daemon is not started [2022-03-04T08:44:54.414Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-04T08:44:54.539Z] === RUN TestKey [2022-03-04T08:44:54.539Z] --- PASS: TestKey (0.00s) [2022-03-04T08:44:54.539Z] === RUN TestParseKey [2022-03-04T08:44:54.539Z] --- PASS: TestParseKey (0.00s) [2022-03-04T08:44:54.539Z] === RUN TestInvalidDataStore [2022-03-04T08:44:54.539Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T08:44:54.539Z] === RUN TestKVObjectFlatKey [2022-03-04T08:44:54.539Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T08:44:54.539Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T08:44:54.539Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T08:44:54.539Z] PASS [2022-03-04T08:44:54.539Z] coverage: 21.9% of statements [2022-03-04T08:44:54.539Z] ok github.com/docker/docker/libnetwork/datastore 0.058s coverage: 21.9% of statements [2022-03-04T08:44:54.539Z] === RUN TestErrorInterfaces [2022-03-04T08:44:54.539Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T08:44:54.539Z] === RUN TestNetworkMarshalling [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T08:44:54.704Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T08:44:54.704Z] === RUN TestParallelCreate [2022-03-04T08:44:54.704Z] 2022/03/04 08:44:53 Closing DB instances... [2022-03-04T08:44:54.704Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T08:44:54.704Z] === RUN TestParallelDelete [2022-03-04T08:44:54.704Z] 2022/03/04 08:44:53 Closing DB instances... [2022-03-04T08:44:54.704Z] --- PASS: TestParallelDelete (0.02s) [2022-03-04T08:44:54.704Z] === RUN TestNetworkDBIslands [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:35c67030c224 with config:&{NodeID:35c67030c224 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-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node 35c67030c224/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node 35c67030c224/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b71f1443640e with config:&{NodeID:b71f1443640e 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-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node b71f1443640e/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node b71f1443640e/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node b71f1443640e/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node b71f1443640e/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node 35c67030c224/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=info msg="Node 35c67030c224/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3906b2869687 with config:&{NodeID:3906b2869687 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-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 35c67030c224/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node 35c67030c224/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node b71f1443640e/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=info msg="Node b71f1443640e/172.24.115.92, added to nodes list" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T08:44:54.704Z] time="2022-03-04T08:44:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-03-04T08:44:54.857Z] --- PASS: TestServiceWithDataPathPortInit (12.96s) [2022-03-04T08:44:54.857Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:44:54.857Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4gcph5otjp52cdoi1h6ez9miy Created:2022-03-04 08:44:53.84827115 +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[5d3e5bda3d92d06a1bec7ce155ede7c1d0a9dcdaa42cb83de968cdadea9b2308:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sp41ia4qplvs2toa4bx6suaqm EndpointID:0771908188d59f886f3ef631cca05adda9da0705a9671f460e914369a8162af9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0652bbb869d7ef07da61d1343c5b6c47c9059dbb5ef206ca3d674621cd9f05d0 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:3ce7eb90e817 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sp41ia4qplvs2toa4bx6suaqm EndpointID:0771908188d59f886f3ef631cca05adda9da0705a9671f460e914369a8162af9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T08:44:54.984Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T08:44:55.009Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-03-04T08:44:55.009Z] === RUN TestEndpointMarshalling [2022-03-04T08:44:55.009Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestAuxAddresses [2022-03-04T08:44:55.009Z] time="2022-03-04T08:44:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:44:55.009Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-04T08:44:55.009Z] === RUN TestSRVServiceQuery [2022-03-04T08:44:55.009Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-04T08:44:55.009Z] === RUN TestServiceVIPReuse [2022-03-04T08:44:55.009Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-04T08:44:55.009Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T08:44:55.009Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T08:44:55.009Z] === RUN TestDNSIPQuery [2022-03-04T08:44:55.009Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestDNSProxyServFail [2022-03-04T08:44:55.009Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestSandboxAddEmpty [2022-03-04T08:44:55.009Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestSandboxAddMultiPrio [2022-03-04T08:44:55.009Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestSandboxAddSamePrio [2022-03-04T08:44:55.009Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestCleanupServiceDiscovery [2022-03-04T08:44:55.009Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestCleanupServiceDiscovery (0.01s) [2022-03-04T08:44:55.009Z] === RUN TestDNSOptions [2022-03-04T08:44:55.009Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:44:55.009Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T08:44:55.009Z] time="2022-03-04T08:44:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:44:55.009Z] time="2022-03-04T08:44:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T08:44:55.009Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-03-04T08:44:55.009Z] PASS [2022-03-04T08:44:55.009Z] coverage: 8.5% of statements [2022-03-04T08:44:55.009Z] ok github.com/docker/docker/libnetwork 0.431s coverage: 8.5% of statements [2022-03-04T08:44:55.009Z] === RUN TestIPDataMarshalling [2022-03-04T08:44:55.009Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T08:44:55.009Z] === RUN TestValidateAndIsV6 [2022-03-04T08:44:55.009Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T08:44:55.009Z] PASS [2022-03-04T08:44:55.009Z] coverage: 68.9% of statements [2022-03-04T08:44:55.009Z] ok github.com/docker/docker/libnetwork/driverapi 0.056s coverage: 68.9% of statements [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:54Z" level=info msg="Node 3906b2869687/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:ce889b156dc0 with config:&{NodeID:ce889b156dc0 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-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node b71f1443640e/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node b71f1443640e/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node 3906b2869687/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node 3906b2869687/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node 35c67030c224/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=info msg="Node 35c67030c224/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-03-04T08:44:55.169Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T08:44:55.245Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:4767f8d196b1 with config:&{NodeID:4767f8d196b1 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-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node b71f1443640e/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node b71f1443640e/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 35c67030c224/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 35c67030c224/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 3906b2869687/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=info msg="Node 3906b2869687/172.24.115.92, added to nodes list" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T08:44:55.625Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2022-03-04T08:44:55.815Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T08:44:56.005Z] === RUN TestDriver [2022-03-04T08:44:56.005Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:44:56.005Z] PASS [2022-03-04T08:44:56.005Z] coverage: 34.8% of statements [2022-03-04T08:44:56.005Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-03-04T08:44:56.005Z] === RUN TestDriver [2022-03-04T08:44:56.005Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:44:56.081Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=info msg="The new bootstrap node list is:[172.24.115.92:10033 172.24.115.92:10034 172.24.115.92:10035]" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10033" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49355" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10034" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49356" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49357" [2022-03-04T08:44:56.081Z] time="2022-03-04T08:44:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10035" [2022-03-04T08:44:56.384Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T08:44:56.473Z] PASS [2022-03-04T08:44:56.474Z] coverage: 34.8% of statements [2022-03-04T08:44:56.474Z] ok github.com/docker/docker/libnetwork/drivers/null 0.059s coverage: 34.8% of statements [2022-03-04T08:44:56.474Z] === RUN TestNetworkAllocateFree [2022-03-04T08:44:56.474Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T08:44:56.474Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T08:44:56.474Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T08:44:56.474Z] PASS [2022-03-04T08:44:56.474Z] coverage: 63.6% of statements [2022-03-04T08:44:56.474Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.054s coverage: 63.6% of statements [2022-03-04T08:44:56.537Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="The new bootstrap node list is:[172.24.115.92:10033 172.24.115.92:10034 172.24.115.92:10035]" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10033" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49358" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10034" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49359" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10035" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49360" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node 0 leaving" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224 change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node2(b71f1443640e): Node leave event for 35c67030c224/172.24.115.92" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224 change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node5(4767f8d196b1): Node leave event for 35c67030c224/172.24.115.92" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224 change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node3(3906b2869687): Node leave event for 35c67030c224/172.24.115.92" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224 change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node4(ce889b156dc0): Node leave event for 35c67030c224/172.24.115.92" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224 change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.537Z] time="2022-03-04T08:44:56Z" level=info msg="node1(35c67030c224): Node leave event for 35c67030c224/172.24.115.92" [2022-03-04T08:44:56.644Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node 35c67030c224/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="node 1 leaving" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="node3(3906b2869687): Node leave event for b71f1443640e/172.24.115.92" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e/172.24.115.92, left gossip cluster" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e change state NodeActive --> NodeFailed" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e/172.24.115.92, added to failed nodes list" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="node5(4767f8d196b1): Node leave event for b71f1443640e/172.24.115.92" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="Node b71f1443640e change state NodeActive --> NodeLeft" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=info msg="node4(ce889b156dc0): Node leave event for b71f1443640e/172.24.115.92" [2022-03-04T08:44:56.992Z] time="2022-03-04T08:44:56Z" level=error msg="node: b71f1443640e is unknown to memberlist" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node b71f1443640e/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node b71f1443640e/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node b71f1443640e/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="node 2 leaving" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687 change state NodeActive --> NodeLeft" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="node5(4767f8d196b1): Node leave event for 3906b2869687/172.24.115.92" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687 change state NodeActive --> NodeLeft" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="node4(ce889b156dc0): Node leave event for 3906b2869687/172.24.115.92" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687 change state NodeActive --> NodeLeft" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=info msg="node3(3906b2869687): Node leave event for 3906b2869687/172.24.115.92" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=debug msg="memberlist: Failed ping: 3906b2869687 (timeout reached)" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.115.92:10037: use of closed network connection" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.115.92:10036: use of closed network connection" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.115.92:10034: use of closed network connection" [2022-03-04T08:44:57.446Z] time="2022-03-04T08:44:57Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49361" [2022-03-04T08:44:57.463Z] === RUN TestGetEmptyCapabilities [2022-03-04T08:44:57.463Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T08:44:57.463Z] === RUN TestGetExtraCapabilities [2022-03-04T08:44:57.463Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-04T08:44:57.463Z] === RUN TestGetInvalidCapabilities [2022-03-04T08:44:57.463Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-04T08:44:57.463Z] === RUN TestRemoteDriver [2022-03-04T08:44:57.463Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T08:44:57.463Z] === RUN TestDriverError [2022-03-04T08:44:57.463Z] --- PASS: TestDriverError (0.01s) [2022-03-04T08:44:57.463Z] === RUN TestMissingValues [2022-03-04T08:44:57.463Z] --- PASS: TestMissingValues (0.01s) [2022-03-04T08:44:57.463Z] === RUN TestRollback [2022-03-04T08:44:57.463Z] --- PASS: TestRollback (0.01s) [2022-03-04T08:44:57.463Z] PASS [2022-03-04T08:44:57.463Z] coverage: 57.4% of statements [2022-03-04T08:44:57.463Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.119s coverage: 57.4% of statements [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="Node 3906b2869687/172.24.115.92, left gossip cluster" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=warning msg="memberlist: Was able to connect to 3906b2869687 but other probes failed, network may be misconfigured" [2022-03-04T08:44:57.902Z] networkdb_test.go:867: node4: OK [2022-03-04T08:44:57.902Z] networkdb_test.go:867: node5: OK [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="node 0 coming back" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9aa94b95047a with config:&{NodeID:9aa94b95047a 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-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="Node 9aa94b95047a/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="Node 9aa94b95047a/172.24.115.92, added to nodes list" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="node 1 coming back" [2022-03-04T08:44:57.902Z] time="2022-03-04T08:44:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:2bbb7b55a3fe with config:&{NodeID:2bbb7b55a3fe 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-04T08:44:57.932Z] === RUN TestNAT [2022-03-04T08:44:57.932Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:44:57.932Z] --- SKIP: TestNAT (0.00s) [2022-03-04T08:44:57.932Z] === RUN TestTransparent [2022-03-04T08:44:57.932Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:44:57.932Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T08:44:57.932Z] PASS [2022-03-04T08:44:57.932Z] coverage: 0.0% of statements [2022-03-04T08:44:57.932Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-03-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to nodes list" [2022-03-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="node 2 coming back" [2022-03-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:c92183e36f60 with config:&{NodeID:c92183e36f60 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-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="Node c92183e36f60/172.24.115.92, joined gossip cluster" [2022-03-04T08:44:58.358Z] time="2022-03-04T08:44:57Z" level=info msg="Node c92183e36f60/172.24.115.92, added to nodes list" [2022-03-04T08:44:58.401Z] === RUN TestBuildDefault [2022-03-04T08:44:58.401Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestBuildHostnameDomainname [2022-03-04T08:44:58.401Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestBuildHostname [2022-03-04T08:44:58.401Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestBuildHostnameFQDN [2022-03-04T08:44:58.401Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestBuildNoIP [2022-03-04T08:44:58.401Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestUpdate [2022-03-04T08:44:58.401Z] --- PASS: TestUpdate (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T08:44:58.401Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T08:44:58.401Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestAddEmpty [2022-03-04T08:44:58.401Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestAdd [2022-03-04T08:44:58.401Z] --- PASS: TestAdd (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestDeleteEmpty [2022-03-04T08:44:58.401Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestDeleteNewline [2022-03-04T08:44:58.401Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestDelete [2022-03-04T08:44:58.401Z] --- PASS: TestDelete (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestConcurrentWrites [2022-03-04T08:44:58.401Z] === RUN TestNew [2022-03-04T08:44:58.401Z] --- PASS: TestNew (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestAddDriver [2022-03-04T08:44:58.401Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T08:44:58.401Z] === RUN TestAddDuplicateDriver [2022-03-04T08:44:58.402Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T08:44:58.402Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T08:44:58.402Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T08:44:58.402Z] === RUN TestDriver [2022-03-04T08:44:58.402Z] --- PASS: TestDriver (0.00s) [2022-03-04T08:44:58.402Z] === RUN TestIPAM [2022-03-04T08:44:58.402Z] --- PASS: TestIPAM (0.00s) [2022-03-04T08:44:58.402Z] === RUN TestWalkIPAMs [2022-03-04T08:44:58.402Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T08:44:58.402Z] === RUN TestWalkDrivers [2022-03-04T08:44:58.402Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T08:44:58.402Z] PASS [2022-03-04T08:44:58.402Z] coverage: 82.4% of statements [2022-03-04T08:44:58.402Z] ok github.com/docker/docker/libnetwork/drvregistry 0.097s coverage: 82.4% of statements [2022-03-04T08:44:58.555Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-04T08:44:58.875Z] --- PASS: TestConcurrentWrites (0.30s) [2022-03-04T08:44:58.875Z] PASS [2022-03-04T08:44:58.875Z] coverage: 81.2% of statements [2022-03-04T08:44:58.875Z] ok github.com/docker/docker/libnetwork/etchosts 0.386s coverage: 81.2% of statements [2022-03-04T08:44:58.875Z] === RUN TestNew [2022-03-04T08:44:58.875Z] --- PASS: TestNew (0.00s) [2022-03-04T08:44:58.875Z] === RUN TestAllocate [2022-03-04T08:44:58.875Z] --- PASS: TestAllocate (0.00s) [2022-03-04T08:44:58.875Z] === RUN TestUninitialized [2022-03-04T08:44:58.875Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T08:44:58.875Z] === RUN TestAllocateInRange [2022-03-04T08:44:58.875Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T08:44:58.875Z] === RUN TestAllocateSerial [2022-03-04T08:44:58.875Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T08:44:58.875Z] PASS [2022-03-04T08:44:58.875Z] coverage: 87.5% of statements [2022-03-04T08:44:58.875Z] ok github.com/docker/docker/libnetwork/idm 0.052s coverage: 87.5% of statements [2022-03-04T08:44:58.875Z] --- PASS: TestRandomAllocateDeallocate (7.39s) [2022-03-04T08:44:58.875Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:44:59.344Z] === RUN TestCaller [2022-03-04T08:44:59.344Z] --- PASS: TestCaller (0.00s) [2022-03-04T08:44:59.344Z] PASS [2022-03-04T08:44:59.344Z] coverage: 100.0% of statements [2022-03-04T08:44:59.344Z] ok github.com/docker/docker/libnetwork/internal/caller 0.074s coverage: 100.0% of statements [2022-03-04T08:44:59.496Z] --- PASS: TestUpdateRestartPolicy (12.49s) [2022-03-04T08:44:59.496Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:45:00.065Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2022-03-04T08:45:00.065Z] === RUN TestWaitNonBlocked [2022-03-04T08:45:00.065Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:45:00.065Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:45:00.065Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:45:00.065Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:45:00.065Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:45:00.065Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:45:00.141Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.21s) [2022-03-04T08:45:00.141Z] PASS [2022-03-04T08:45:00.141Z] [2022-03-04T08:45:00.141Z] === Skipped [2022-03-04T08:45:00.141Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:45:00.141Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:45:00.141Z] [2022-03-04T08:45:00.141Z] DONE 26 tests, 1 skipped in 41.394s [2022-03-04T08:45:00.141Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:45:00.141Z] ++ 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-04T08:45:00.141Z] ++ set -e [2022-03-04T08:45:00.141Z] ++ '[' -n 0 ']' [2022-03-04T08:45:00.141Z] ++ set -x [2022-03-04T08:45:00.141Z] ++ 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-04T08:45:00.141Z] INFO: Testing against a local daemon [2022-03-04T08:45:00.141Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T08:45:00.141Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:45:00.141Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:45:00.141Z] === RUN TestDockerNetworkIpvlan [2022-03-04T08:45:00.141Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:45:00.141Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:45:00.141Z] PASS [2022-03-04T08:45:00.141Z] [2022-03-04T08:45:00.141Z] === Skipped [2022-03-04T08:45:00.141Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:45:00.141Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:45:00.141Z] [2022-03-04T08:45:00.141Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:45:00.141Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:45:00.141Z] [2022-03-04T08:45:00.141Z] DONE 2 tests, 2 skipped in 0.083s [2022-03-04T08:45:00.141Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:45:00.141Z] ++ 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-04T08:45:00.141Z] ++ set -e [2022-03-04T08:45:00.141Z] ++ '[' -n 0 ']' [2022-03-04T08:45:00.141Z] ++ set -x [2022-03-04T08:45:00.141Z] ++ 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-04T08:45:00.141Z] INFO: Testing against a local daemon [2022-03-04T08:45:00.141Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T08:45:00.335Z] === RUN TestSetSerialInsertDelete [2022-03-04T08:45:00.335Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T08:45:00.335Z] === RUN TestSetParallelInsertDelete [2022-03-04T08:45:00.710Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2022-03-04T08:45:00.710Z] === RUN TestDockerNetworkMacvlan [2022-03-04T08:45:00.807Z] --- PASS: TestAllocateRandomDeallocate (1.67s) [2022-03-04T08:45:00.807Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T08:45:01.243Z] time="2022-03-04T08:45:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.115.92:10033 172.24.115.92:10034 172.24.115.92:10035]" [2022-03-04T08:45:01.276Z] === RUN TestInt2IP2IntConversion [2022-03-04T08:45:01.446Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-04T08:45:01.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.20s) [2022-03-04T08:45:01.446Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.23s) [2022-03-04T08:45:01.446Z] === RUN TestWaitBlocked [2022-03-04T08:45:01.446Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:45:01.446Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:45:01.446Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:45:01.446Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:45:01.446Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T08:45:01.446Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T08:45:01.446Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-04T08:45:01.647Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T08:45:01.698Z] time="2022-03-04T08:45:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.115.92:10033 172.24.115.92:10034 172.24.115.92:10035]" [2022-03-04T08:45:01.745Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-04T08:45:01.745Z] === RUN TestGetAddressVersion [2022-03-04T08:45:01.745Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T08:45:01.745Z] === RUN TestKeyString [2022-03-04T08:45:01.745Z] --- PASS: TestKeyString (0.00s) [2022-03-04T08:45:01.745Z] === RUN TestPoolDataMarshal [2022-03-04T08:45:01.745Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T08:45:01.745Z] === RUN TestSubnetsMarshal [2022-03-04T08:45:01.745Z] --- PASS: TestSubnetsMarshal (0.09s) [2022-03-04T08:45:01.745Z] === RUN TestAddSubnets [2022-03-04T08:45:01.745Z] --- PASS: TestAddSubnets (0.09s) [2022-03-04T08:45:01.745Z] === RUN TestDoublePoolRelease [2022-03-04T08:45:01.745Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-04T08:45:01.745Z] === RUN TestAddReleasePoolID [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10033" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49362" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, is the new incarnation of the shutdown node 35c67030c224/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10034" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49363" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, is the new incarnation of the shutdown node b71f1443640e/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49364" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10035" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node ce889b156dc0/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, is the new incarnation of the shutdown node 3906b2869687/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, is the new incarnation of the shutdown node b71f1443640e/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, is the new incarnation of the shutdown node 35c67030c224/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 9aa94b95047a/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, is the new incarnation of the shutdown node 3906b2869687/172.24.115.92" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.153Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.215Z] === RUN TestPoolRequest [2022-03-04T08:45:02.215Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T08:45:02.215Z] === RUN TestOtherRequests [2022-03-04T08:45:02.215Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T08:45:02.215Z] PASS [2022-03-04T08:45:02.215Z] coverage: 57.1% of statements [2022-03-04T08:45:02.215Z] ok github.com/docker/docker/libnetwork/ipams/null 0.054s coverage: 57.1% of statements [2022-03-04T08:45:02.215Z] --- PASS: TestAddReleasePoolID (0.15s) [2022-03-04T08:45:02.215Z] === RUN TestPredefinedPool [2022-03-04T08:45:02.215Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-04T08:45:02.215Z] === RUN TestRemoveSubnet [2022-03-04T08:45:02.215Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.51s) [2022-03-04T08:45:02.215Z] === RUN TestRetrieveFromStore [2022-03-04T08:45:02.221Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T08:45:02.384Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-04T08:45:02.384Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2022-03-04T08:45:02.384Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2022-03-04T08:45:02.384Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T08:45:02.384Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, joined gossip cluster" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=info msg="Node c92183e36f60/172.24.115.92, added to nodes list" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10033" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49365" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10034" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49366" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49367" [2022-03-04T08:45:02.609Z] time="2022-03-04T08:45:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.115.92:10035" [2022-03-04T08:45:02.685Z] --- PASS: TestRemoveSubnet (0.31s) [2022-03-04T08:45:02.685Z] === RUN TestGetSameAddress [2022-03-04T08:45:02.685Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-04T08:45:02.685Z] === RUN TestPoolAllocationReuse [2022-03-04T08:45:02.791Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T08:45:03.064Z] 2022/03/04 08:45:02 Closing DB instances... [2022-03-04T08:45:03.153Z] --- PASS: TestRetrieveFromStore (0.68s) [2022-03-04T08:45:03.153Z] === RUN TestIsCorrupted [2022-03-04T08:45:03.153Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-04T08:45:03.154Z] === RUN TestSetRollover [2022-03-04T08:45:03.154Z] === RUN TestGetCapabilities [2022-03-04T08:45:03.154Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T08:45:03.154Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T08:45:03.154Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-04T08:45:03.154Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T08:45:03.154Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-04T08:45:03.154Z] === RUN TestRemoteDriver [2022-03-04T08:45:03.154Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T08:45:03.154Z] PASS [2022-03-04T08:45:03.154Z] coverage: 47.4% of statements [2022-03-04T08:45:03.154Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.089s coverage: 47.4% of statements [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node2(2bbb7b55a3fe): Node leave event for 9aa94b95047a/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node3(c92183e36f60): Node leave event for 9aa94b95047a/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node4(ce889b156dc0): Node leave event for 9aa94b95047a/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node1(9aa94b95047a): Node leave event for 9aa94b95047a/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node5(4767f8d196b1): Node leave event for 9aa94b95047a/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 9aa94b95047a/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node5(4767f8d196b1): Node leave event for 2bbb7b55a3fe/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node4(ce889b156dc0): Node leave event for 2bbb7b55a3fe/172.24.115.92" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe change state NodeActive --> NodeFailed" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, added to failed nodes list" [2022-03-04T08:45:03.519Z] time="2022-03-04T08:45:03Z" level=info msg="node3(c92183e36f60): Node leave event for 2bbb7b55a3fe/172.24.115.92" [2022-03-04T08:45:03.923Z] --- PASS: TestServiceUpdateSecrets (14.45s) [2022-03-04T08:45:03.923Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:45:03.978Z] time="2022-03-04T08:45:03Z" level=error msg="node: 2bbb7b55a3fe is unknown to memberlist" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="Node 2bbb7b55a3fe/172.24.115.92, left gossip cluster" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="Node c92183e36f60 change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="node5(4767f8d196b1): Node leave event for c92183e36f60/172.24.115.92" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="Node c92183e36f60 change state NodeActive --> NodeLeft" [2022-03-04T08:45:03.979Z] time="2022-03-04T08:45:03Z" level=info msg="node4(ce889b156dc0): Node leave event for c92183e36f60/172.24.115.92" [2022-03-04T08:45:04.144Z] === RUN TestWindowsIPAM [2022-03-04T08:45:04.144Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T08:45:04.144Z] PASS [2022-03-04T08:45:04.144Z] coverage: 71.4% of statements [2022-03-04T08:45:04.144Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=info msg="Node c92183e36f60 change state NodeActive --> NodeLeft" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=info msg="node3(c92183e36f60): Node leave event for c92183e36f60/172.24.115.92" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=info msg="Node c92183e36f60/172.24.115.92, left gossip cluster" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=info msg="Node c92183e36f60/172.24.115.92, left gossip cluster" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=info msg="Node c92183e36f60/172.24.115.92, left gossip cluster" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=debug msg="memberlist: Failed ping: c92183e36f60 (timeout reached)" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.115.92:10037: use of closed network connection" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.115.92:10036: use of closed network connection" [2022-03-04T08:45:04.434Z] time="2022-03-04T08:45:04Z" level=debug msg="memberlist: Stream connection from=172.24.115.92:49369" [2022-03-04T08:45:04.613Z] --- PASS: TestPoolAllocationReuse (2.11s) [2022-03-04T08:45:04.613Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T08:45:04.613Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-04T08:45:04.613Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T08:45:04.701Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T08:45:04.890Z] time="2022-03-04T08:45:04Z" level=info msg="Node ce889b156dc0 change state NodeActive --> NodeLeft" [2022-03-04T08:45:04.890Z] time="2022-03-04T08:45:04Z" level=info msg="node5(4767f8d196b1): Node leave event for ce889b156dc0/172.24.115.92" [2022-03-04T08:45:04.890Z] time="2022-03-04T08:45:04Z" level=info msg="Node ce889b156dc0 change state NodeActive --> NodeLeft" [2022-03-04T08:45:04.890Z] time="2022-03-04T08:45:04Z" level=info msg="node4(ce889b156dc0): Node leave event for ce889b156dc0/172.24.115.92" [2022-03-04T08:45:04.931Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-04T08:45:05.082Z] --- PASS: TestSetRollover (1.98s) [2022-03-04T08:45:05.082Z] === RUN TestSetRolloverSerial [2022-03-04T08:45:05.082Z] === RUN TestDefaultNetwork [2022-03-04T08:45:05.346Z] time="2022-03-04T08:45:04Z" level=warning msg="memberlist: Was able to connect to c92183e36f60 but other probes failed, network may be misconfigured" [2022-03-04T08:45:05.346Z] time="2022-03-04T08:45:05Z" level=info msg="Node ce889b156dc0/172.24.115.92, left gossip cluster" [2022-03-04T08:45:05.553Z] --- PASS: TestDefaultNetwork (0.29s) [2022-03-04T08:45:05.553Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T08:45:05.802Z] time="2022-03-04T08:45:05Z" level=info msg="Node ce889b156dc0/172.24.115.92, left gossip cluster" [2022-03-04T08:45:05.873Z] --- PASS: TestContainerStartOnDaemonRestart (3.34s) [2022-03-04T08:45:05.873Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T08:45:06.023Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-04T08:45:06.023Z] === RUN TestInitAddressPools [2022-03-04T08:45:06.023Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T08:45:06.023Z] PASS [2022-03-04T08:45:06.023Z] coverage: 74.0% of statements [2022-03-04T08:45:06.023Z] ok github.com/docker/docker/libnetwork/ipamutils 0.686s coverage: 74.0% of statements [2022-03-04T08:45:06.110Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T08:45:06.259Z] time="2022-03-04T08:45:05Z" level=debug msg="memberlist: Failed to join 172.24.115.92: dial tcp 172.24.115.92:10034: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T08:45:06.259Z] time="2022-03-04T08:45:06Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.24.115.92:10037: use of closed network connection" [2022-03-04T08:45:06.259Z] time="2022-03-04T08:45:06Z" level=info msg="Node 4767f8d196b1/172.24.115.92, left gossip cluster" [2022-03-04T08:45:06.259Z] time="2022-03-04T08:45:06Z" level=info msg="Node 4767f8d196b1 change state NodeActive --> NodeFailed" [2022-03-04T08:45:06.259Z] time="2022-03-04T08:45:06Z" level=info msg="Node 4767f8d196b1/172.24.115.92, added to failed nodes list" [2022-03-04T08:45:06.259Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-04T08:45:06.259Z] PASS [2022-03-04T08:45:06.259Z] coverage: 60.3% of statements [2022-03-04T08:45:06.259Z] ok github.com/docker/docker/libnetwork/networkdb 104.729s coverage: 60.3% of statements [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T08:45:06.259Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T08:45:06.260Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T08:45:06.493Z] === RUN TestKeyValue [2022-03-04T08:45:06.493Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T08:45:06.493Z] PASS [2022-03-04T08:45:06.493Z] coverage: 60.0% of statements [2022-03-04T08:45:06.493Z] ok github.com/docker/docker/libnetwork/netlabel 0.049s coverage: 60.0% of statements [2022-03-04T08:45:06.813Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T08:45:06.962Z] --- PASS: TestSetRolloverSerial (2.10s) [2022-03-04T08:45:06.962Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T08:45:06.962Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T08:45:06.962Z] PASS [2022-03-04T08:45:06.962Z] coverage: 84.4% of statements [2022-03-04T08:45:06.962Z] ok github.com/docker/docker/libnetwork/bitseq 15.479s coverage: 84.4% of statements [2022-03-04T08:45:07.433Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.01s) [2022-03-04T08:45:07.433Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T08:45:07.754Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T08:45:07.754Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-04T08:45:08.324Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T08:45:08.324Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-03-04T08:45:08.324Z] === CONT TestDaemonHostGatewayIP [2022-03-04T08:45:09.148Z] [2022-03-04T08:45:09.148Z] === Skipped [2022-03-04T08:45:09.148Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T08:45:09.148Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:45:09.148Z] [2022-03-04T08:45:09.148Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T08:45:09.148Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.148Z] [2022-03-04T08:45:09.148Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-04T08:45:09.148Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.148Z] [2022-03-04T08:45:09.148Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-04T08:45:09.148Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.148Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-04T08:45:09.149Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:45:09.149Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T08:45:09.149Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T08:45:09.149Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T08:45:09.149Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T08:45:09.149Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T08:45:09.149Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T08:45:09.149Z] daemon_test.go:145: root required [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:45:09.149Z] reload_test.go:342: root required [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:45:09.149Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:45:09.149Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T08:45:09.149Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T08:45:09.149Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T08:45:09.149Z] layer_test.go:291: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T08:45:09.149Z] layer_test.go:340: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T08:45:09.149Z] layer_test.go:455: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T08:45:09.149Z] layer_test.go:684: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T08:45:09.149Z] migration_test.go:45: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:45:09.149Z] migration_test.go:181: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T08:45:09.149Z] mount_test.go:17: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T08:45:09.149Z] mount_test.go:76: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T08:45:09.149Z] mount_test.go:125: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T08:45:09.149Z] mount_test.go:212: Failing on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-04T08:45:09.149Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-04T08:45:09.149Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T08:45:09.149Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T08:45:09.149Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T08:45:09.149Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T08:45:09.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:45:09.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T08:45:09.149Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-04T08:45:09.149Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T08:45:09.149Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T08:45:09.149Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T08:45:09.149Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:45:09.149Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:45:09.149Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:45:09.149Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:45:09.149Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:45:09.149Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-04T08:45:09.149Z] archive_test.go:140: zstd not installed [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:45:09.149Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:45:09.149Z] changes_test.go:195: needs more investigation [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-04T08:45:09.149Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-04T08:45:09.149Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T08:45:09.149Z] changes_test.go:432: needs further investigation [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:45:09.149Z] changes_test.go:468: needs further investigation [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:45:09.149Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T08:45:09.149Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:45:09.149Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:45:09.149Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-04T08:45:09.149Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-04T08:45:09.149Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T08:45:09.149Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T08:45:09.149Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T08:45:09.149Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:45:09.149Z] [2022-03-04T08:45:09.149Z] DONE 2072 tests, 70 skipped in 271.019s [2022-03-04T08:45:09.149Z] INFO: make.ps1 ended at 03/04/2022 08:45:08 [2022-03-04T08:45:09.411Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan (8.84s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.71s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.72s) [2022-03-04T08:45:09.672Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.50s) [2022-03-04T08:45:09.672Z] PASS [2022-03-04T08:45:09.672Z] [2022-03-04T08:45:09.672Z] DONE 8 tests in 10.302s [2022-03-04T08:45:09.672Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T08:45:09.673Z] ++ 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-04T08:45:09.673Z] ++ set -e [2022-03-04T08:45:09.673Z] ++ '[' -n 0 ']' [2022-03-04T08:45:09.673Z] ++ set -x [2022-03-04T08:45:09.673Z] ++ 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-04T08:45:09.673Z] testing: warning: no tests to run [2022-03-04T08:45:09.673Z] PASS [2022-03-04T08:45:09.673Z] [2022-03-04T08:45:09.673Z] DONE 0 tests in 0.020s [2022-03-04T08:45:09.673Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T08:45:09.673Z] ++ 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-04T08:45:09.673Z] ++ set -e [2022-03-04T08:45:09.673Z] ++ '[' -n 0 ']' [2022-03-04T08:45:09.673Z] ++ set -x [2022-03-04T08:45:09.673Z] ++ 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-04T08:45:09.673Z] INFO: Testing against a local daemon [2022-03-04T08:45:09.673Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T08:45:10.407Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-04T08:45:10.407Z] PASS [2022-03-04T08:45:10.407Z] coverage: 100.0% of statements [2022-03-04T08:45:10.407Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.087s coverage: 100.0% of statements [2022-03-04T08:45:10.407Z] === RUN TestNetworkDBSimple [2022-03-04T08:45:10.677Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T08:45:10.677Z] INFO: Unit tests ended at 03/04/2022 08:45:10. Duration:00:04:45.1915905 [2022-03-04T08:45:10.677Z] INFO: Building busybox [2022-03-04T08:45:10.677Z] Sending build context to Docker daemon 5.12kB [2022-03-04T08:45:10.677Z] [2022-03-04T08:45:10.677Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T08:45:10.677Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T08:45:10.677Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T08:45:10.677Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T08:45:10.677Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T08:45:10.677Z] ---> bdeb13086b9f [2022-03-04T08:45:10.677Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T08:45:10.677Z] ---> Running in a93aed267402 [2022-03-04T08:45:10.862Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T08:45:10.883Z] === RUN TestGenerate [2022-03-04T08:45:10.883Z] --- PASS: TestGenerate (0.00s) [2022-03-04T08:45:10.883Z] === RUN TestGeneratePtr [2022-03-04T08:45:10.883Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T08:45:10.883Z] === RUN TestGenerateMissingField [2022-03-04T08:45:10.883Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T08:45:10.883Z] === RUN TestFieldCannotBeSet [2022-03-04T08:45:10.883Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T08:45:10.883Z] === RUN TestTypeMismatchError [2022-03-04T08:45:10.883Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T08:45:10.883Z] PASS [2022-03-04T08:45:10.883Z] coverage: 100.0% of statements [2022-03-04T08:45:10.883Z] ok github.com/docker/docker/libnetwork/options 0.052s coverage: 100.0% of statements [2022-03-04T08:45:11.056Z] --- PASS: TestAuthZPluginAllowRequest (1.06s) [2022-03-04T08:45:11.056Z] === RUN TestAuthZPluginTLS [2022-03-04T08:45:11.120Z] --- PASS: TestDaemonHostGatewayIP (2.90s) [2022-03-04T08:45:11.120Z] === CONT TestDaemonRestartIpcMode [2022-03-04T08:45:11.316Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-04T08:45:11.316Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T08:45:11.351Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.49s) [2022-03-04T08:45:11.351Z] === RUN TestGetAddress [2022-03-04T08:45:11.351Z] 2022/03/04 08:45:10 Closing DB instances... [2022-03-04T08:45:11.821Z] testing: warning: no tests to run [2022-03-04T08:45:11.821Z] PASS [2022-03-04T08:45:11.821Z] coverage: 0.0% of statements [2022-03-04T08:45:11.821Z] ok github.com/docker/docker/libnetwork/osl 0.059s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:45:11.884Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-04T08:45:11.884Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T08:45:12.454Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-04T08:45:12.455Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T08:45:12.502Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-04T08:45:12.809Z] === RUN TestRequestNewPort [2022-03-04T08:45:12.809Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestRequestSpecificPort [2022-03-04T08:45:12.809Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestReleasePort [2022-03-04T08:45:12.809Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestReuseReleasedPort [2022-03-04T08:45:12.809Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestReleaseUnreadledPort [2022-03-04T08:45:12.809Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestUnknowProtocol [2022-03-04T08:45:12.809Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestAllocateAllPorts [2022-03-04T08:45:12.809Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestPortAllocation [2022-03-04T08:45:12.809Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T08:45:12.809Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestNoDuplicateBPR [2022-03-04T08:45:12.809Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T08:45:12.809Z] === RUN TestChangePortRange [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T08:45:12.809Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T08:45:12.809Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T08:45:12.809Z] PASS [2022-03-04T08:45:12.809Z] coverage: 88.6% of statements [2022-03-04T08:45:12.809Z] ok github.com/docker/docker/libnetwork/portallocator 0.056s coverage: 88.6% of statements [2022-03-04T08:45:12.809Z] --- PASS: TestNetworkDBSimple (2.84s) [2022-03-04T08:45:12.809Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T08:45:12.809Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T08:45:13.023Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-04T08:45:13.023Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T08:45:13.798Z] testing: warning: no tests to run [2022-03-04T08:45:13.798Z] PASS [2022-03-04T08:45:13.798Z] coverage: 0.0% of statements [2022-03-04T08:45:13.799Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-03-04T08:45:13.799Z] === RUN TestHashData [2022-03-04T08:45:13.799Z] --- PASS: TestHashData (0.00s) [2022-03-04T08:45:13.799Z] PASS [2022-03-04T08:45:13.799Z] coverage: 2.8% of statements [2022-03-04T08:45:13.799Z] ok github.com/docker/docker/libnetwork/resolvconf 0.053s coverage: 2.8% of statements [2022-03-04T08:45:13.799Z] 2022/03/04 08:45:13 Closing DB instances... [2022-03-04T08:45:13.883Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T08:45:13.962Z] --- PASS: TestAuthZPluginAllowEventStream (1.04s) [2022-03-04T08:45:13.962Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T08:45:14.530Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-04T08:45:14.531Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T08:45:14.787Z] === RUN TestErrorConstructors [2022-03-04T08:45:14.787Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T08:45:14.787Z] === RUN TestCompareIPMask [2022-03-04T08:45:14.787Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T08:45:14.787Z] === RUN TestUtilGetHostPartIP [2022-03-04T08:45:14.787Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T08:45:14.787Z] === RUN TestUtilGetBroadcastIP [2022-03-04T08:45:14.787Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T08:45:14.787Z] === RUN TestParseCIDR [2022-03-04T08:45:14.787Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T08:45:14.787Z] PASS [2022-03-04T08:45:14.787Z] coverage: 37.3% of statements [2022-03-04T08:45:14.787Z] ok github.com/docker/docker/libnetwork/types 0.052s coverage: 37.3% of statements [2022-03-04T08:45:14.821Z] --- PASS: TestDaemonRestartIpcMode (3.56s) [2022-03-04T08:45:14.821Z] === CONT TestIpcModeOlderClient [2022-03-04T08:45:14.821Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-04T08:45:15.104Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-04T08:45:15.104Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T08:45:15.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T08:45:15.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T08:45:15.259Z] PASS [2022-03-04T08:45:15.259Z] coverage: 50.0% of statements [2022-03-04T08:45:15.259Z] ok github.com/docker/docker/oci 0.067s coverage: 50.0% of statements [2022-03-04T08:45:15.347Z] Removing intermediate container a93aed267402 [2022-03-04T08:45:15.347Z] ---> 03e30c061f7c [2022-03-04T08:45:15.347Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T08:45:15.347Z] ---> Running in 30baa9faaaa8 [2022-03-04T08:45:15.347Z] Removing intermediate container 30baa9faaaa8 [2022-03-04T08:45:15.347Z] ---> 9b42c03a643b [2022-03-04T08:45:15.347Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T08:45:15.347Z] ---> Running in 67a07083cdb3 [2022-03-04T08:45:15.389Z] --- PASS: TestContainerKillOnDaemonStart (12.83s) [2022-03-04T08:45:15.389Z] PASS [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === Skipped [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T08:45:15.389Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:45:15.389Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-04T08:45:15.389Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T08:45:15.389Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T08:45:15.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2022-03-04T08:45:15.389Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:45:15.389Z] [2022-03-04T08:45:15.389Z] DONE 200 tests, 6 skipped in 153.564s [2022-03-04T08:45:15.389Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T08:45:15.389Z] ++ 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-04T08:45:15.389Z] ++ set -e [2022-03-04T08:45:15.389Z] ++ '[' -n 0 ']' [2022-03-04T08:45:15.389Z] ++ set -x [2022-03-04T08:45:15.389Z] ++ 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-04T08:45:15.389Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T08:45:15.389Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-04T08:45:15.389Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T08:45:15.389Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-04T08:45:15.389Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T08:45:15.389Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-04T08:45:15.648Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T08:45:15.648Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-04T08:45:15.648Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T08:45:15.648Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:45:15.673Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-04T08:45:15.673Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T08:45:15.727Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2022-03-04T08:45:15.727Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T08:45:15.805Z] Removing intermediate container 67a07083cdb3 [2022-03-04T08:45:15.805Z] ---> be748a8fd984 [2022-03-04T08:45:15.805Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T08:45:16.196Z] === RUN TestParseVersion [2022-03-04T08:45:16.196Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T08:45:16.196Z] PASS [2022-03-04T08:45:16.196Z] coverage: 52.9% of statements [2022-03-04T08:45:16.196Z] ok github.com/docker/docker/pkg/aaparser 0.047s coverage: 52.9% of statements [2022-03-04T08:45:16.196Z] === RUN TestAddressPoolOpt [2022-03-04T08:45:16.196Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/a [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/something [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/_=a [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/PATH [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/=a [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/PATH= [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/PATH=something [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/1asd [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/123 [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/some_space [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/= [2022-03-04T08:45:16.196Z] === RUN TestValidateEnv/PaTh [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T08:45:16.196Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestParseHost [2022-03-04T08:45:16.196Z] --- PASS: TestParseHost (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestParseDockerDaemonHost [2022-03-04T08:45:16.196Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestParseTCP [2022-03-04T08:45:16.196Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T08:45:16.196Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestValidateExtraHosts [2022-03-04T08:45:16.196Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T08:45:16.196Z] === RUN TestIpOptString [2022-03-04T08:45:16.196Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T08:45:16.197Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T08:45:16.197Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestIpOptSetInvalidVal [2022-03-04T08:45:16.197Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestValidateIPAddress [2022-03-04T08:45:16.197Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestMapOpts [2022-03-04T08:45:16.197Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestListOptsWithoutValidator [2022-03-04T08:45:16.197Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestListOptsWithValidator [2022-03-04T08:45:16.197Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestValidateDNSSearch [2022-03-04T08:45:16.197Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T08:45:16.197Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T08:45:16.197Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestNamedListOpts [2022-03-04T08:45:16.197Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestNamedMapOpts [2022-03-04T08:45:16.197Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestParseLink [2022-03-04T08:45:16.197Z] --- PASS: TestParseLink (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T08:45:16.197Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T08:45:16.197Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T08:45:16.197Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T08:45:16.197Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T08:45:16.197Z] === RUN TestUlimitOpt [2022-03-04T08:45:16.197Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T08:45:16.197Z] PASS [2022-03-04T08:45:16.197Z] coverage: 67.4% of statements [2022-03-04T08:45:16.197Z] ok github.com/docker/docker/opts 0.096s coverage: 67.4% of statements [2022-03-04T08:45:16.223Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:45:16.223Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T08:45:16.223Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T08:45:16.223Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T08:45:16.223Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T08:45:16.223Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T08:45:16.223Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T08:45:16.223Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T08:45:16.223Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T08:45:16.223Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-04T08:45:16.223Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T08:45:16.223Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T08:45:16.483Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.22s) [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.22s) [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation/valid_config (0.17s) [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.19s) [2022-03-04T08:45:16.483Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-03-04T08:45:16.483Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:45:16.483Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T08:45:16.666Z] 2022/03/04 08:45:16 Closing DB instances... [2022-03-04T08:45:17.056Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.25s) [2022-03-04T08:45:17.056Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T08:45:17.337Z] [2022-03-04T08:45:17.337Z] ---> 639ed9973703 [2022-03-04T08:45:17.337Z] 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-04T08:45:17.337Z] ---> Running in 44ccd338350f [2022-03-04T08:45:17.866Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T08:45:17.998Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.25s) [2022-03-04T08:45:17.998Z] === RUN TestAuthZPluginHeader [2022-03-04T08:45:18.413Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T08:45:18.413Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-04T08:45:18.413Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T08:45:18.797Z] --- PASS: TestServiceUpdateConfigs (14.37s) [2022-03-04T08:45:18.798Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:45:18.818Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T08:45:18.892Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T08:45:18.892Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T08:45:18.892Z] --- PASS: TestPeerCertificateMarshalJSON (0.98s) [2022-03-04T08:45:18.892Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T08:45:18.892Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T08:45:18.892Z] === RUN TestMiddleware [2022-03-04T08:45:18.892Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T08:45:18.892Z] === RUN TestNewResponseModifier [2022-03-04T08:45:18.892Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T08:45:18.892Z] PASS [2022-03-04T08:45:18.892Z] coverage: 26.8% of statements [2022-03-04T08:45:18.892Z] ok github.com/docker/docker/pkg/authorization 1.034s coverage: 26.8% of statements [2022-03-04T08:45:18.892Z] === RUN TestIsArchivePathDir [2022-03-04T08:45:18.941Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-04T08:45:18.941Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T08:45:18.941Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:18.941Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-04T08:45:18.941Z] === RUN TestAuthZPluginV2Disable [2022-03-04T08:45:18.941Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:18.941Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-04T08:45:18.941Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T08:45:18.941Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:18.941Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-04T08:45:18.941Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T08:45:18.941Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:18.941Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-04T08:45:18.941Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T08:45:19.078Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T08:45:19.360Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-03-04T08:45:19.360Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T08:45:19.360Z] --- PASS: TestIsArchivePathInvalidFile (0.18s) [2022-03-04T08:45:19.360Z] === RUN TestIsArchivePathTar [2022-03-04T08:45:19.360Z] --- PASS: TestIsArchivePathTar (0.22s) [2022-03-04T08:45:19.360Z] === RUN TestDecompressStreamGzip [2022-03-04T08:45:19.829Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-04T08:45:19.829Z] === RUN TestDecompressStreamBzip2 [2022-03-04T08:45:19.829Z] === RUN TestUnbuffered [2022-03-04T08:45:19.829Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestRaceUnbuffered [2022-03-04T08:45:19.829Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T08:45:19.829Z] PASS [2022-03-04T08:45:19.829Z] coverage: 100.0% of statements [2022-03-04T08:45:19.829Z] ok github.com/docker/docker/pkg/broadcaster 0.054s coverage: 100.0% of statements [2022-03-04T08:45:19.829Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2022-03-04T08:45:19.829Z] === RUN TestDecompressStreamXz [2022-03-04T08:45:19.829Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:45:19.829Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestDecompressStreamZstd [2022-03-04T08:45:19.829Z] archive_test.go:140: zstd not installed [2022-03-04T08:45:19.829Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-04T08:45:19.829Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T08:45:19.829Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T08:45:19.829Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestCompressStreamInvalid [2022-03-04T08:45:19.829Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionInvalid [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionUncompressed [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionBzip2 [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionGzip [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionXz [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestExtensionZstd [2022-03-04T08:45:19.829Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestCmdStreamLargeStderr [2022-03-04T08:45:19.829Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-04T08:45:19.829Z] === RUN TestCmdStreamBad [2022-03-04T08:45:19.829Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:45:19.829Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T08:45:19.829Z] === RUN TestCmdStreamGood [2022-03-04T08:45:19.829Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-04T08:45:19.829Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T08:45:20.018Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T08:45:20.018Z] daemon_test.go:156: [deea005959a46] daemon is not started [2022-03-04T08:45:20.018Z] --- PASS: TestConfigDaemonSeccompProfiles (3.30s) [2022-03-04T08:45:20.018Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.11s) [2022-03-04T08:45:20.018Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.11s) [2022-03-04T08:45:20.018Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-04T08:45:20.018Z] === RUN TestDaemonProxy [2022-03-04T08:45:20.018Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T08:45:20.278Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-04T08:45:20.302Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-04T08:45:20.302Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T08:45:20.302Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T08:45:20.302Z] === RUN TestUntarPath [2022-03-04T08:45:20.302Z] --- PASS: TestUntarPath (0.09s) [2022-03-04T08:45:20.302Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T08:45:20.302Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-04T08:45:20.302Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T08:45:20.302Z] 2022/03/04 08:45:19 Closing DB instances... [2022-03-04T08:45:20.302Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-04T08:45:20.302Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T08:45:20.302Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T08:45:20.302Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T08:45:20.302Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T08:45:20.302Z] === RUN TestCopyWithTarSrcFile [2022-03-04T08:45:20.302Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T08:45:20.302Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T08:45:20.302Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T08:45:20.302Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T08:45:20.302Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T08:45:20.302Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T08:45:20.302Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-04T08:45:20.302Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T08:45:20.302Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T08:45:20.302Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T08:45:20.302Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-04T08:45:20.302Z] === RUN TestTarFiles [2022-03-04T08:45:20.302Z] === RUN TestMatch [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[foo]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[]#01 [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[qux]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T08:45:20.302Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T08:45:20.302Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T08:45:20.302Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T08:45:20.302Z] PASS [2022-03-04T08:45:20.302Z] coverage: 87.5% of statements [2022-03-04T08:45:20.302Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2022-03-04T08:45:21.657Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T08:45:21.876Z] === RUN TestChrootTarUntar [2022-03-04T08:45:21.876Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T08:45:21.876Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T08:45:21.876Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T08:45:21.876Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootCopyWithTar [2022-03-04T08:45:21.876Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootCopyFileWithTar [2022-03-04T08:45:21.876Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootUntarPath [2022-03-04T08:45:21.876Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootUntarPath (0.01s) [2022-03-04T08:45:21.876Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T08:45:21.876Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T08:45:21.876Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:45:21.876Z] === RUN TestChrootApplyDotDotFile [2022-03-04T08:45:21.876Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:45:21.876Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:45:21.876Z] PASS [2022-03-04T08:45:21.876Z] coverage: 15.1% of statements [2022-03-04T08:45:21.876Z] ok github.com/docker/docker/pkg/chrootarchive 0.126s coverage: 15.1% of statements [2022-03-04T08:45:22.225Z] check_test.go:308: [dd16bdad59850] daemon is not started [2022-03-04T08:45:22.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-04T08:45:22.345Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-04T08:45:22.345Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T08:45:22.793Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T08:45:23.334Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T08:45:23.334Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T08:45:23.334Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T08:45:23.334Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T08:45:23.334Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T08:45:23.334Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T08:45:23.334Z] PASS [2022-03-04T08:45:23.334Z] coverage: 0.0% of statements [2022-03-04T08:45:23.334Z] ok github.com/docker/docker/pkg/containerfs 0.059s coverage: 0.0% of statements [2022-03-04T08:45:23.362Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T08:45:23.803Z] === RUN TestSizeEmpty [2022-03-04T08:45:23.803Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T08:45:23.803Z] === RUN TestSizeEmptyFile [2022-03-04T08:45:23.803Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T08:45:23.803Z] === RUN TestSizeNonemptyFile [2022-03-04T08:45:23.804Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T08:45:23.804Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T08:45:23.804Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T08:45:23.804Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T08:45:23.804Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T08:45:23.804Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T08:45:23.804Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T08:45:23.804Z] === RUN TestMoveToSubdir [2022-03-04T08:45:23.804Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-04T08:45:23.804Z] === RUN TestSizeNonExistingDirectory [2022-03-04T08:45:23.804Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T08:45:23.804Z] PASS [2022-03-04T08:45:23.804Z] coverage: 80.0% of statements [2022-03-04T08:45:23.804Z] ok github.com/docker/docker/pkg/directory 0.081s coverage: 80.0% of statements [2022-03-04T08:45:24.792Z] 2022/03/04 08:45:24 Closing DB instances... [2022-03-04T08:45:25.261Z] === RUN TestPollerAddRemove [2022-03-04T08:45:25.261Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T08:45:25.261Z] === RUN TestPollerEvent [2022-03-04T08:45:25.261Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:45:25.261Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T08:45:25.261Z] === RUN TestPollerClose [2022-03-04T08:45:25.261Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T08:45:25.261Z] PASS [2022-03-04T08:45:25.261Z] coverage: 36.2% of statements [2022-03-04T08:45:25.261Z] ok github.com/docker/docker/pkg/filenotify 0.053s coverage: 36.2% of statements [2022-03-04T08:45:25.267Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-04T08:45:25.267Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T08:45:25.267Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T08:45:25.267Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T08:45:25.731Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-03-04T08:45:25.731Z] === RUN TestNetworkDBNodeLeave [2022-03-04T08:45:25.834Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T08:45:26.043Z] Removing intermediate container 44ccd338350f [2022-03-04T08:45:26.043Z] ---> 7440ca6601ef [2022-03-04T08:45:26.043Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T08:45:26.043Z] ---> Running in aa436c0a7f86 [2022-03-04T08:45:26.200Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T08:45:26.200Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:45:26.200Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T08:45:26.200Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T08:45:26.200Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCopyFile [2022-03-04T08:45:26.200Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T08:45:26.200Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:45:26.200Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T08:45:26.200Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T08:45:26.200Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:45:26.200Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestWildcardMatches [2022-03-04T08:45:26.200Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestPatternMatches [2022-03-04T08:45:26.200Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T08:45:26.200Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T08:45:26.200Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T08:45:26.200Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T08:45:26.200Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T08:45:26.200Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T08:45:26.200Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestSingleExclamationError [2022-03-04T08:45:26.200Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestMatchesWithNoPatterns [2022-03-04T08:45:26.200Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T08:45:26.200Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestMatches [2022-03-04T08:45:26.200Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T08:45:26.200Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T08:45:26.200Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T08:45:26.200Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T08:45:26.200Z] --- PASS: TestMatches (0.03s) [2022-03-04T08:45:26.200Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T08:45:26.200Z] --- PASS: TestMatches/MatchesUsingParentResult (0.02s) [2022-03-04T08:45:26.200Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T08:45:26.200Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatterns [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T08:45:26.200Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCreateIfNotExistsDir [2022-03-04T08:45:26.200Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCreateIfNotExistsFile [2022-03-04T08:45:26.200Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestMatch [2022-03-04T08:45:26.200Z] --- PASS: TestMatch (0.00s) [2022-03-04T08:45:26.200Z] === RUN TestCompile [2022-03-04T08:45:26.200Z] === RUN TestCompile/slash [2022-03-04T08:45:26.200Z] === RUN TestCompile/backslash [2022-03-04T08:45:26.200Z] --- PASS: TestCompile (0.00s) [2022-03-04T08:45:26.200Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T08:45:26.200Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T08:45:26.200Z] PASS [2022-03-04T08:45:26.200Z] coverage: 84.7% of statements [2022-03-04T08:45:26.200Z] ok github.com/docker/docker/pkg/fileutils 0.119s coverage: 84.7% of statements [2022-03-04T08:45:26.404Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-04T08:45:26.404Z] --- PASS: TestDaemonProxy (6.40s) [2022-03-04T08:45:26.404Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-03-04T08:45:26.404Z] --- PASS: TestDaemonProxy/command-line_options (1.78s) [2022-03-04T08:45:26.404Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-03-04T08:45:26.404Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T08:45:26.404Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.55s) [2022-03-04T08:45:26.404Z] PASS [2022-03-04T08:45:26.404Z] [2022-03-04T08:45:26.404Z] === Skipped [2022-03-04T08:45:26.404Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.55s) [2022-03-04T08:45:26.404Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-04T08:45:26.404Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.55s) [2022-03-04T08:45:26.404Z] [2022-03-04T08:45:26.404Z] DONE 17 tests, 1 skipped in 10.939s [2022-03-04T08:45:26.404Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T08:45:26.404Z] ++ 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-04T08:45:26.404Z] ++ set -e [2022-03-04T08:45:26.404Z] ++ '[' -n 0 ']' [2022-03-04T08:45:26.404Z] ++ set -x [2022-03-04T08:45:26.404Z] ++ 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-04T08:45:26.663Z] INFO: Testing against a local daemon [2022-03-04T08:45:26.663Z] === RUN TestCommitInheritsEnv [2022-03-04T08:45:27.004Z] [2022-03-04T08:45:27.004Z] SUCCESS: Specified value was saved. [2022-03-04T08:45:27.197Z] === RUN TestGet [2022-03-04T08:45:27.197Z] --- PASS: TestGet (0.00s) [2022-03-04T08:45:27.198Z] === RUN TestGetShortcutString [2022-03-04T08:45:27.198Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T08:45:27.198Z] PASS [2022-03-04T08:45:27.198Z] coverage: 42.9% of statements [2022-03-04T08:45:27.198Z] ok github.com/docker/docker/pkg/homedir 0.049s coverage: 42.9% of statements [2022-03-04T08:45:27.230Z] --- PASS: TestCommitInheritsEnv (0.50s) [2022-03-04T08:45:27.230Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:45:27.230Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform// [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T08:45:27.230Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T08:45:27.489Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T08:45:27.489Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T08:45:27.489Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T08:45:27.489Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform (0.43s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/linux (0.09s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.10s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T08:45:27.489Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T08:45:27.489Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:45:27.489Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-04T08:45:27.489Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:45:27.667Z] --- PASS: TestTarFiles (7.31s) [2022-03-04T08:45:27.667Z] === RUN TestDetectCompressionZstd [2022-03-04T08:45:27.667Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T08:45:27.667Z] === RUN TestTarUntar [2022-03-04T08:45:27.667Z] --- PASS: TestTarUntar (0.06s) [2022-03-04T08:45:27.667Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T08:45:27.667Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-04T08:45:27.667Z] === RUN TestTarWithOptions [2022-03-04T08:45:27.667Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-04T08:45:27.667Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T08:45:27.667Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T08:45:27.667Z] === RUN TestUntarUstarGnuConflict [2022-03-04T08:45:27.667Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-04T08:45:27.667Z] === RUN TestUntarInvalidFilenames [2022-03-04T08:45:27.749Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-04T08:45:27.749Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:45:28.008Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2022-03-04T08:45:28.008Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T08:45:28.136Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1201489326\\dest" [2022-03-04T08:45:28.136Z] --- PASS: TestUntarInvalidFilenames (0.23s) [2022-03-04T08:45:28.136Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T08:45:28.136Z] --- PASS: TestUntarHardlinkToSymlink (0.02s) [2022-03-04T08:45:28.136Z] === RUN TestUntarInvalidHardlink [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1504583193\\victim\\hello" -> "../victim/hello" [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1058058381\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink119109637\\victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2168672556\\victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1862666444\\victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1765890109\\victim" -> "../victim" [2022-03-04T08:45:28.136Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-04T08:45:28.136Z] === RUN TestUntarInvalidSymlink [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2947065384\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink705811936\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4067748872\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink165799731\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1591354846\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1764268924\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:28.136Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2116171348\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T08:45:28.136Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-04T08:45:28.136Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T08:45:28.136Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T08:45:28.136Z] === RUN TestXGlobalNoParent [2022-03-04T08:45:28.136Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T08:45:28.136Z] === RUN TestReplaceFileTarWrapper [2022-03-04T08:45:28.136Z] === RUN TestCreateIDMapOrder [2022-03-04T08:45:28.136Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T08:45:28.136Z] PASS [2022-03-04T08:45:28.136Z] coverage: 7.2% of statements [2022-03-04T08:45:28.136Z] ok github.com/docker/docker/pkg/idtools 0.053s coverage: 7.2% of statements [2022-03-04T08:45:28.575Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-04T08:45:28.606Z] --- PASS: TestReplaceFileTarWrapper (0.24s) [2022-03-04T08:45:28.606Z] === RUN TestPrefixHeaderReadable [2022-03-04T08:45:28.606Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-04T08:45:28.606Z] === RUN TestDisablePigz [2022-03-04T08:45:28.606Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T08:45:28.606Z] --- PASS: TestDisablePigz (0.16s) [2022-03-04T08:45:28.606Z] === RUN TestPigz [2022-03-04T08:45:28.606Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T08:45:28.606Z] --- PASS: TestPigz (0.18s) [2022-03-04T08:45:28.606Z] === RUN TestNosysFileInfo [2022-03-04T08:45:28.606Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T08:45:28.606Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T08:45:28.606Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:45:28.606Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:45:28.606Z] === RUN TestCanonicalTarNameForPath [2022-03-04T08:45:28.606Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T08:45:28.606Z] === RUN TestCanonicalTarName [2022-03-04T08:45:28.606Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T08:45:28.606Z] === RUN TestChmodTarEntry [2022-03-04T08:45:28.606Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T08:45:28.606Z] === RUN TestHardLinkOrder [2022-03-04T08:45:28.606Z] --- PASS: TestNetworkDBNodeLeave (2.87s) [2022-03-04T08:45:28.606Z] === RUN TestNetworkDBWatch [2022-03-04T08:45:29.074Z] --- PASS: TestHardLinkOrder (0.17s) [2022-03-04T08:45:29.074Z] === RUN TestChangeString [2022-03-04T08:45:29.074Z] --- PASS: TestChangeString (0.00s) [2022-03-04T08:45:29.074Z] === RUN TestChangesWithNoChanges [2022-03-04T08:45:29.074Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-04T08:45:29.074Z] === RUN TestChangesWithChanges [2022-03-04T08:45:29.074Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-04T08:45:29.074Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T08:45:29.074Z] changes_test.go:195: needs more investigation [2022-03-04T08:45:29.074Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:45:29.074Z] === RUN TestChangesDirsEmpty [2022-03-04T08:45:29.074Z] --- PASS: TestChangesDirsEmpty (0.17s) [2022-03-04T08:45:29.074Z] === RUN TestChangesDirsMutated [2022-03-04T08:45:29.514Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T08:45:29.543Z] --- PASS: TestChangesDirsMutated (0.18s) [2022-03-04T08:45:29.543Z] === RUN TestApplyLayer [2022-03-04T08:45:29.543Z] changes_test.go:432: needs further investigation [2022-03-04T08:45:29.543Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T08:45:29.543Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T08:45:29.543Z] changes_test.go:468: needs further investigation [2022-03-04T08:45:29.543Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:45:29.543Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T08:45:29.543Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T08:45:29.543Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T08:45:29.543Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T08:45:29.543Z] === RUN TestChangesSize [2022-03-04T08:45:29.543Z] --- PASS: TestChangesSize (0.01s) [2022-03-04T08:45:29.543Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T08:45:29.544Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames899246920\\dest" [2022-03-04T08:45:29.544Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-04T08:45:29.544Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3296113144\\victim\\hello" -> "../victim/hello" [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4004291743\\victim\\hello" -> "/../victim/hello" [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1406372449\\victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3957782018\\victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2634975402\\victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1399967572\\victim" -> "../victim" [2022-03-04T08:45:29.544Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-04T08:45:29.544Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3584203854\\dest\\dotdot" -> "../victim/hello" [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1251115337\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4192551857\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink320667005\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink176595088\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:29.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1452053332\\dest\\loophole-victim" -> "../victim" [2022-03-04T08:45:29.544Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-04T08:45:29.544Z] === RUN TestApplyLayerWhiteouts [2022-03-04T08:45:29.544Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-03-04T08:45:29.544Z] === RUN TestGenerateEmptyFile [2022-03-04T08:45:29.544Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestGenerateWithContent [2022-03-04T08:45:29.544Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T08:45:29.544Z] PASS [2022-03-04T08:45:29.544Z] coverage: 63.0% of statements [2022-03-04T08:45:29.544Z] ok github.com/docker/docker/pkg/archive 10.566s coverage: 63.0% of statements [2022-03-04T08:45:29.544Z] === RUN TestFixedBufferCap [2022-03-04T08:45:29.544Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestFixedBufferLen [2022-03-04T08:45:29.544Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestFixedBufferString [2022-03-04T08:45:29.544Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestFixedBufferWrite [2022-03-04T08:45:29.544Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestFixedBufferRead [2022-03-04T08:45:29.544Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestBytesPipeRead [2022-03-04T08:45:29.544Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestBytesPipeWrite [2022-03-04T08:45:29.544Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T08:45:29.544Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T08:45:29.892Z] Removing intermediate container aa436c0a7f86 [2022-03-04T08:45:29.892Z] ---> 7b3d7dc3a9ae [2022-03-04T08:45:29.892Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T08:45:29.892Z] ---> Running in 8b5bf2a2be93 [2022-03-04T08:45:30.013Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2022-03-04T08:45:30.013Z] === RUN TestAtomicWriteToFile [2022-03-04T08:45:30.013Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T08:45:30.013Z] === RUN TestAtomicWriteSetCommit [2022-03-04T08:45:30.013Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-04T08:45:30.013Z] === RUN TestAtomicWriteSetCancel [2022-03-04T08:45:30.013Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-04T08:45:30.013Z] === RUN TestReadCloserWrapperClose [2022-03-04T08:45:30.013Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T08:45:30.013Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T08:45:30.013Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T08:45:30.013Z] === RUN TestReaderErrWrapperRead [2022-03-04T08:45:30.013Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T08:45:30.013Z] === RUN TestCancelReadCloser [2022-03-04T08:45:30.454Z] check_test.go:308: [d2507396a59f4] daemon is not started [2022-03-04T08:45:30.454Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-04T08:45:30.454Z] --- PASS: TestRemoveImageGarbageCollector (2.49s) [2022-03-04T08:45:30.455Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:45:30.455Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-04T08:45:30.455Z] === RUN TestTagInvalidReference [2022-03-04T08:45:30.455Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-04T08:45:30.455Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:45:30.483Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-04T08:45:30.483Z] === RUN TestWriteCloserWrapperClose [2022-03-04T08:45:30.483Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T08:45:30.483Z] === RUN TestNopWriteCloser [2022-03-04T08:45:30.483Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T08:45:30.483Z] === RUN TestNopWriter [2022-03-04T08:45:30.483Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T08:45:30.483Z] === RUN TestWriteCounter [2022-03-04T08:45:30.483Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T08:45:30.483Z] PASS [2022-03-04T08:45:30.483Z] coverage: 69.2% of statements [2022-03-04T08:45:30.483Z] ok github.com/docker/docker/pkg/ioutils 0.698s coverage: 69.2% of statements [2022-03-04T08:45:30.483Z] 2022/03/04 08:45:30 Closing DB instances... [2022-03-04T08:45:30.715Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-04T08:45:30.715Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:45:30.715Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-04T08:45:30.715Z] === RUN TestTagOfficialNames [2022-03-04T08:45:30.715Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-04T08:45:30.715Z] === RUN TestTagMatchesDigest [2022-03-04T08:45:30.715Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-04T08:45:30.715Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T08:45:31.001Z] --- PASS: TestServiceUpdateNetwork (12.29s) [2022-03-04T08:45:31.001Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:45:31.479Z] === RUN TestError [2022-03-04T08:45:31.479Z] --- PASS: TestError (0.00s) [2022-03-04T08:45:31.479Z] === RUN TestProgressString [2022-03-04T08:45:31.479Z] === RUN TestProgressString/no_progress [2022-03-04T08:45:31.479Z] === RUN TestProgressString/progress_1 [2022-03-04T08:45:31.479Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T08:45:31.479Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T08:45:31.479Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T08:45:31.479Z] === RUN TestProgressString/with_units [2022-03-04T08:45:31.479Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T08:45:31.479Z] === RUN TestProgressString/hide_counts [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T08:45:31.479Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T08:45:31.479Z] === RUN TestJSONMessageDisplay [2022-03-04T08:45:31.479Z] --- PASS: TestJSONMessageDisplay (0.23s) [2022-03-04T08:45:31.479Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T08:45:31.479Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T08:45:31.479Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T08:45:31.479Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T08:45:31.479Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T08:45:31.479Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T08:45:31.479Z] PASS [2022-03-04T08:45:31.479Z] coverage: 91.7% of statements [2022-03-04T08:45:31.479Z] ok github.com/docker/docker/pkg/jsonmessage 0.288s coverage: 91.7% of statements [2022-03-04T08:45:31.568Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T08:45:31.949Z] --- PASS: TestNetworkDBWatch (3.10s) [2022-03-04T08:45:31.949Z] === RUN TestNetworkDBBulkSync [2022-03-04T08:45:32.146Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T08:45:32.422Z] === RUN TestStandardLongPath [2022-03-04T08:45:32.422Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T08:45:32.422Z] === RUN TestUNCLongPath [2022-03-04T08:45:32.422Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T08:45:32.422Z] PASS [2022-03-04T08:45:32.422Z] coverage: 100.0% of statements [2022-03-04T08:45:32.422Z] ok github.com/docker/docker/pkg/longpath 0.056s coverage: 100.0% of statements [2022-03-04T08:45:33.380Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-04T08:45:33.421Z] 2022/03/04 08:45:32 Closing DB instances... [2022-03-04T08:45:33.421Z] === RUN TestNameFormat [2022-03-04T08:45:33.421Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T08:45:33.421Z] === RUN TestNameRetries [2022-03-04T08:45:33.421Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T08:45:33.421Z] PASS [2022-03-04T08:45:33.421Z] coverage: 85.7% of statements [2022-03-04T08:45:33.421Z] ok github.com/docker/docker/pkg/namesgenerator 0.050s coverage: 85.7% of statements [2022-03-04T08:45:33.682Z] Cannot create a file when that file already exists. [2022-03-04T08:45:33.889Z] === RUN TestParseKeyValueOpt [2022-03-04T08:45:33.889Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T08:45:33.889Z] === RUN TestParseUintList [2022-03-04T08:45:33.889Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T08:45:33.889Z] === RUN TestParseUintListMaximumLimits [2022-03-04T08:45:33.889Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T08:45:33.889Z] PASS [2022-03-04T08:45:33.889Z] coverage: 97.0% of statements [2022-03-04T08:45:33.889Z] ok github.com/docker/docker/pkg/parsers 0.053s coverage: 97.0% of statements [2022-03-04T08:45:34.010Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-04T08:45:34.010Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T08:45:34.581Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T08:45:35.048Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-04T08:45:35.048Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T08:45:35.048Z] === RUN TestNewAndRemove [2022-03-04T08:45:35.048Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T08:45:35.048Z] === RUN TestRemoveInvalidPath [2022-03-04T08:45:35.048Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T08:45:35.048Z] PASS [2022-03-04T08:45:35.048Z] coverage: 82.6% of statements [2022-03-04T08:45:35.048Z] ok github.com/docker/docker/pkg/pidfile 0.053s coverage: 82.6% of statements [2022-03-04T08:45:35.958Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T08:45:37.042Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-04T08:45:37.042Z] PASS [2022-03-04T08:45:37.042Z] [2022-03-04T08:45:37.042Z] === Skipped [2022-03-04T08:45:37.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-04T08:45:37.042Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:37.042Z] [2022-03-04T08:45:37.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-04T08:45:37.042Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:37.042Z] [2022-03-04T08:45:37.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-04T08:45:37.042Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:37.042Z] [2022-03-04T08:45:37.042Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-04T08:45:37.042Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:37.042Z] [2022-03-04T08:45:37.042Z] DONE 17 tests, 4 skipped in 25.699s [2022-03-04T08:45:37.042Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T08:45:37.042Z] ++ 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-04T08:45:37.042Z] ++ set -e [2022-03-04T08:45:37.042Z] ++ '[' -n 0 ']' [2022-03-04T08:45:37.042Z] ++ set -x [2022-03-04T08:45:37.042Z] ++ 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-04T08:45:37.042Z] INFO: Testing against a local daemon [2022-03-04T08:45:37.042Z] === RUN TestPluginInvalidJSON [2022-03-04T08:45:37.042Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:45:37.042Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:45:37.042Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:45:37.042Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-04T08:45:37.042Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:45:37.042Z] === RUN TestPluginInstall [2022-03-04T08:45:37.042Z] === RUN TestPluginInstall/no_auth [2022-03-04T08:45:37.042Z] time="2022-03-04T08:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:37.042Z] time="2022-03-04T08:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f485d0ba0538d2a7244c27d8cf3403dc65062b695ab575e473dce662febf1e67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:37.042Z] time="2022-03-04T08:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:37.042Z] time="2022-03-04T08:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f485d0ba0538d2a7244c27d8cf3403dc65062b695ab575e473dce662febf1e67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:37.042Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T08:45:37.268Z] --- PASS: TestGetAddress (25.77s) [2022-03-04T08:45:37.268Z] === RUN TestRequestSyntaxCheck [2022-03-04T08:45:37.268Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-03-04T08:45:37.268Z] === RUN TestRequest [2022-03-04T08:45:37.268Z] === RUN TestFailedConnection [2022-03-04T08:45:37.302Z] time="2022-03-04T08:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:37.302Z] time="2022-03-04T08:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f485d0ba0538d2a7244c27d8cf3403dc65062b695ab575e473dce662febf1e67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:37.302Z] time="2022-03-04T08:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:37.302Z] time="2022-03-04T08:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f485d0ba0538d2a7244c27d8cf3403dc65062b695ab575e473dce662febf1e67" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:37.302Z] === RUN TestPluginInstall/with_insecure [2022-03-04T08:45:38.240Z] time="2022-03-04T08:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:38.240Z] time="2022-03-04T08:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ecfaf0defe67126e60d56d4d7fdd6231eb9a465932f3cca097db72cd106afa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:38.240Z] time="2022-03-04T08:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:45:38.240Z] time="2022-03-04T08:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b5ecfaf0defe67126e60d56d4d7fdd6231eb9a465932f3cca097db72cd106afa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:45:38.256Z] 2022/03/04 08:45:37 Closing DB instances... [2022-03-04T08:45:38.256Z] --- PASS: TestFailedConnection (1.13s) [2022-03-04T08:45:38.256Z] === RUN TestFailOnce [2022-03-04T08:45:38.256Z] 2022/03/04 08:45:37 http: panic serving 127.0.0.1:49284: Plugin not ready [2022-03-04T08:45:38.256Z] goroutine 18 [running]: [2022-03-04T08:45:38.256Z] net/http.(*conn).serve.func1() [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T08:45:38.256Z] panic({0x15bb9a0, 0x16cf710}) [2022-03-04T08:45:38.256Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T08:45:38.256Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x141c4d080f9a27dd}, 0xc0001a3a98) [2022-03-04T08:45:38.256Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T08:45:38.256Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x16dc620, 0xc00019e0e0}, 0x14f1206) [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T08:45:38.256Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x16dc620, 0xc00019e0e0}, 0xc000198300) [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T08:45:38.256Z] net/http.serverHandler.ServeHTTP({0x16dad10}, {0x16dc620, 0xc00019e0e0}, 0xc000198300) [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T08:45:38.256Z] net/http.(*conn).serve(0xc0000a8000, {0x16de620, 0xc00008a0c0}) [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T08:45:38.256Z] created by net/http.(*Server).Serve [2022-03-04T08:45:38.256Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T08:45:38.256Z] time="2022-03-04T08:45:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T08:45:38.367Z] Removing intermediate container 8b5bf2a2be93 [2022-03-04T08:45:38.367Z] ---> 64d2b42efb03 [2022-03-04T08:45:38.367Z] Step 13/13 : CMD ["sh"] [2022-03-04T08:45:38.367Z] ---> Running in 09aec63d95c5 [2022-03-04T08:45:38.367Z] Removing intermediate container 09aec63d95c5 [2022-03-04T08:45:38.367Z] ---> 724e47089ca0 [2022-03-04T08:45:38.367Z] Successfully built 724e47089ca0 [2022-03-04T08:45:38.367Z] Successfully tagged busybox:latest [2022-03-04T08:45:38.367Z] INFO: Docker images of the daemon under test [2022-03-04T08:45:38.367Z] [2022-03-04T08:45:38.367Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:45:38.367Z] busybox latest 724e47089ca0 Less than a second ago 5GB [2022-03-04T08:45:38.367Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T08:45:38.367Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T08:45:38.367Z] [2022-03-04T08:45:38.367Z] INFO: Running integration tests at 03/04/2022 08:45:38... [2022-03-04T08:45:38.367Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T08:45:38.367Z] INFO: Integration API tests being run from the host: [2022-03-04T08:45:38.367Z] INFO: make.ps1 starting at 03/04/2022 08:45:38 [2022-03-04T08:45:38.502Z] plugin_test.go:165: [da61828dc97de] daemon is not started [2022-03-04T08:45:38.502Z] --- PASS: TestPluginInstall (2.97s) [2022-03-04T08:45:38.502Z] --- PASS: TestPluginInstall/no_auth (1.38s) [2022-03-04T08:45:38.502Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-03-04T08:45:38.502Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-03-04T08:45:38.502Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:45:39.245Z] --- PASS: TestFailOnce (1.20s) [2022-03-04T08:45:39.245Z] === RUN TestEchoInputOutput [2022-03-04T08:45:39.245Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T08:45:39.245Z] === RUN TestBackoff [2022-03-04T08:45:39.245Z] --- PASS: TestBackoff (0.00s) [2022-03-04T08:45:39.245Z] === RUN TestAbortRetry [2022-03-04T08:45:39.245Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T08:45:39.245Z] === RUN TestClientScheme [2022-03-04T08:45:39.245Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T08:45:39.245Z] === RUN TestNewClientWithTimeout [2022-03-04T08:45:39.260Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T08:45:39.330Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T08:45:39.519Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-04T08:45:39.715Z] time="2022-03-04T08:45:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T08:45:39.779Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T08:45:39.896Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T08:45:40.039Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T08:45:40.258Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T08:45:40.610Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-04T08:45:40.842Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T08:45:40.869Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T08:45:41.128Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-04T08:45:41.301Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.51s) [2022-03-04T08:45:41.301Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T08:45:41.301Z] time="2022-03-04T08:45:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T08:45:41.698Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-04T08:45:41.698Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-04T08:45:41.784Z] --- PASS: TestPluginsWithRuntimes (3.13s) [2022-03-04T08:45:41.784Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.80s) [2022-03-04T08:45:41.784Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.78s) [2022-03-04T08:45:41.784Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:45:42.046Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-03-04T08:45:42.046Z] PASS [2022-03-04T08:45:42.046Z] [2022-03-04T08:45:42.046Z] DONE 10 tests in 6.801s [2022-03-04T08:45:42.046Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T08:45:42.046Z] ++ 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-04T08:45:42.046Z] ++ set -e [2022-03-04T08:45:42.046Z] ++ '[' -n 0 ']' [2022-03-04T08:45:42.046Z] ++ set -x [2022-03-04T08:45:42.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04T08:45:42.268Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T08:45:42.268Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-04T08:45:42.292Z] 2022/03/04 08:45:42 Closing DB instances... [2022-03-04T08:45:42.308Z] INFO: Testing against a local daemon [2022-03-04T08:45:42.308Z] === RUN TestExternalGraphDriver [2022-03-04T08:45:42.308Z] === RUN TestExternalGraphDriver/json [2022-03-04T08:45:42.837Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-04T08:45:43.405Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-04T08:45:43.405Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T08:45:43.859Z] time="2022-03-04T08:45:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T08:45:43.859Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.64s) [2022-03-04T08:45:43.859Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T08:45:43.974Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-04T08:45:44.219Z] === RUN TestExternalGraphDriver/spec [2022-03-04T08:45:44.234Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-04T08:45:44.804Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-04T08:45:45.374Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-04T08:45:45.603Z] === RUN TestExternalGraphDriver/pull [2022-03-04T08:45:45.945Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-04T08:45:46.513Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-04T08:45:46.820Z] --- PASS: TestServiceUpdatePidsLimit (16.03s) [2022-03-04T08:45:46.820Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-04T08:45:46.820Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-04T08:45:46.820Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-04T08:45:46.820Z] PASS [2022-03-04T08:45:46.820Z] [2022-03-04T08:45:46.820Z] === Skipped [2022-03-04T08:45:46.820Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T08:45:46.820Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:45:46.820Z] [2022-03-04T08:45:46.820Z] DONE 27 tests, 1 skipped in 181.475s [2022-03-04T08:45:46.820Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T08:45:46.820Z] INFO: Testing against a local daemon [2022-03-04T08:45:46.820Z] === RUN TestSessionCreate [2022-03-04T08:45:46.820Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T08:45:46.820Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:45:46.820Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T08:45:46.820Z] PASS [2022-03-04T08:45:46.820Z] [2022-03-04T08:45:46.820Z] DONE 2 tests in 0.064s [2022-03-04T08:45:46.820Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T08:45:46.820Z] INFO: Testing against a local daemon [2022-03-04T08:45:46.820Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:45:46.820Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:45:46.820Z] === RUN TestDiskUsage [2022-03-04T08:45:46.821Z] === PAUSE TestDiskUsage [2022-03-04T08:45:46.821Z] === RUN TestEventsExecDie [2022-03-04T08:45:46.821Z] --- PASS: TestEventsExecDie (0.55s) [2022-03-04T08:45:46.821Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:45:46.984Z] --- PASS: TestExternalGraphDriver (4.66s) [2022-03-04T08:45:46.984Z] --- PASS: TestExternalGraphDriver/json (1.52s) [2022-03-04T08:45:46.984Z] --- PASS: TestExternalGraphDriver/spec (1.52s) [2022-03-04T08:45:46.984Z] --- PASS: TestExternalGraphDriver/pull (1.58s) [2022-03-04T08:45:46.984Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:45:46.984Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:46.984Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-04T08:45:46.984Z] PASS [2022-03-04T08:45:46.984Z] [2022-03-04T08:45:46.984Z] === Skipped [2022-03-04T08:45:46.984Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-04T08:45:46.984Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:45:46.984Z] [2022-03-04T08:45:46.984Z] DONE 5 tests, 1 skipped in 4.772s [2022-03-04T08:45:46.984Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T08:45:46.984Z] ++ 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-04T08:45:46.984Z] ++ set -e [2022-03-04T08:45:46.984Z] ++ '[' -n 0 ']' [2022-03-04T08:45:46.984Z] ++ set -x [2022-03-04T08:45:46.984Z] ++ 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-04T08:45:46.984Z] INFO: Testing against a local daemon [2022-03-04T08:45:46.984Z] === RUN TestContinueAfterPluginCrash [2022-03-04T08:45:46.984Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T08:45:46.984Z] === RUN TestReadPluginNoRead [2022-03-04T08:45:46.984Z] === PAUSE TestReadPluginNoRead [2022-03-04T08:45:46.984Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T08:45:46.984Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T08:45:46.984Z] === CONT TestContinueAfterPluginCrash [2022-03-04T08:45:46.984Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T08:45:47.079Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-04T08:45:47.079Z] === RUN TestEventsVolumeCreate [2022-03-04T08:45:47.079Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-04T08:45:47.079Z] === RUN TestInfoBinaryCommits [2022-03-04T08:45:47.079Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T08:45:47.079Z] === RUN TestInfoAPIVersioned [2022-03-04T08:45:47.079Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T08:45:47.079Z] === RUN TestInfoAPI [2022-03-04T08:45:47.079Z] --- PASS: TestInfoAPI (0.02s) [2022-03-04T08:45:47.079Z] === RUN TestInfoAPIWarnings [2022-03-04T08:45:47.081Z] check_test.go:308: [dd92e0bdcce70] daemon is not started [2022-03-04T08:45:47.081Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-04T08:45:48.020Z] check_test.go:308: [dca3f889ae7db] daemon is not started [2022-03-04T08:45:48.020Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-04T08:45:48.588Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-04T08:45:48.626Z] time="2022-03-04T08:45:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T08:45:48.740Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-04T08:45:49.619Z] --- PASS: TestRequest (12.68s) [2022-03-04T08:45:49.619Z] === RUN TestOverlappingRequests [2022-03-04T08:45:49.968Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-04T08:45:50.088Z] --- PASS: TestOverlappingRequests (0.62s) [2022-03-04T08:45:50.088Z] === RUN TestRelease [2022-03-04T08:45:50.278Z] --- PASS: TestDaemonStartWithLogOpt (2.91s) [2022-03-04T08:45:50.279Z] === CONT TestReadPluginNoRead [2022-03-04T08:45:51.260Z] tests/integration/client_test.py ..... [ 75%] [2022-03-04T08:45:51.261Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-04T08:45:51.261Z] tests/integration/errors_test.py . [ 76%] [2022-03-04T08:45:52.193Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T08:45:52.522Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T08:45:53.053Z] --- PASS: TestRelease (2.37s) [2022-03-04T08:45:53.053Z] === RUN TestAllocateRandomDeallocate [2022-03-04T08:45:53.095Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-04T08:45:53.134Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T08:45:53.664Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T08:45:53.664Z] check_test.go:308: [d825947fad771] daemon is not started [2022-03-04T08:45:53.664Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-04T08:45:54.520Z] === RUN TestReadPluginNoRead/default [2022-03-04T08:45:54.782Z] --- PASS: TestContinueAfterPluginCrash (7.84s) [2022-03-04T08:45:55.275Z] === RUN TestParseEmptyInterface [2022-03-04T08:45:55.275Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestParseNonInterfaceType [2022-03-04T08:45:55.275Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestParseWithOneFunction [2022-03-04T08:45:55.275Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestParseWithMultipleFuncs [2022-03-04T08:45:55.275Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestParseWithUnnamedReturn [2022-03-04T08:45:55.275Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestEmbeddedInterface [2022-03-04T08:45:55.275Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestParsedImports [2022-03-04T08:45:55.275Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T08:45:55.275Z] === RUN TestAliasedImports [2022-03-04T08:45:55.275Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T08:45:55.275Z] PASS [2022-03-04T08:45:55.275Z] coverage: 56.8% of statements [2022-03-04T08:45:55.275Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.072s coverage: 56.8% of statements [2022-03-04T08:45:55.351Z] === CONT TestReadPluginNoRead [2022-03-04T08:45:55.351Z] read_test.go:92: [d64bf4c752a29] daemon is not started [2022-03-04T08:45:55.351Z] --- PASS: TestReadPluginNoRead (5.40s) [2022-03-04T08:45:55.351Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.12s) [2022-03-04T08:45:55.351Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.08s) [2022-03-04T08:45:55.351Z] --- PASS: TestReadPluginNoRead/default (1.11s) [2022-03-04T08:45:55.351Z] PASS [2022-03-04T08:45:55.351Z] [2022-03-04T08:45:55.351Z] DONE 6 tests in 8.402s [2022-03-04T08:45:55.351Z] 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-04T08:45:55.352Z] ++ 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-04T08:45:55.352Z] ++ set -e [2022-03-04T08:45:55.352Z] ++ '[' -n 0 ']' [2022-03-04T08:45:55.352Z] ++ set -x [2022-03-04T08:45:55.352Z] ++ 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-04T08:45:55.352Z] testing: warning: no tests to run [2022-03-04T08:45:55.352Z] PASS [2022-03-04T08:45:55.352Z] [2022-03-04T08:45:55.352Z] DONE 0 tests in 0.029s [2022-03-04T08:45:55.352Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T08:45:55.352Z] ++ 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-04T08:45:55.352Z] ++ set -e [2022-03-04T08:45:55.352Z] ++ '[' -n 0 ']' [2022-03-04T08:45:55.352Z] ++ set -x [2022-03-04T08:45:55.352Z] ++ 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-04T08:45:55.611Z] INFO: Testing against a local daemon [2022-03-04T08:45:55.611Z] === RUN TestPluginWithDevMounts [2022-03-04T08:45:55.611Z] === PAUSE TestPluginWithDevMounts [2022-03-04T08:45:55.611Z] === CONT TestPluginWithDevMounts [2022-03-04T08:45:56.262Z] === RUN TestHTTPTransport [2022-03-04T08:45:56.262Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T08:45:56.262Z] PASS [2022-03-04T08:45:56.262Z] coverage: 85.7% of statements [2022-03-04T08:45:56.262Z] ok github.com/docker/docker/pkg/plugins/transport 0.047s coverage: 85.7% of statements [2022-03-04T08:45:56.732Z] --- PASS: TestNewClientWithTimeout (17.62s) [2022-03-04T08:45:56.732Z] === RUN TestClientStream [2022-03-04T08:45:56.732Z] --- PASS: TestClientStream (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestClientSendFile [2022-03-04T08:45:56.732Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestClientWithRequestTimeout [2022-03-04T08:45:56.732Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T08:45:56.732Z] === RUN TestFileSpecPlugin [2022-03-04T08:45:56.732Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T08:45:56.732Z] === RUN TestFileJSONSpecPlugin [2022-03-04T08:45:56.732Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T08:45:56.732Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestPluginAddHandler [2022-03-04T08:45:56.732Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestPluginWaitBadPlugin [2022-03-04T08:45:56.732Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T08:45:56.732Z] === RUN TestGet [2022-03-04T08:45:56.732Z] time="2022-03-04T08:45:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T08:45:56.959Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-04T08:45:56.959Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T08:45:56.992Z] --- PASS: TestPluginWithDevMounts (1.50s) [2022-03-04T08:45:56.992Z] PASS [2022-03-04T08:45:56.992Z] [2022-03-04T08:45:56.992Z] DONE 1 tests in 1.598s [2022-03-04T08:45:56.992Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T08:45:56.992Z] ++ 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-04T08:45:56.992Z] ++ set -e [2022-03-04T08:45:56.992Z] ++ '[' -n 0 ']' [2022-03-04T08:45:56.992Z] ++ set -x [2022-03-04T08:45:56.992Z] ++ 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-04T08:45:56.992Z] INFO: Testing against a local daemon [2022-03-04T08:45:56.992Z] === RUN TestSecretInspect [2022-03-04T08:45:57.202Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:45:57.202Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T08:45:57.202Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T08:45:57.202Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T08:45:57.202Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T08:45:57.202Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T08:45:57.202Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T08:45:57.202Z] === RUN TestBufferPoolPutAndGet [2022-03-04T08:45:57.202Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T08:45:57.202Z] PASS [2022-03-04T08:45:57.202Z] coverage: 88.2% of statements [2022-03-04T08:45:57.202Z] ok github.com/docker/docker/pkg/pools 0.047s coverage: 88.2% of statements [2022-03-04T08:45:57.671Z] === RUN TestOutputOnPrematureClose [2022-03-04T08:45:57.671Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T08:45:57.671Z] === RUN TestCompleteSilently [2022-03-04T08:45:57.671Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T08:45:57.671Z] PASS [2022-03-04T08:45:57.671Z] coverage: 75.9% of statements [2022-03-04T08:45:57.671Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2022-03-04T08:45:58.144Z] time="2022-03-04T08:45:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T08:45:58.144Z] === RUN TestSendToOneSub [2022-03-04T08:45:58.144Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T08:45:58.144Z] === RUN TestSendToMultipleSubs [2022-03-04T08:45:58.144Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T08:45:58.144Z] === RUN TestEvictOneSub [2022-03-04T08:45:58.144Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T08:45:58.144Z] === RUN TestClosePublisher [2022-03-04T08:45:58.144Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T08:45:58.144Z] === RUN TestPubSubRace [2022-03-04T08:45:58.340Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-04T08:45:59.131Z] --- PASS: TestAllocateRandomDeallocate (6.60s) [2022-03-04T08:45:59.131Z] === RUN TestRetrieveFromStore [2022-03-04T08:45:59.531Z] --- PASS: TestSecretInspect (2.06s) [2022-03-04T08:45:59.531Z] === RUN TestSecretList [2022-03-04T08:45:59.601Z] --- PASS: TestPubSubRace (1.08s) [2022-03-04T08:45:59.601Z] PASS [2022-03-04T08:45:59.601Z] coverage: 75.0% of statements [2022-03-04T08:45:59.601Z] ok github.com/docker/docker/pkg/pubsub 1.118s coverage: 75.0% of statements [2022-03-04T08:46:00.070Z] time="2022-03-04T08:45:59Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T08:46:00.070Z] === RUN TestRegister [2022-03-04T08:46:00.070Z] --- PASS: TestRegister (0.00s) [2022-03-04T08:46:00.070Z] === RUN TestCommand [2022-03-04T08:46:00.070Z] --- PASS: TestCommand (0.04s) [2022-03-04T08:46:00.070Z] === RUN TestNaiveSelf [2022-03-04T08:46:00.070Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-04T08:46:00.070Z] PASS [2022-03-04T08:46:00.070Z] coverage: 82.4% of statements [2022-03-04T08:46:00.070Z] ok github.com/docker/docker/pkg/reexec 0.116s coverage: 82.4% of statements [2022-03-04T08:46:01.059Z] === RUN TestDump [2022-03-04T08:46:01.059Z] goroutine 19 [running]: [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.dump(0xf4b6b7) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T08:46:01.059Z] testing.tRunner(0xc000085380, 0x10b8f38) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:46:01.059Z] created by testing.(*T).Run [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:46:01.059Z] [2022-03-04T08:46:01.059Z] goroutine 1 [chan receive]: [2022-03-04T08:46:01.059Z] testing.(*T).Run(0xc0000851e0, {0x10aa571, 0xf2a413}, 0x10b8f38) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:46:01.059Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:46:01.059Z] testing.tRunner(0xc0000851e0, 0xc0000c1ce0) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:46:01.059Z] testing.runTests(0xc0000d0080, {0x121cc20, 0x3, 0x3}, {0xf4a90d, 0x10ac26b, 0x12216e0}) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:46:01.059Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:46:01.059Z] main.main() [2022-03-04T08:46:01.059Z] _testmain.go:95 +0x1f5 [2022-03-04T08:46:01.059Z] --- PASS: TestDump (0.00s) [2022-03-04T08:46:01.059Z] === RUN TestDumpToFile [2022-03-04T08:46:01.059Z] --- PASS: TestDumpToFile (0.19s) [2022-03-04T08:46:01.059Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T08:46:01.059Z] goroutine 5 [running]: [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.dump(0xfb8894) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xfb8c40}) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T08:46:01.059Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0x0) [2022-03-04T08:46:01.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T08:46:01.059Z] testing.tRunner(0xc00002d040, 0x10b8f28) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:46:01.059Z] created by testing.(*T).Run [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T08:46:01.059Z] [2022-03-04T08:46:01.059Z] goroutine 1 [chan receive]: [2022-03-04T08:46:01.059Z] testing.(*T).Run(0xc0000851e0, {0x10b1356, 0xf2a413}, 0x10b8f28) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T08:46:01.059Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T08:46:01.059Z] testing.tRunner(0xc0000851e0, 0xc0000c1ce0) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T08:46:01.059Z] testing.runTests(0xc0000d0080, {0x121cc20, 0x3, 0x3}, {0xf4a90d, 0x10ac26b, 0x12216e0}) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T08:46:01.059Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T08:46:01.059Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T08:46:01.059Z] main.main() [2022-03-04T08:46:01.059Z] _testmain.go:95 +0x1f5 [2022-03-04T08:46:01.059Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T08:46:01.059Z] PASS [2022-03-04T08:46:01.059Z] coverage: 90.9% of statements [2022-03-04T08:46:01.059Z] ok github.com/docker/docker/pkg/stack 0.232s coverage: 90.9% of statements [2022-03-04T08:46:01.439Z] --- PASS: TestSecretList (2.09s) [2022-03-04T08:46:01.439Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:46:01.530Z] --- PASS: TestRetrieveFromStore (2.20s) [2022-03-04T08:46:01.530Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T08:46:01.530Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-04T08:46:01.530Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T08:46:01.530Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T08:46:01.530Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T08:46:01.530Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T08:46:01.530Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T08:46:01.530Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T08:46:01.530Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T08:46:01.530Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T08:46:01.530Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T08:46:01.530Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T08:46:01.530Z] === RUN TestDebug [2022-03-04T08:46:01.530Z] --- PASS: TestDebug (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestRequestPoolParallel [2022-03-04T08:46:01.530Z] === RUN TestNewStdWriter [2022-03-04T08:46:01.530Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T08:46:01.530Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestWriteWithNilBytes [2022-03-04T08:46:01.530Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestWrite [2022-03-04T08:46:01.530Z] --- PASS: TestWrite (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestWriteWithWriterError [2022-03-04T08:46:01.530Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T08:46:01.530Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyWriteAndRead [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T08:46:01.530Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T08:46:01.530Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T08:46:01.530Z] PASS [2022-03-04T08:46:01.530Z] coverage: 100.0% of statements [2022-03-04T08:46:01.530Z] ok github.com/docker/docker/pkg/stdcopy 0.050s coverage: 100.0% of statements [2022-03-04T08:46:02.007Z] --- PASS: TestRequestPoolParallel (0.52s) [2022-03-04T08:46:02.007Z] === RUN TestFullAllocateRelease [2022-03-04T08:46:02.476Z] --- PASS: TestFullAllocateRelease (0.48s) [2022-03-04T08:46:02.476Z] === RUN TestOddAllocateRelease [2022-03-04T08:46:02.476Z] --- PASS: TestOddAllocateRelease (0.26s) [2022-03-04T08:46:02.476Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T08:46:02.538Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-04T08:46:02.945Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-04T08:46:02.945Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T08:46:02.945Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T08:46:02.945Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T08:46:02.945Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestFormatStatus [2022-03-04T08:46:02.945Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestFormatError [2022-03-04T08:46:02.945Z] --- PASS: TestFormatError (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestFormatJSONError [2022-03-04T08:46:02.945Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T08:46:02.945Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T08:46:02.945Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestNewJSONProgressOutput [2022-03-04T08:46:02.945Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestAuxFormatterEmit [2022-03-04T08:46:02.945Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestStreamWriterStdout [2022-03-04T08:46:02.945Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T08:46:02.945Z] === RUN TestStreamWriterStderr [2022-03-04T08:46:02.945Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T08:46:02.945Z] PASS [2022-03-04T08:46:02.945Z] coverage: 63.8% of statements [2022-03-04T08:46:02.945Z] ok github.com/docker/docker/pkg/streamformatter 0.054s coverage: 63.8% of statements [2022-03-04T08:46:02.945Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-04T08:46:02.945Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T08:46:02.945Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T08:46:02.945Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:46:02.945Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T08:46:02.945Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T08:46:02.945Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T08:46:02.945Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:02.945Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:46:02.945Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T08:46:02.945Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:46:02.945Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T08:46:02.945Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:02.945Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:46:02.945Z] PASS [2022-03-04T08:46:02.945Z] coverage: 85.3% of statements [2022-03-04T08:46:02.945Z] ok github.com/docker/docker/libnetwork/ipam 61.773s coverage: 85.3% of statements [2022-03-04T08:46:03.109Z] check_test.go:308: [ddbcefe394f98] daemon is not started [2022-03-04T08:46:03.109Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-04T08:46:03.367Z] --- PASS: TestSecretsCreateAndDelete (2.12s) [2022-03-04T08:46:03.367Z] === RUN TestSecretsUpdate [2022-03-04T08:46:03.414Z] === RUN TestGenerateRandomID [2022-03-04T08:46:03.414Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestShortenId [2022-03-04T08:46:03.414Z] --- PASS: TestShortenId (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestShortenSha256Id [2022-03-04T08:46:03.414Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestShortenIdEmpty [2022-03-04T08:46:03.414Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestShortenIdInvalid [2022-03-04T08:46:03.414Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestIsShortIDNonHex [2022-03-04T08:46:03.414Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T08:46:03.414Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T08:46:03.414Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T08:46:03.414Z] PASS [2022-03-04T08:46:03.414Z] coverage: 70.6% of statements [2022-03-04T08:46:03.414Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2022-03-04T08:46:03.885Z] time="2022-03-04T08:46:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T08:46:04.353Z] === RUN TestIsCpusetListAvailable [2022-03-04T08:46:04.353Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T08:46:04.353Z] PASS [2022-03-04T08:46:04.353Z] coverage: 39.4% of statements [2022-03-04T08:46:04.353Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 39.4% of statements [2022-03-04T08:46:04.464Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:46:04.464Z] INFO: Testing against a local daemon [2022-03-04T08:46:04.464Z] === RUN TestBuildWithSession [2022-03-04T08:46:04.464Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:46:04.464Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:46:04.464Z] === RUN TestBuildSquashParent [2022-03-04T08:46:04.464Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:04.464Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:46:04.464Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:46:04.464Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:46:04.464Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:46:04.464Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:46:04.464Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:46:04.464Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:46:05.154Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-03-04T08:46:05.154Z] === RUN TestInfoDebug [2022-03-04T08:46:05.154Z] --- PASS: TestInfoDebug (0.52s) [2022-03-04T08:46:05.154Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:46:05.154Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-04T08:46:05.154Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:46:05.154Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-04T08:46:05.154Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:46:05.154Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-04T08:46:05.154Z] === RUN TestPingCacheHeaders [2022-03-04T08:46:05.154Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T08:46:05.154Z] === RUN TestPingGet [2022-03-04T08:46:05.154Z] --- PASS: TestPingGet (0.01s) [2022-03-04T08:46:05.154Z] === RUN TestPingHead [2022-03-04T08:46:05.154Z] --- PASS: TestPingHead (0.02s) [2022-03-04T08:46:05.154Z] === RUN TestVersion [2022-03-04T08:46:05.154Z] --- PASS: TestVersion (0.02s) [2022-03-04T08:46:05.154Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:46:05.154Z] === CONT TestDiskUsage [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T08:46:05.413Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T08:46:05.908Z] --- PASS: TestSecretsUpdate (2.11s) [2022-03-04T08:46:05.908Z] === RUN TestTemplatedSecret [2022-03-04T08:46:05.925Z] === RUN TestChtimes [2022-03-04T08:46:05.925Z] --- PASS: TestChtimes (0.01s) [2022-03-04T08:46:05.925Z] === RUN TestChtimesWindows [2022-03-04T08:46:05.925Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T08:46:05.925Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T08:46:05.925Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T08:46:05.925Z] PASS [2022-03-04T08:46:05.925Z] coverage: 12.9% of statements [2022-03-04T08:46:05.925Z] ok github.com/docker/docker/pkg/system 0.049s coverage: 12.9% of statements [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T08:46:05.982Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T08:46:06.241Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage (1.50s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:46:06.500Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-03-04T08:46:06.500Z] PASS [2022-03-04T08:46:06.500Z] [2022-03-04T08:46:06.500Z] DONE 50 tests in 20.214s [2022-03-04T08:46:06.500Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T08:46:06.500Z] INFO: Testing against a local daemon [2022-03-04T08:46:06.500Z] === RUN TestVolumesCreateAndList [2022-03-04T08:46:06.500Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T08:46:06.500Z] === RUN TestVolumesRemove [2022-03-04T08:46:06.759Z] --- PASS: TestVolumesRemove (0.08s) [2022-03-04T08:46:06.759Z] === RUN TestVolumesInspect [2022-03-04T08:46:06.759Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T08:46:06.759Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:46:06.759Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:46:06.759Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:46:06.759Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:46:06.759Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-04T08:46:06.759Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:46:06.759Z] PASS [2022-03-04T08:46:06.759Z] [2022-03-04T08:46:06.759Z] DONE 5 tests in 0.161s [2022-03-04T08:46:06.759Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T08:46:06.914Z] === RUN TestTailFile [2022-03-04T08:46:06.914Z] --- PASS: TestTailFile (0.00s) [2022-03-04T08:46:06.914Z] === RUN TestTailFileManyLines [2022-03-04T08:46:06.914Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T08:46:06.914Z] === RUN TestTailEmptyFile [2022-03-04T08:46:06.914Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T08:46:06.914Z] === RUN TestTailNegativeN [2022-03-04T08:46:06.914Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.914Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.914Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.914Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.915Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.915Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.915Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.916Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:06.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.332Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-04T08:46:07.332Z] Removing test suite binaries [2022-03-04T08:46:07.332Z] exiting test-integration [2022-03-04T08:46:07.332Z] ++ exit 0 [2022-03-04T08:46:07.332Z] [2022-03-04T08:46:07.386Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.387Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.387Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.387Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.388Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.388Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.389Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T08:46:07.390Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.390Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.821Z] --- PASS: TestTemplatedSecret (2.29s) [2022-03-04T08:46:07.821Z] === RUN TestSecretCreateResolve [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.860Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.02s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T08:46:07.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T08:46:07.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T08:46:07.862Z] PASS [2022-03-04T08:46:07.862Z] coverage: 88.6% of statements [2022-03-04T08:46:07.862Z] ok github.com/docker/docker/pkg/tailfile 0.248s coverage: 88.6% of statements [2022-03-04T08:46:08.339Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T08:46:08.339Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-04T08:46:08.339Z] === RUN TestTarSumRemove [2022-03-04T08:46:08.339Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestSortFileInfoSums [2022-03-04T08:46:08.339Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T08:46:08.339Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestNewTarSumForLabel [2022-03-04T08:46:08.339Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestEmptyTar [2022-03-04T08:46:08.339Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestTarSumsReadSize [2022-03-04T08:46:08.339Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestTarSums [2022-03-04T08:46:08.339Z] --- PASS: TestTarSums (0.09s) [2022-03-04T08:46:08.339Z] === RUN TestIteration [2022-03-04T08:46:08.339Z] --- PASS: TestIteration (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestVersionLabelForChecksum [2022-03-04T08:46:08.339Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestVersion [2022-03-04T08:46:08.339Z] --- PASS: TestVersion (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestGetVersion [2022-03-04T08:46:08.339Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T08:46:08.339Z] === RUN TestGetVersions [2022-03-04T08:46:08.339Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T08:46:08.339Z] PASS [2022-03-04T08:46:08.339Z] coverage: 89.3% of statements [2022-03-04T08:46:08.339Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2022-03-04T08:46:08.386Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T08:46:08.386Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T08:46:08.386Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T08:46:08.386Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile Post stage [Pipeline] junit [2022-03-04T08:46:08.724Z] Recording test results [2022-03-04T08:46:08.988Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T08:46:09.327Z] testing: warning: no tests to run [2022-03-04T08:46:09.327Z] PASS [2022-03-04T08:46:09.327Z] coverage: [no statements] [2022-03-04T08:46:09.327Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: [no statements] [no tests to run] [2022-03-04T08:46:09.341Z] + echo Ensuring container killed. [2022-03-04T08:46:09.341Z] Ensuring container killed. [2022-03-04T08:46:09.341Z] + docker rm -vf docker-pr15 [2022-03-04T08:46:09.341Z] Error: No such container: docker-pr15 [2022-03-04T08:46:09.345Z] tests/integration/models_containers_test.py ............................ [ 83%] [Pipeline] sh [2022-03-04T08:46:09.631Z] + echo Chowning /workspace to jenkins user [2022-03-04T08:46:09.631Z] Chowning /workspace to jenkins user [2022-03-04T08:46:09.631Z] + id -u [2022-03-04T08:46:09.631Z] + id -g [2022-03-04T08:46:09.631Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T08:46:09.729Z] --- PASS: TestSecretCreateResolve (1.67s) [2022-03-04T08:46:09.729Z] PASS [2022-03-04T08:46:09.729Z] [2022-03-04T08:46:09.729Z] DONE 6 tests in 12.428s [2022-03-04T08:46:09.729Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T08:46:09.729Z] ++ 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-04T08:46:09.730Z] ++ set -e [2022-03-04T08:46:09.730Z] ++ '[' -n 0 ']' [2022-03-04T08:46:09.730Z] ++ set -x [2022-03-04T08:46:09.730Z] ++ 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-04T08:46:09.730Z] INFO: Testing against a local daemon [2022-03-04T08:46:09.730Z] === RUN TestServiceCreateInit [2022-03-04T08:46:09.730Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:46:09.796Z] === RUN TestTruncIndex [2022-03-04T08:46:09.796Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T08:46:09.796Z] PASS [2022-03-04T08:46:09.796Z] coverage: 91.5% of statements [2022-03-04T08:46:09.796Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-03-04T08:46:10.788Z] === RUN TestIsGIT [2022-03-04T08:46:10.788Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T08:46:10.788Z] === RUN TestIsTransport [2022-03-04T08:46:10.788Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T08:46:10.788Z] PASS [2022-03-04T08:46:10.788Z] coverage: 100.0% of statements [2022-03-04T08:46:10.788Z] ok github.com/docker/docker/pkg/urlutil 0.045s coverage: 100.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T08:46:11.259Z] === RUN TestVersionInfo [2022-03-04T08:46:11.259Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T08:46:11.259Z] === RUN TestAppendVersions [2022-03-04T08:46:11.259Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T08:46:11.259Z] PASS [2022-03-04T08:46:11.259Z] coverage: 88.9% of statements [2022-03-04T08:46:11.259Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2022-03-04T08:46:11.301Z] + bundleName=amd64-cgroup2 [2022-03-04T08:46:11.301Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-04T08:46:11.301Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-04T08:46:11.301Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-04T08:46:11.301Z] + 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-04T08:46:11.570Z] Archiving artifacts [2022-03-04T08:46:11.678Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-04T08:46:11.730Z] --- PASS: TestGet (15.01s) [2022-03-04T08:46:11.730Z] === RUN TestPluginWithNoManifest [2022-03-04T08:46:11.730Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T08:46:11.730Z] === RUN TestGetAll [2022-03-04T08:46:11.730Z] --- PASS: TestGetAll (0.00s) [2022-03-04T08:46:11.730Z] PASS [2022-03-04T08:46:11.730Z] coverage: 73.2% of statements [2022-03-04T08:46:11.851Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T08:46:12.159Z] + make clean [2022-03-04T08:46:12.160Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T08:46:12.199Z] ok github.com/docker/docker/pkg/plugins 35.062s coverage: 73.2% of statements [2022-03-04T08:46:12.418Z] docker-dev-cache [2022-03-04T08:46:12.418Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T08:46:13.023Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:46:13.060Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T08:46:13.193Z] === RUN TestValidatePrivileges [2022-03-04T08:46:13.193Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T08:46:13.193Z] === RUN TestFilterByCapNeg [2022-03-04T08:46:13.193Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T08:46:13.193Z] === RUN TestFilterByCapPos [2022-03-04T08:46:13.193Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T08:46:13.193Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T08:46:13.193Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T08:46:13.193Z] PASS [2022-03-04T08:46:13.193Z] coverage: 12.0% of statements [2022-03-04T08:46:13.193Z] ok github.com/docker/docker/plugin 0.076s coverage: 12.0% of statements [2022-03-04T08:46:13.662Z] === RUN TestNewSettable [2022-03-04T08:46:13.662Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T08:46:13.662Z] === RUN TestIsSettable [2022-03-04T08:46:13.662Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T08:46:13.662Z] === RUN TestUpdateSettingsEnv [2022-03-04T08:46:13.662Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T08:46:13.662Z] PASS [2022-03-04T08:46:13.662Z] coverage: 20.0% of statements [2022-03-04T08:46:13.662Z] ok github.com/docker/docker/plugin/v2 0.055s coverage: 20.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2022-03-04T08:46:14.000Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [Pipeline] // stage [Pipeline] } [2022-03-04T08:46:14.652Z] === RUN TestLoad [2022-03-04T08:46:14.652Z] --- PASS: TestLoad (0.00s) [2022-03-04T08:46:14.652Z] === RUN TestSave [2022-03-04T08:46:14.652Z] --- PASS: TestSave (0.04s) [2022-03-04T08:46:14.652Z] === RUN TestAddDeleteGet [2022-03-04T08:46:14.652Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-04T08:46:14.652Z] === RUN TestInvalidTags [2022-03-04T08:46:14.652Z] --- PASS: TestInvalidTags (0.01s) [2022-03-04T08:46:14.652Z] PASS [2022-03-04T08:46:14.652Z] coverage: 84.4% of statements [2022-03-04T08:46:14.652Z] ok github.com/docker/docker/reference 0.154s coverage: 84.4% of statements [2022-03-04T08:46:14.942Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T08:46:16.230Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T08:46:16.230Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T08:46:16.230Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T08:46:16.230Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestValidateMirror [2022-03-04T08:46:16.230Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestLoadInsecureRegistries [2022-03-04T08:46:16.230Z] time="2022-03-04T08:46:15Z" 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-04T08:46:16.230Z] time="2022-03-04T08:46:15Z" 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-04T08:46:16.230Z] time="2022-03-04T08:46:15Z" 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-04T08:46:16.230Z] --- PASS: TestLoadInsecureRegistries (0.19s) [2022-03-04T08:46:16.230Z] === RUN TestNewServiceConfig [2022-03-04T08:46:16.230Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestValidateIndexName [2022-03-04T08:46:16.230Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestValidateIndexNameWithError [2022-03-04T08:46:16.230Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestEndpointParse [2022-03-04T08:46:16.230Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestEndpointParseInvalid [2022-03-04T08:46:16.230Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestValidateEndpoint [2022-03-04T08:46:16.230Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-04T08:46:16.230Z] === RUN TestPing [2022-03-04T08:46:16.230Z] --- PASS: TestPing (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestPingRegistryEndpoint [2022-03-04T08:46:16.230Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:16.230Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestEndpoint [2022-03-04T08:46:16.230Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:16.230Z] --- SKIP: TestEndpoint (0.01s) [2022-03-04T08:46:16.230Z] === RUN TestParseRepositoryInfo [2022-03-04T08:46:16.230Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestNewIndexInfo [2022-03-04T08:46:16.230Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestMirrorEndpointLookup [2022-03-04T08:46:16.230Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:16.230Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestSearchRepositories [2022-03-04T08:46:16.230Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T08:46:16.230Z] Host: 127.0.0.1:49321 [2022-03-04T08:46:16.230Z] User-Agent: docker test client [2022-03-04T08:46:16.230Z] Authorization: Token fake-token [2022-03-04T08:46:16.230Z] X-Docker-Token: true [2022-03-04T08:46:16.230Z] Accept-Encoding: gzip [2022-03-04T08:46:16.230Z] [2022-03-04T08:46:16.230Z] [2022-03-04T08:46:16.230Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T08:46:16.230Z] Connection: close [2022-03-04T08:46:16.230Z] Content-Length: 144 [2022-03-04T08:46:16.230Z] Cache-Control: no-cache [2022-03-04T08:46:16.230Z] Content-Type: application/json [2022-03-04T08:46:16.230Z] Date: Fri, 04 Mar 2022 08:46:15 GMT [2022-03-04T08:46:16.230Z] Expires: -1 [2022-03-04T08:46:16.230Z] Pragma: no-cache [2022-03-04T08:46:16.230Z] Server: docker-tests/mock [2022-03-04T08:46:16.230Z] X-Docker-Registry-Config: mock [2022-03-04T08:46:16.230Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T08:46:16.230Z] [2022-03-04T08:46:16.230Z] [2022-03-04T08:46:16.230Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-04T08:46:16.230Z] === RUN TestTrustedLocation [2022-03-04T08:46:16.230Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T08:46:16.230Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T08:46:16.230Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestIsSecureIndex [2022-03-04T08:46:16.230Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T08:46:16.230Z] PASS [2022-03-04T08:46:16.230Z] coverage: 51.2% of statements [2022-03-04T08:46:16.230Z] ok github.com/docker/docker/registry 0.333s coverage: 51.2% of statements [2022-03-04T08:46:16.230Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T08:46:16.230Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-04T08:46:16.230Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T08:46:16.230Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T08:46:16.230Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T08:46:16.230Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T08:46:16.230Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T08:46:16.700Z] time="2022-03-04T08:46:15Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-04T08:46:16.700Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T08:46:16.700Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T08:46:16.700Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T08:46:16.700Z] === RUN TestResumableRequestReader [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T08:46:16.700Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T08:46:16.700Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T08:46:16.700Z] PASS [2022-03-04T08:46:16.700Z] coverage: 100.0% of statements [2022-03-04T08:46:16.700Z] ok github.com/docker/docker/registry/resumable 0.300s coverage: 100.0% of statements [2022-03-04T08:46:16.700Z] === RUN TestRestartManagerTimeout [2022-03-04T08:46:16.700Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T08:46:16.700Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T08:46:16.700Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T08:46:16.700Z] PASS [2022-03-04T08:46:16.700Z] coverage: 45.3% of statements [2022-03-04T08:46:16.700Z] ok github.com/docker/docker/restartmanager 0.062s coverage: 45.3% of statements [2022-03-04T08:46:16.861Z] check_test.go:308: [d024b861d0569] daemon is not started [2022-03-04T08:46:16.861Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-04T08:46:16.861Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T08:46:17.229Z] --- PASS: TestServiceCreateInit (6.96s) [2022-03-04T08:46:17.229Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.35s) [2022-03-04T08:46:17.229Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.59s) [2022-03-04T08:46:17.229Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:46:17.430Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-04T08:46:17.699Z] === RUN TestDecodeContainerConfig [2022-03-04T08:46:17.699Z] --- PASS: TestDecodeContainerConfig (0.01s) [2022-03-04T08:46:17.699Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T08:46:17.699Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T08:46:17.699Z] === RUN TestValidatePrivileged [2022-03-04T08:46:17.699Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T08:46:17.699Z] PASS [2022-03-04T08:46:17.699Z] coverage: 52.6% of statements [2022-03-04T08:46:17.699Z] ok github.com/docker/docker/runconfig 0.062s coverage: 52.6% of statements [2022-03-04T08:46:17.699Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T08:46:17.699Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T08:46:17.699Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T08:46:17.699Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T08:46:17.699Z] PASS [2022-03-04T08:46:17.699Z] coverage: 62.5% of statements [2022-03-04T08:46:17.699Z] ok github.com/docker/docker/testutil 0.062s coverage: 62.5% of statements [2022-03-04T08:46:17.998Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-04T08:46:18.566Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-04T08:46:19.268Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T08:46:19.268Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T08:46:19.268Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T08:46:19.268Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T08:46:20.473Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-04T08:46:20.473Z] check_test.go:308: [d3fbc76bbb230] daemon is not started [2022-03-04T08:46:20.473Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-04T08:46:21.486Z] === RUN TestGetAddress [2022-03-04T08:46:21.486Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T08:46:21.486Z] === RUN TestRemove [2022-03-04T08:46:21.486Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:46:21.486Z] --- SKIP: TestRemove (0.00s) [2022-03-04T08:46:21.486Z] === RUN TestInitializeWithVolumes [2022-03-04T08:46:21.486Z] === RUN TestGetDriver [2022-03-04T08:46:21.486Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T08:46:21.486Z] === RUN TestVolumeRequestError [2022-03-04T08:46:21.486Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-04T08:46:21.486Z] === RUN TestCreate [2022-03-04T08:46:21.486Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T08:46:21.486Z] PASS [2022-03-04T08:46:21.486Z] coverage: 36.1% of statements [2022-03-04T08:46:21.486Z] ok github.com/docker/docker/volume/drivers 0.064s coverage: 36.1% of statements [2022-03-04T08:46:21.486Z] --- PASS: TestCreate (0.02s) [2022-03-04T08:46:21.486Z] === RUN TestValidateName [2022-03-04T08:46:21.486Z] --- PASS: TestValidateName (0.00s) [2022-03-04T08:46:21.486Z] === RUN TestCreateWithOpts [2022-03-04T08:46:21.486Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:46:21.486Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T08:46:21.486Z] === RUN TestRelaodNoOpts [2022-03-04T08:46:21.486Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-04T08:46:21.486Z] PASS [2022-03-04T08:46:21.486Z] coverage: 41.5% of statements [2022-03-04T08:46:21.486Z] ok github.com/docker/docker/volume/local 0.118s coverage: 41.5% of statements [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRaw [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T08:46:21.958Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T08:46:21.958Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRaw [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T08:46:21.959Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestConvertTmpfsOptions [2022-03-04T08:46:21.959Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T08:46:21.959Z] linux_parser_test.go:209: data="ro" [2022-03-04T08:46:21.959Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestParseMountSpec [2022-03-04T08:46:21.959Z] parser_test.go:62: case 0 [2022-03-04T08:46:21.959Z] parser_test.go:62: case 1 [2022-03-04T08:46:21.959Z] parser_test.go:62: case 2 [2022-03-04T08:46:21.959Z] parser_test.go:62: case 3 [2022-03-04T08:46:21.959Z] parser_test.go:62: case 4 [2022-03-04T08:46:21.959Z] parser_test.go:62: case 5 [2022-03-04T08:46:21.959Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestValidateMount [2022-03-04T08:46:21.959Z] --- PASS: TestValidateMount (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRaw [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T08:46:21.959Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T08:46:21.959Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T08:46:21.959Z] PASS [2022-03-04T08:46:21.959Z] coverage: 67.6% of statements [2022-03-04T08:46:21.959Z] ok github.com/docker/docker/volume/mounts 0.060s coverage: 67.6% of statements [2022-03-04T08:46:22.136Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:46:22.137Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:46:23.010Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-04T08:46:23.010Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T08:46:23.526Z] === RUN TestSetGetMeta [2022-03-04T08:46:23.526Z] === PAUSE TestSetGetMeta [2022-03-04T08:46:23.526Z] === RUN TestRestore [2022-03-04T08:46:23.526Z] === PAUSE TestRestore [2022-03-04T08:46:23.526Z] === RUN TestServiceCreate [2022-03-04T08:46:23.526Z] === PAUSE TestServiceCreate [2022-03-04T08:46:23.526Z] === RUN TestServiceList [2022-03-04T08:46:23.526Z] === PAUSE TestServiceList [2022-03-04T08:46:23.526Z] === RUN TestServiceRemove [2022-03-04T08:46:23.526Z] === PAUSE TestServiceRemove [2022-03-04T08:46:23.526Z] === RUN TestServiceGet [2022-03-04T08:46:23.526Z] === PAUSE TestServiceGet [2022-03-04T08:46:23.526Z] === RUN TestServicePrune [2022-03-04T08:46:23.526Z] === PAUSE TestServicePrune [2022-03-04T08:46:23.526Z] === RUN TestCreate [2022-03-04T08:46:23.526Z] === PAUSE TestCreate [2022-03-04T08:46:23.526Z] === RUN TestRemove [2022-03-04T08:46:23.526Z] === PAUSE TestRemove [2022-03-04T08:46:23.526Z] === RUN TestList [2022-03-04T08:46:23.526Z] === PAUSE TestList [2022-03-04T08:46:23.526Z] === RUN TestFindByDriver [2022-03-04T08:46:23.526Z] === PAUSE TestFindByDriver [2022-03-04T08:46:23.526Z] === RUN TestFindByReferenced [2022-03-04T08:46:23.526Z] === PAUSE TestFindByReferenced [2022-03-04T08:46:23.526Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T08:46:23.526Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T08:46:23.526Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:46:23.526Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:46:23.526Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T08:46:23.526Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T08:46:23.527Z] === RUN TestRefDerefRemove [2022-03-04T08:46:23.527Z] === PAUSE TestRefDerefRemove [2022-03-04T08:46:23.527Z] === RUN TestGet [2022-03-04T08:46:23.527Z] === PAUSE TestGet [2022-03-04T08:46:23.527Z] === RUN TestGetWithReference [2022-03-04T08:46:23.527Z] === PAUSE TestGetWithReference [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:46:23.527Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T08:46:23.527Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T08:46:23.527Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T08:46:23.527Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T08:46:23.527Z] === CONT TestSetGetMeta [2022-03-04T08:46:23.527Z] === CONT TestList [2022-03-04T08:46:23.527Z] === CONT TestServiceGet [2022-03-04T08:46:23.527Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T08:46:23.527Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestServiceRemove [2022-03-04T08:46:23.527Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-03-04T08:46:23.527Z] === CONT TestServiceList [2022-03-04T08:46:23.527Z] --- PASS: TestList (0.06s) [2022-03-04T08:46:23.527Z] === CONT TestServiceCreate [2022-03-04T08:46:23.527Z] --- PASS: TestServiceGet (0.19s) [2022-03-04T08:46:23.527Z] === CONT TestRestore [2022-03-04T08:46:23.527Z] --- PASS: TestServiceRemove (0.16s) [2022-03-04T08:46:23.527Z] === CONT TestGet [2022-03-04T08:46:23.527Z] --- PASS: TestServiceList (0.15s) [2022-03-04T08:46:23.527Z] === CONT TestGetWithReference [2022-03-04T08:46:23.527Z] --- PASS: TestServiceCreate (0.14s) [2022-03-04T08:46:23.527Z] === CONT TestRefDerefRemove [2022-03-04T08:46:23.527Z] --- PASS: TestGet (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T08:46:23.527Z] --- PASS: TestRestore (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T08:46:23.527Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestCreate [2022-03-04T08:46:23.527Z] --- PASS: TestGetWithReference (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestRemove [2022-03-04T08:46:23.527Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestFindByReferenced [2022-03-04T08:46:23.527Z] --- PASS: TestCreate (0.02s) [2022-03-04T08:46:23.527Z] === CONT TestFindByDriver [2022-03-04T08:46:23.527Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-04T08:46:23.527Z] === CONT TestServicePrune [2022-03-04T08:46:23.527Z] --- PASS: TestRemove (0.03s) [2022-03-04T08:46:23.527Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-04T08:46:23.527Z] time="2022-03-04T08:46:23Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:46:23.527Z] --- PASS: TestFindByDriver (0.03s) [2022-03-04T08:46:23.527Z] time="2022-03-04T08:46:23Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:46:23.527Z] time="2022-03-04T08:46:23Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:46:23.527Z] time="2022-03-04T08:46:23Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T08:46:23.527Z] time="2022-03-04T08:46:23Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T08:46:23.527Z] --- PASS: TestServicePrune (0.06s) [2022-03-04T08:46:23.527Z] PASS [2022-03-04T08:46:23.527Z] coverage: 69.0% of statements [2022-03-04T08:46:23.527Z] ok github.com/docker/docker/volume/service 0.363s coverage: 69.0% of statements [2022-03-04T08:46:24.386Z] --- PASS: TestBuildWithHugeFile (96.01s) [2022-03-04T08:46:24.386Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:46:24.386Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:46:24.386Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:46:24.386Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:46:24.386Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:46:24.386Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:46:24.386Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:46:24.386Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:46:24.386Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:46:24.386Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:46:24.386Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:46:24.386Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:46:24.386Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-04T08:46:24.386Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-04T08:46:24.386Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-03-04T08:46:24.386Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:46:24.386Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:46:24.386Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:46:24.386Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-03-04T08:46:24.386Z] PASS [2022-03-04T08:46:24.386Z] ok github.com/docker/docker/integration/build 151.282s [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === Skipped [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T08:46:24.386Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T08:46:24.386Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-04T08:46:24.386Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-04T08:46:24.386Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:46:24.386Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T08:46:24.386Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] DONE 29 tests, 6 skipped in 174.511s [2022-03-04T08:46:24.386Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T08:46:24.386Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:46:24.386Z] INFO: Testing against a local daemon [2022-03-04T08:46:24.386Z] === RUN TestConfigInspect [2022-03-04T08:46:24.386Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestConfigList [2022-03-04T08:46:24.386Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:46:24.386Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestConfigsUpdate [2022-03-04T08:46:24.386Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestTemplatedConfig [2022-03-04T08:46:24.386Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestConfigCreateResolve [2022-03-04T08:46:24.386Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:46:24.386Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T08:46:24.386Z] PASS [2022-03-04T08:46:24.386Z] ok github.com/docker/docker/integration/config 0.084s [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === Skipped [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T08:46:24.386Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:46:24.386Z] [2022-03-04T08:46:24.386Z] DONE 6 tests, 6 skipped in 1.890s [2022-03-04T08:46:24.386Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T08:46:24.386Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:46:24.386Z] INFO: Testing against a local daemon [2022-03-04T08:46:24.386Z] === RUN TestCheckpoint [2022-03-04T08:46:24.386Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:46:24.386Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestContainerInvalidJSON [2022-03-04T08:46:24.386Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:46:24.386Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:46:24.386Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:46:24.386Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:46:24.386Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:46:24.386Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:46:24.386Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-04T08:46:24.386Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-04T08:46:24.386Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-04T08:46:24.386Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:46:24.386Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2022-03-04T08:46:24.386Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:46:24.386Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2022-03-04T08:46:24.386Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:46:24.386Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-03-04T08:46:24.386Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:46:24.386Z] --- PASS: TestCopyToContainerPathIsNotDir (0.20s) [2022-03-04T08:46:24.386Z] === RUN TestCopyFromContainer [2022-03-04T08:46:24.386Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.386Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:46:24.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:46:24.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:46:24.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:46:24.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:46:24.386Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:46:24.386Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:46:24.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:46:24.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:46:24.386Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:46:24.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-04T08:46:24.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:46:24.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:46:24.386Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:46:24.386Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:46:24.387Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:46:24.387Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:46:24.387Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:46:24.387Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:46:24.387Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:46:24.387Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:46:24.387Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:46:24.387Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:46:24.387Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:46:24.387Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:46:24.387Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:46:24.387Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:46:24.387Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-04T08:46:24.387Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:46:24.387Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:46:24.387Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:46:24.387Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:46:24.387Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.387Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:46:24.393Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T08:46:24.843Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:46:24.843Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:46:24.843Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:46:24.843Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:46:24.843Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:46:24.843Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:46:24.843Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:46:24.843Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:46:24.843Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:46:24.843Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:46:24.843Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:46:24.843Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:46:24.843Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:46:24.843Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:46:24.843Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:46:24.843Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:46:24.843Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:46:24.843Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:46:24.843Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:46:24.843Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:46:24.843Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:46:24.843Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:46:24.843Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-03-04T08:46:24.843Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:46:24.843Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:46:24.843Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T08:46:24.843Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:46:24.843Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:24.843Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestDiff [2022-03-04T08:46:24.843Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:46:24.843Z] --- SKIP: TestDiff (0.00s) [2022-03-04T08:46:24.843Z] === RUN TestExecWithCloseStdin [2022-03-04T08:46:24.889Z] ......... [ 85%] [2022-03-04T08:46:24.963Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-04T08:46:26.343Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T08:46:27.023Z] --- PASS: TestExecWithCloseStdin (2.19s) [2022-03-04T08:46:27.023Z] === RUN TestExec [2022-03-04T08:46:29.214Z] --- PASS: TestExec (2.13s) [2022-03-04T08:46:29.214Z] === RUN TestExecUser [2022-03-04T08:46:29.214Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:46:29.214Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:46:29.214Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:29.214Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:46:29.214Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:29.214Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:46:29.214Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:46:29.214Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestHealthKillContainer [2022-03-04T08:46:29.214Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:46:29.214Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:46:29.214Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:46:29.214Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:46:29.214Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:46:29.638Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-04T08:46:29.913Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.98s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.05s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.15s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.32s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.35s) [2022-03-04T08:46:30.679Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.36s) [2022-03-04T08:46:30.679Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:46:30.679Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:46:31.019Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-04T08:46:31.098Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-04T08:46:31.376Z] --- PASS: TestKillContainerInvalidSignal (1.97s) [2022-03-04T08:46:31.376Z] === RUN TestKillContainer [2022-03-04T08:46:31.376Z] === RUN TestKillContainer/no_signal [2022-03-04T08:46:32.127Z] --- PASS: TestCreateServiceMultipleTimes (14.36s) [2022-03-04T08:46:32.127Z] === RUN TestCreateServiceConflict [2022-03-04T08:46:32.906Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:46:32.906Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:46:32.906Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:46:32.925Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-04T08:46:33.066Z] --- PASS: TestCreateServiceConflict (2.07s) [2022-03-04T08:46:33.066Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:46:35.607Z] --- PASS: TestCreateServiceMaxReplicas (2.54s) [2022-03-04T08:46:35.607Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:46:35.807Z] --- PASS: TestKillContainer (4.45s) [2022-03-04T08:46:35.807Z] --- PASS: TestKillContainer/no_signal (1.87s) [2022-03-04T08:46:35.807Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:46:35.807Z] --- PASS: TestKillContainer/killing_signal (2.55s) [2022-03-04T08:46:35.807Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:46:35.807Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:46:35.807Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestKillStoppedContainer [2022-03-04T08:46:35.807Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:46:35.807Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:46:35.807Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:46:35.807Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:46:35.807Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:46:35.807Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:46:35.807Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:35.807Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:46:35.807Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:46:35.807Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T08:46:35.807Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:46:36.038Z] 2022/03/04 08:46:35 Closing DB instances... [2022-03-04T08:46:36.222Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-04T08:46:37.334Z] --- PASS: TestLogsFollowTailEmpty (1.98s) [2022-03-04T08:46:37.334Z] === RUN TestNetworkNat [2022-03-04T08:46:37.334Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:46:37.334Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T08:46:37.334Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:46:37.635Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-04T08:46:37.635Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-04T08:46:38.272Z] --- PASS: TestNetworkDBGarbageCollection (54.27s) [2022-03-04T08:46:38.272Z] === RUN TestFindNode [2022-03-04T08:46:38.272Z] 2022/03/04 08:46:37 Closing DB instances... [2022-03-04T08:46:38.272Z] --- PASS: TestFindNode (0.02s) [2022-03-04T08:46:38.272Z] === RUN TestChangeNodeState [2022-03-04T08:46:38.272Z] 2022/03/04 08:46:37 Closing DB instances... [2022-03-04T08:46:38.272Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T08:46:38.272Z] === RUN TestNodeReincarnation [2022-03-04T08:46:38.272Z] 2022/03/04 08:46:37 Closing DB instances... [2022-03-04T08:46:39.213Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:46:39.341Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-04T08:46:39.519Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-04T08:46:39.669Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:46:40.229Z] --- PASS: TestNetworkLocalhostTCPNat (2.27s) [2022-03-04T08:46:40.229Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:46:40.229Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:46:40.229Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T08:46:40.229Z] === RUN TestPause [2022-03-04T08:46:40.229Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:46:40.229Z] --- SKIP: TestPause (0.00s) [2022-03-04T08:46:40.229Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:46:40.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:46:41.426Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T08:46:41.592Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:46:41.686Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T08:46:41.755Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.95s) [2022-03-04T08:46:41.755Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:46:41.755Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:46:41.755Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T08:46:41.755Z] === RUN TestPsFilter [2022-03-04T08:46:42.084Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-04T08:46:42.084Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-04T08:46:42.211Z] --- PASS: TestPsFilter (0.33s) [2022-03-04T08:46:42.211Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T08:46:43.042Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T08:46:43.042Z] === RUN TestParallelCreate [2022-03-04T08:46:43.042Z] 2022/03/04 08:46:42 Closing DB instances... [2022-03-04T08:46:43.042Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T08:46:43.042Z] === RUN TestParallelDelete [2022-03-04T08:46:43.042Z] 2022/03/04 08:46:42 Closing DB instances... [2022-03-04T08:46:43.042Z] --- PASS: TestParallelDelete (0.02s) [2022-03-04T08:46:43.042Z] === RUN TestNetworkDBIslands [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d0a36f610a29 with config:&{NodeID:d0a36f610a29 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-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="Node d0a36f610a29/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="Node d0a36f610a29/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8e7dc17aa15b with config:&{NodeID:8e7dc17aa15b 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-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.042Z] time="2022-03-04T08:46:42Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T08:46:43.118Z] --- PASS: TestBuildMultiStageCopy (13.60s) [2022-03-04T08:46:43.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.29s) [2022-03-04T08:46:43.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.81s) [2022-03-04T08:46:43.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-03-04T08:46:43.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.16s) [2022-03-04T08:46:43.119Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.34s) [2022-03-04T08:46:43.119Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=info msg="Node d0a36f610a29/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=info msg="Node d0a36f610a29/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T08:46:43.511Z] time="2022-03-04T08:46:42Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2022-03-04T08:46:43.595Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cf9e849fea2c with config:&{NodeID:cf9e849fea2c 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-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node d0a36f610a29/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node d0a36f610a29/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to nodes list" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T08:46:43.981Z] time="2022-03-04T08:46:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:43Z" level=info msg="Node cf9e849fea2c/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a1aea5fba56a with config:&{NodeID:a1aea5fba56a 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-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node d0a36f610a29/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node d0a36f610a29/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node cf9e849fea2c/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=info msg="Node cf9e849fea2c/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T08:46:44.450Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:b46f20be8948 with config:&{NodeID:b46f20be8948 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-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node cf9e849fea2c/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node cf9e849fea2c/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node d0a36f610a29/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node d0a36f610a29/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:44.926Z] time="2022-03-04T08:46:44Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:45.096Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.54s) [2022-03-04T08:46:45.096Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:46:45.285Z] --- PASS: TestBuildMultiStageParentConfig (2.36s) [2022-03-04T08:46:45.285Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:46:45.285Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:46:45.285Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-04T08:46:45.285Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:46:45.396Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=info msg="The new bootstrap node list is:[172.24.169.89:10033 172.24.169.89:10034 172.24.169.89:10035]" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10033" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49354" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10034" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49355" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10035" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49356" [2022-03-04T08:46:45.396Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=info msg="The new bootstrap node list is:[172.24.169.89:10033 172.24.169.89:10034 172.24.169.89:10035]" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10033" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49357" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10034" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49358" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10035" [2022-03-04T08:46:45.396Z] time="2022-03-04T08:46:45Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49359" [2022-03-04T08:46:45.499Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node 0 leaving" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29 change state NodeActive --> NodeLeft" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node2(8e7dc17aa15b): Node leave event for d0a36f610a29/172.24.169.89" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29 change state NodeActive --> NodeLeft" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node4(a1aea5fba56a): Node leave event for d0a36f610a29/172.24.169.89" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29 change state NodeActive --> NodeLeft" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node5(b46f20be8948): Node leave event for d0a36f610a29/172.24.169.89" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29 change state NodeActive --> NodeLeft" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node3(cf9e849fea2c): Node leave event for d0a36f610a29/172.24.169.89" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29 change state NodeActive --> NodeLeft" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="node1(d0a36f610a29): Node leave event for d0a36f610a29/172.24.169.89" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29/172.24.169.89, left gossip cluster" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29/172.24.169.89, left gossip cluster" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29/172.24.169.89, left gossip cluster" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29/172.24.169.89, left gossip cluster" [2022-03-04T08:46:45.867Z] time="2022-03-04T08:46:45Z" level=info msg="Node d0a36f610a29/172.24.169.89, left gossip cluster" [2022-03-04T08:46:45.979Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-04T08:46:46.068Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T08:46:46.236Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-04T08:46:46.236Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-04T08:46:46.236Z] [2022-03-04T08:46:46.236Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-04T08:46:46.236Z] =========================== short test summary info ============================ [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-04T08:46:46.236Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-04T08:46:46.236Z] Not supported on most drivers [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-04T08:46:46.236Z] Output of docker top depends on host distro, and is not formalized. [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-04T08:46:46.236Z] Output of docker top depends on host distro, and is not formalized. [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-04T08:46:46.236Z] Can fail if eth0 has multiple IP addresses [2022-03-04T08:46:46.236Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-04T08:46:46.236Z] This doesn't seem to be taken into account by the engine [2022-03-04T08:46:46.236Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-04T08:46:46.236Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-04T08:46:46.236Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.40 seconds == [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="node 1 leaving" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="node5(b46f20be8948): Node leave event for 8e7dc17aa15b/172.24.169.89" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="node3(cf9e849fea2c): Node leave event for 8e7dc17aa15b/172.24.169.89" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b change state NodeActive --> NodeFailed" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, added to failed nodes list" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="Node 8e7dc17aa15b change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=info msg="node4(a1aea5fba56a): Node leave event for 8e7dc17aa15b/172.24.169.89" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:45Z" level=error msg="node: 8e7dc17aa15b is unknown to memberlist" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:46Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:46Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.338Z] time="2022-03-04T08:46:46Z" level=info msg="Node 8e7dc17aa15b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.493Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-04T08:46:46.638Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T08:46:46.638Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-04T08:46:46.811Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2022-03-04T08:46:46.811Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:46:46.897Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="node 2 leaving" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="node4(a1aea5fba56a): Node leave event for cf9e849fea2c/172.24.169.89" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="node5(b46f20be8948): Node leave event for cf9e849fea2c/172.24.169.89" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c change state NodeActive --> NodeLeft" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="node3(cf9e849fea2c): Node leave event for cf9e849fea2c/172.24.169.89" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=debug msg="memberlist: Failed ping: b46f20be8948 (timeout reached)" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.169.89:10035: use of closed network connection" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.169.89:10036: use of closed network connection" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.169.89:10034: use of closed network connection" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49360" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.907Z] networkdb_test.go:867: node4: OK [2022-03-04T08:46:46.907Z] networkdb_test.go:867: node5: OK [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="Node cf9e849fea2c/172.24.169.89, left gossip cluster" [2022-03-04T08:46:46.907Z] time="2022-03-04T08:46:46Z" level=info msg="node 0 coming back" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:d20fef67089b with config:&{NodeID:d20fef67089b 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-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="Node d20fef67089b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="Node d20fef67089b/172.24.169.89, added to nodes list" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="node 1 coming back" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:82d20c2cab5d with config:&{NodeID:82d20c2cab5d 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-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, added to nodes list" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="node 2 coming back" [2022-03-04T08:46:46.908Z] time="2022-03-04T08:46:46Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:65446e847378 with config:&{NodeID:65446e847378 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-04T08:46:47.260Z] --- PASS: TestRemoveContainerWithVolume (2.51s) [2022-03-04T08:46:47.260Z] === RUN TestRemoveContainerRunning [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:46Z" level=info msg="Node 65446e847378/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:46Z" level=info msg="Node 65446e847378/172.24.169.89, added to nodes list" [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:46Z" level=warning msg="memberlist: Was able to connect to b46f20be8948 but other probes failed, network may be misconfigured" [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:47Z" level=debug msg="memberlist: Failed ping: a1aea5fba56a (timeout reached)" [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:47Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.24.169.89:10037: use of closed network connection" [2022-03-04T08:46:47.376Z] time="2022-03-04T08:46:47Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49361" [2022-03-04T08:46:47.834Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-04T08:46:47.834Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T08:46:47.834Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T08:46:48.093Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T08:46:48.363Z] time="2022-03-04T08:46:47Z" level=warning msg="memberlist: Was able to connect to a1aea5fba56a but other probes failed, network may be misconfigured" [2022-03-04T08:46:48.664Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T08:46:49.424Z] --- PASS: TestRemoveContainerRunning (1.90s) [2022-03-04T08:46:49.424Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:46:50.521Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.84s) [2022-03-04T08:46:50.521Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:46:50.576Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-04T08:46:50.587Z] time="2022-03-04T08:46:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.169.89:10033 172.24.169.89:10034 172.24.169.89:10035]" [2022-03-04T08:46:50.836Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T08:46:50.950Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.87s) [2022-03-04T08:46:50.950Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:46:50.951Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-04T08:46:50.951Z] === RUN TestRenameLinkedContainer [2022-03-04T08:46:50.951Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:46:50.951Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T08:46:50.951Z] === RUN TestRenameStoppedContainer [2022-03-04T08:46:51.057Z] time="2022-03-04T08:46:50Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.169.89:10033 172.24.169.89:10034 172.24.169.89:10035]" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10033" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49362" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, is the new incarnation of the shutdown node d0a36f610a29/172.24.169.89" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10034" [2022-03-04T08:46:51.526Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49363" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, is the new incarnation of the shutdown node 8e7dc17aa15b/172.24.169.89" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10035" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49364" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node b46f20be8948/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node a1aea5fba56a/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, is the new incarnation of the shutdown node cf9e849fea2c/172.24.169.89" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, is the new incarnation of the shutdown node 8e7dc17aa15b/172.24.169.89" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, is the new incarnation of the shutdown node d0a36f610a29/172.24.169.89" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node d20fef67089b/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, joined gossip cluster" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, is the new incarnation of the shutdown node cf9e849fea2c/172.24.169.89" [2022-03-04T08:46:51.527Z] time="2022-03-04T08:46:51Z" level=info msg="Node 65446e847378/172.24.169.89, added to nodes list" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10033" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49365" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10034" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49366" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.169.89:10035" [2022-03-04T08:46:51.996Z] time="2022-03-04T08:46:51Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49367" [2022-03-04T08:46:51.996Z] 2022/03/04 08:46:51 Closing DB instances... [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="node3(65446e847378): Node leave event for d20fef67089b/172.24.169.89" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="node4(a1aea5fba56a): Node leave event for d20fef67089b/172.24.169.89" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="node2(82d20c2cab5d): Node leave event for d20fef67089b/172.24.169.89" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="node1(d20fef67089b): Node leave event for d20fef67089b/172.24.169.89" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="node5(b46f20be8948): Node leave event for d20fef67089b/172.24.169.89" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.467Z] time="2022-03-04T08:46:52Z" level=info msg="Node d20fef67089b/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.748Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node5(b46f20be8948): Node leave event for 82d20c2cab5d/172.24.169.89" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node4(a1aea5fba56a): Node leave event for 82d20c2cab5d/172.24.169.89" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node3(65446e847378): Node leave event for 82d20c2cab5d/172.24.169.89" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node2(82d20c2cab5d): Node leave event for 82d20c2cab5d/172.24.169.89" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 82d20c2cab5d/172.24.169.89, left gossip cluster" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 65446e847378 change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node5(b46f20be8948): Node leave event for 65446e847378/172.24.169.89" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="Node 65446e847378 change state NodeActive --> NodeLeft" [2022-03-04T08:46:52.937Z] time="2022-03-04T08:46:52Z" level=info msg="node4(a1aea5fba56a): Node leave event for 65446e847378/172.24.169.89" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=info msg="Node 65446e847378 change state NodeActive --> NodeLeft" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=info msg="node3(65446e847378): Node leave event for 65446e847378/172.24.169.89" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=info msg="Node 65446e847378/172.24.169.89, left gossip cluster" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=info msg="Node 65446e847378/172.24.169.89, left gossip cluster" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=info msg="Node 65446e847378/172.24.169.89, left gossip cluster" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=debug msg="memberlist: Failed ping: a1aea5fba56a (timeout reached)" [2022-03-04T08:46:53.406Z] time="2022-03-04T08:46:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.169.89:10035: use of closed network connection" [2022-03-04T08:46:53.407Z] time="2022-03-04T08:46:53Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.169.89:10037: use of closed network connection" [2022-03-04T08:46:53.407Z] time="2022-03-04T08:46:53Z" level=debug msg="memberlist: Stream connection from=172.24.169.89:49368" [2022-03-04T08:46:53.842Z] --- PASS: TestRenameStoppedContainer (2.57s) [2022-03-04T08:46:53.842Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:46:53.875Z] time="2022-03-04T08:46:53Z" level=warning msg="memberlist: Failed to send gossip to 172.24.169.89:10036: write udp [::]:10035->172.24.169.89:10036: use of closed network connection" [2022-03-04T08:46:53.875Z] time="2022-03-04T08:46:53Z" level=info msg="Node a1aea5fba56a change state NodeActive --> NodeLeft" [2022-03-04T08:46:53.875Z] time="2022-03-04T08:46:53Z" level=info msg="node5(b46f20be8948): Node leave event for a1aea5fba56a/172.24.169.89" [2022-03-04T08:46:53.875Z] time="2022-03-04T08:46:53Z" level=info msg="Node a1aea5fba56a change state NodeActive --> NodeLeft" [2022-03-04T08:46:53.875Z] time="2022-03-04T08:46:53Z" level=info msg="node4(a1aea5fba56a): Node leave event for a1aea5fba56a/172.24.169.89" [2022-03-04T08:46:54.131Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T08:46:54.345Z] time="2022-03-04T08:46:53Z" level=warning msg="memberlist: Was able to connect to a1aea5fba56a but other probes failed, network may be misconfigured" [2022-03-04T08:46:54.345Z] time="2022-03-04T08:46:54Z" level=info msg="Node a1aea5fba56a/172.24.169.89, left gossip cluster" [2022-03-04T08:46:54.816Z] time="2022-03-04T08:46:54Z" level=info msg="Node a1aea5fba56a/172.24.169.89, left gossip cluster" [2022-03-04T08:46:55.285Z] time="2022-03-04T08:46:55Z" level=info msg="Node b46f20be8948/172.24.169.89, left gossip cluster" [2022-03-04T08:46:55.285Z] time="2022-03-04T08:46:55Z" level=info msg="Node b46f20be8948 change state NodeActive --> NodeFailed" [2022-03-04T08:46:55.285Z] time="2022-03-04T08:46:55Z" level=info msg="Node b46f20be8948/172.24.169.89, added to failed nodes list" [2022-03-04T08:46:55.285Z] --- PASS: TestNetworkDBIslands (12.09s) [2022-03-04T08:46:55.285Z] PASS [2022-03-04T08:46:55.285Z] coverage: 60.0% of statements [2022-03-04T08:46:55.285Z] ok github.com/docker/docker/libnetwork/networkdb 105.299s coverage: 60.0% of statements [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T08:46:55.285Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T08:46:55.286Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T08:46:56.050Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T08:46:56.308Z] docker_cli_daemon_test.go:2522: [d9296d1f80e57] daemon is not started [2022-03-04T08:46:56.875Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T08:46:57.555Z] --- PASS: TestRenameRunningContainerAndReuse (3.71s) [2022-03-04T08:46:57.555Z] === RUN TestRenameInvalidName [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === Skipped [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T08:46:58.248Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T08:46:58.248Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-04T08:46:58.248Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-04T08:46:58.248Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-04T08:46:58.248Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T08:46:58.248Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T08:46:58.248Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T08:46:58.248Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T08:46:58.248Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T08:46:58.248Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T08:46:58.248Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T08:46:58.248Z] daemon_test.go:145: root required [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T08:46:58.248Z] reload_test.go:342: root required [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T08:46:58.248Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T08:46:58.248Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T08:46:58.248Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T08:46:58.248Z] download_test.go:267: Needs fixing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T08:46:58.248Z] layer_test.go:291: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T08:46:58.248Z] layer_test.go:340: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T08:46:58.248Z] layer_test.go:455: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T08:46:58.248Z] layer_test.go:684: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T08:46:58.248Z] migration_test.go:45: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T08:46:58.248Z] migration_test.go:181: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T08:46:58.248Z] mount_test.go:17: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T08:46:58.248Z] mount_test.go:76: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T08:46:58.248Z] mount_test.go:125: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T08:46:58.248Z] mount_test.go:212: Failing on Windows [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-04T08:46:58.248Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-04T08:46:58.248Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T08:46:58.248Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T08:46:58.248Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T08:46:58.248Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T08:46:58.248Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T08:46:58.248Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T08:46:58.248Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.01s) [2022-03-04T08:46:58.248Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T08:46:58.248Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T08:46:58.248Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.248Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T08:46:58.248Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T08:46:58.248Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T08:46:58.249Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T08:46:58.249Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T08:46:58.249Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T08:46:58.249Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T08:46:58.249Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-04T08:46:58.249Z] archive_test.go:140: zstd not installed [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T08:46:58.249Z] archive_windows_test.go:16: Currently fails [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T08:46:58.249Z] changes_test.go:195: needs more investigation [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T08:46:58.249Z] changes_test.go:432: needs further investigation [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T08:46:58.249Z] changes_test.go:468: needs further investigation [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.01s) [2022-03-04T08:46:58.249Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T08:46:58.249Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T08:46:58.249Z] poller_test.go:40: No chmod on Windows [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T08:46:58.249Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T08:46:58.249Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-04T08:46:58.249Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-04T08:46:58.249Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T08:46:58.249Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T08:46:58.249Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T08:46:58.249Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T08:46:58.249Z] [2022-03-04T08:46:58.249Z] DONE 2072 tests, 68 skipped in 301.516s [2022-03-04T08:46:58.249Z] INFO: make.ps1 ended at 03/04/2022 08:46:58 [2022-03-04T08:46:58.255Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T08:46:58.255Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-04T08:46:58.663Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T08:46:58.664Z] [2022-03-04T08:46:58.664Z] Unloading profiles will leave already running processes permanently [2022-03-04T08:46:58.664Z] unconfined, which can lead to unexpected situations. [2022-03-04T08:46:58.664Z] [2022-03-04T08:46:58.664Z] To set a process to complain mode, use the command line tool [2022-03-04T08:46:58.664Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T08:46:58.664Z] Post stage [Pipeline] junit [2022-03-04T08:46:58.676Z] Recording test results [2022-03-04T08:46:58.773Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-04T08:46:59.089Z] + echo Ensuring container killed. [2022-03-04T08:46:59.089Z] Ensuring container killed. [2022-03-04T08:46:59.089Z] + docker rm -vf docker-pr15 [2022-03-04T08:46:59.089Z] Error: No such container: docker-pr15 [2022-03-04T08:46:59.091Z] --- PASS: TestRenameInvalidName (2.00s) [2022-03-04T08:46:59.091Z] === RUN TestRenameAnonymousContainer [Pipeline] sh [2022-03-04T08:46:59.411Z] + echo Chowning /workspace to jenkins user [2022-03-04T08:46:59.411Z] Chowning /workspace to jenkins user [2022-03-04T08:46:59.411Z] + id -u [2022-03-04T08:46:59.411Z] + id -g [2022-03-04T08:46:59.411Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T08:47:00.469Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T08:47:00.469Z] INFO: Unit tests ended at 03/04/2022 08:47:00. Duration:00:05:21.8448693 [2022-03-04T08:47:00.469Z] INFO: Building busybox [2022-03-04T08:47:00.469Z] Sending build context to Docker daemon 5.12kB [2022-03-04T08:47:00.469Z] [2022-03-04T08:47:00.469Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T08:47:00.469Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T08:47:00.469Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T08:47:00.469Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T08:47:00.469Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T08:47:00.469Z] ---> c703d4d60533 [2022-03-04T08:47:00.469Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T08:47:00.469Z] ---> Running in 1214381f10de [2022-03-04T08:47:00.511Z] --- PASS: TestCreateServiceSecretFileMode (12.10s) [2022-03-04T08:47:00.512Z] === RUN TestCreateServiceConfigFileMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T08:47:01.115Z] + bundleName=docker-py [2022-03-04T08:47:01.115Z] + echo Creating docker-py-bundles.tar.gz [2022-03-04T08:47:01.115Z] Creating docker-py-bundles.tar.gz [2022-03-04T08:47:01.115Z] + 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-04T08:47:01.127Z] Archiving artifacts [2022-03-04T08:47:01.416Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-04T08:47:01.591Z] --- PASS: TestBuildMultiStageOnBuild (13.69s) [2022-03-04T08:47:01.591Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:47:01.591Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:47:01.591Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-04T08:47:01.591Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:47:01.780Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh binary [2022-03-04T08:47:02.036Z] [2022-03-04T08:47:02.036Z] Removing bundles/ [2022-03-04T08:47:02.293Z] [2022-03-04T08:47:02.293Z] ---> Making bundle: binary (in bundles/binary) [2022-03-04T08:47:02.293Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-04T08:47:02.293Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:47:04.828Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T08:47:06.733Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T08:47:09.268Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-04T08:47:09.509Z] --- PASS: TestRenameAnonymousContainer (8.93s) [2022-03-04T08:47:09.509Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:47:09.968Z] --- PASS: TestRenameContainerWithSameName (1.97s) [2022-03-04T08:47:09.968Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:47:09.968Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:09.968Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:47:09.968Z] === RUN TestResize [2022-03-04T08:47:10.651Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-04T08:47:12.129Z] --- PASS: TestResize (2.03s) [2022-03-04T08:47:12.129Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:47:12.731Z] --- PASS: TestCreateServiceConfigFileMode (11.96s) [2022-03-04T08:47:12.732Z] === RUN TestCreateServiceSysctls [2022-03-04T08:47:13.194Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-04T08:47:13.455Z] check_test.go:308: [d7deadcf227af] daemon is not started [2022-03-04T08:47:13.455Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-04T08:47:13.938Z] --- PASS: TestBuildMultiStageLayerLeak (11.73s) [2022-03-04T08:47:13.938Z] === RUN TestBuildWithHugeFile [2022-03-04T08:47:14.293Z] --- PASS: TestResizeWithInvalidSize (1.97s) [2022-03-04T08:47:14.293Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:47:15.273Z] --- PASS: TestCreateServiceSysctls (2.81s) [2022-03-04T08:47:15.273Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:47:17.178Z] --- PASS: TestResizeWhenContainerNotStarted (2.61s) [2022-03-04T08:47:17.178Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:47:17.178Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:17.178Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:47:17.178Z] === RUN TestStats [2022-03-04T08:47:17.178Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:47:17.178Z] --- SKIP: TestStats (0.00s) [2022-03-04T08:47:17.178Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:47:17.182Z] --- PASS: TestCreateServiceCapabilities (1.82s) [2022-03-04T08:47:17.182Z] === RUN TestInspect [2022-03-04T08:47:19.090Z] --- PASS: TestInspect (2.14s) [2022-03-04T08:47:19.090Z] === RUN TestCreateJob [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite (336.60s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.35s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.61s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.50s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.26s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.64s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.33s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.96s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.93s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.33s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.58s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.33s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.99s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.20s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.26s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.30s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.62s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.64s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.46s) [2022-03-04T08:47:20.030Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.74s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.01s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.57s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.68s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.18s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.99s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.31s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.64s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.71s) [2022-03-04T08:47:20.030Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.38s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.67s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.64s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.73s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.75s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.93s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.87s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.49s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.89s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.22s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.65s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.77s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.77s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.00s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.76s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.88s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (1.98s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.50s) [2022-03-04T08:47:20.031Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T08:47:20.031Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.04s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.06s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.96s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.26s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.08s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.45s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.88s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.07s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.02s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.73s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.68s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.74s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.52s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.71s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.18s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.72s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.78s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.91s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.64s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.86s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.70s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.88s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.30s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.34s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.27s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.53s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.33s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.32s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.25s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.26s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.10s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.91s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.50s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.36s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.50s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.74s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.49s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.21s) [2022-03-04T08:47:20.031Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.76s) [2022-03-04T08:47:20.031Z] === RUN TestDockerSwarmSuite [2022-03-04T08:47:20.031Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-04T08:47:21.710Z] Removing intermediate container 1214381f10de [2022-03-04T08:47:21.710Z] ---> 190d0d600772 [2022-03-04T08:47:21.710Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T08:47:21.710Z] ---> Running in b1fe89b17ab1 [2022-03-04T08:47:21.710Z] Removing intermediate container b1fe89b17ab1 [2022-03-04T08:47:21.710Z] ---> 8ded2a7d024c [2022-03-04T08:47:21.710Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T08:47:21.710Z] ---> Running in 1916c99eb15c [2022-03-04T08:47:21.710Z] Removing intermediate container 1916c99eb15c [2022-03-04T08:47:21.710Z] ---> 68dfe00ae63e [2022-03-04T08:47:21.710Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T08:47:22.389Z] --- PASS: TestCreateJob (2.75s) [2022-03-04T08:47:22.389Z] === RUN TestReplicatedJob [2022-03-04T08:47:22.579Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-04T08:47:22.699Z] [2022-03-04T08:47:23.175Z] ---> 34482ca37f63 [2022-03-04T08:47:23.175Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-04T08:47:23.175Z] ---> Running in 25c3a84d95cc [2022-03-04T08:47:24.223Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.69s) [2022-03-04T08:47:24.223Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:47:24.223Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:47:24.223Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T08:47:24.223Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:47:25.121Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-04T08:47:25.690Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T08:47:26.590Z] --- PASS: TestReplicatedJob (3.93s) [2022-03-04T08:47:26.590Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:47:27.596Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T08:47:28.518Z] --- PASS: TestUpdateReplicatedJob (2.42s) [2022-03-04T08:47:28.518Z] === RUN TestServiceListWithStatuses [2022-03-04T08:47:28.518Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:47:28.518Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:47:28.518Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:47:30.131Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-04T08:47:31.811Z] --- PASS: TestDockerNetworkConnectAlias (3.36s) [2022-03-04T08:47:31.812Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:47:34.354Z] --- PASS: TestDockerNetworkReConnect (2.75s) [2022-03-04T08:47:34.354Z] === RUN TestServicePlugin [2022-03-04T08:47:34.354Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:47:34.354Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T08:47:34.354Z] === RUN TestServiceUpdateLabel [2022-03-04T08:47:36.708Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T08:47:36.895Z] --- PASS: TestServiceUpdateLabel (2.10s) [2022-03-04T08:47:36.895Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:47:36.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T08:47:37.227Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T08:47:37.795Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T08:47:39.177Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T08:47:39.177Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-04T08:47:39.177Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T08:47:39.436Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T08:47:43.645Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-04T08:47:44.252Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-04T08:47:45.264Z] --- PASS: TestUpdateRestartPolicy (21.53s) [2022-03-04T08:47:45.264Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:47:46.790Z] --- PASS: TestUpdateRestartWithAutoRemove (1.98s) [2022-03-04T08:47:46.790Z] === RUN TestWaitNonBlocked [2022-03-04T08:47:46.790Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:47:46.790Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:47:46.790Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:47:46.790Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:47:46.790Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:47:46.790Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:47:47.547Z] docker_api_swarm_test.go:563: [de368fbdecc1c] joining swarm manager [d6399b1c2a140]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:47:48.492Z] Removing intermediate container 25c3a84d95cc [2022-03-04T08:47:48.492Z] ---> 2533b73d8db0 [2022-03-04T08:47:48.492Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T08:47:48.492Z] ---> Running in 0daa554d499d [2022-03-04T08:47:48.929Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T08:47:49.189Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T08:47:49.481Z] [2022-03-04T08:47:49.481Z] SUCCESS: Specified value was saved. [2022-03-04T08:47:49.690Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-04T08:47:49.690Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.71s) [2022-03-04T08:47:49.690Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.83s) [2022-03-04T08:47:49.690Z] === RUN TestWaitBlocked [2022-03-04T08:47:49.690Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:47:49.690Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T08:47:49.690Z] PASS [2022-03-04T08:47:49.690Z] ok github.com/docker/docker/integration/container 86.138s [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === Skipped [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T08:47:49.690Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-04T08:47:49.690Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:47:49.690Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:47:49.690Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:47:49.690Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:47:49.690Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:47:49.690Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T08:47:49.690Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:47:49.690Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T08:47:49.690Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T08:47:49.690Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T08:47:49.690Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:47:49.690Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T08:47:49.690Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T08:47:49.690Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:47:49.690Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:47:49.690Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T08:47:49.690Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T08:47:49.690Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T08:47:49.690Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T08:47:49.690Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T08:47:49.690Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T08:47:49.690Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:47:49.690Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:47:49.690Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T08:47:49.690Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T08:47:49.690Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T08:47:49.690Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:47:49.690Z] [2022-03-04T08:47:49.690Z] DONE 87 tests, 33 skipped in 88.197s [2022-03-04T08:47:50.128Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T08:47:50.146Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T08:47:50.389Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T08:47:50.959Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T08:47:51.786Z] --- PASS: TestServiceUpdateSecrets (13.89s) [2022-03-04T08:47:51.786Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:47:51.897Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T08:47:51.897Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T08:47:52.440Z] Removing intermediate container 0daa554d499d [2022-03-04T08:47:52.440Z] ---> 772edb5f8fc7 [2022-03-04T08:47:52.440Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T08:47:52.440Z] ---> Running in 6559ba78aee6 [2022-03-04T08:47:53.804Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T08:47:55.715Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T08:47:57.095Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T08:47:58.476Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T08:47:59.044Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T08:47:59.613Z] docker_api_swarm_test.go:585: [d02f53d584519] joining swarm manager [d6399b1c2a140]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:47:59.649Z] Cannot create a file when that file already exists. [2022-03-04T08:48:00.185Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T08:48:02.094Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T08:48:02.678Z] check_test.go:379: [de368fbdecc1c] daemon is not started [2022-03-04T08:48:03.253Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T08:48:03.512Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T08:48:04.007Z] --- PASS: TestServiceUpdateConfigs (13.77s) [2022-03-04T08:48:04.007Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:48:05.419Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T08:48:05.528Z] Removing intermediate container 6559ba78aee6 [2022-03-04T08:48:05.528Z] ---> 134860e74424 [2022-03-04T08:48:05.528Z] Step 13/13 : CMD ["sh"] [2022-03-04T08:48:05.528Z] ---> Running in a5db214da4a1 [2022-03-04T08:48:05.528Z] Removing intermediate container a5db214da4a1 [2022-03-04T08:48:05.528Z] ---> 357e1b882b4e [2022-03-04T08:48:05.528Z] Successfully built 357e1b882b4e [2022-03-04T08:48:05.528Z] Successfully tagged busybox:latest [2022-03-04T08:48:05.528Z] INFO: Docker images of the daemon under test [2022-03-04T08:48:05.528Z] [2022-03-04T08:48:05.528Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T08:48:05.528Z] busybox latest 357e1b882b4e Less than a second ago 5.78GB [2022-03-04T08:48:05.528Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 4 weeks ago 5.75GB [2022-03-04T08:48:05.528Z] microsoft/windowsservercore latest c703d4d60533 4 weeks ago 5.75GB [2022-03-04T08:48:05.528Z] [2022-03-04T08:48:05.528Z] INFO: Running integration tests at 03/04/2022 08:48:05... [2022-03-04T08:48:05.528Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T08:48:05.528Z] INFO: Integration API tests being run from the host: [2022-03-04T08:48:05.528Z] INFO: make.ps1 starting at 03/04/2022 08:48:05 [2022-03-04T08:48:06.798Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T08:48:07.100Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T08:48:07.831Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:48:07.831Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:48:07.831Z] === RUN TestDaemonConfigValidation [2022-03-04T08:48:07.831Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T08:48:07.831Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:48:07.831Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:48:07.831Z] === RUN TestDaemonProxy [2022-03-04T08:48:07.831Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:48:07.831Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T08:48:07.831Z] PASS [2022-03-04T08:48:07.831Z] ok github.com/docker/docker/integration/daemon 0.091s [2022-03-04T08:48:07.831Z] [2022-03-04T08:48:07.831Z] === Skipped [2022-03-04T08:48:07.831Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:48:07.831Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] [2022-03-04T08:48:07.831Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T08:48:07.831Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] [2022-03-04T08:48:07.831Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:48:07.831Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:48:07.831Z] [2022-03-04T08:48:07.831Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T08:48:07.831Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:48:07.831Z] [2022-03-04T08:48:07.831Z] DONE 4 tests, 4 skipped in 17.355s [2022-03-04T08:48:07.831Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T08:48:08.177Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T08:48:10.719Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:10.719Z] INFO: Testing against a local daemon [2022-03-04T08:48:10.719Z] === RUN TestCommitInheritsEnv [2022-03-04T08:48:10.719Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:48:10.719Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-04T08:48:10.719Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:48:10.719Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:48:10.719Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:48:10.719Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:48:10.719Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:48:10.719Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T08:48:10.719Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:48:10.719Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-04T08:48:10.719Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:48:10.719Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-04T08:48:10.719Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:48:11.679Z] --- PASS: TestRemoveImageOrphaning (0.93s) [2022-03-04T08:48:11.679Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:48:11.679Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-04T08:48:11.679Z] === RUN TestTagInvalidReference [2022-03-04T08:48:11.679Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-04T08:48:11.679Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:48:11.679Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-04T08:48:11.679Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:48:11.679Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-04T08:48:11.679Z] === RUN TestTagOfficialNames [2022-03-04T08:48:12.134Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-04T08:48:12.134Z] === RUN TestTagMatchesDigest [2022-03-04T08:48:12.134Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-04T08:48:12.134Z] PASS [2022-03-04T08:48:12.134Z] ok github.com/docker/docker/integration/image 1.352s [2022-03-04T08:48:12.134Z] [2022-03-04T08:48:12.134Z] === Skipped [2022-03-04T08:48:12.134Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-04T08:48:12.134Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:48:12.134Z] [2022-03-04T08:48:12.134Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:48:12.134Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:48:12.134Z] [2022-03-04T08:48:12.134Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T08:48:12.134Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:48:12.134Z] [2022-03-04T08:48:12.134Z] DONE 12 tests, 3 skipped in 4.739s [2022-03-04T08:48:12.134Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T08:48:12.371Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T08:48:12.371Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T08:48:12.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-04T08:48:12.940Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-04T08:48:12.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-04T08:48:12.941Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T08:48:13.877Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T08:48:14.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:14.298Z] INFO: Testing against a local daemon [2022-03-04T08:48:14.298Z] === RUN TestNetworkCreateDelete [2022-03-04T08:48:14.298Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:48:14.298Z] 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-04T08:48:14.298Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonDNSFallback [2022-03-04T08:48:14.298Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestInspectNetwork [2022-03-04T08:48:14.298Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:14.298Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:48:14.298Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:48:14.298Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:14.298Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:14.298Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:14.298Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:14.298Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:14.298Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:14.298Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:14.298Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:14.298Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T08:48:14.298Z] === RUN TestNetworkList [2022-03-04T08:48:14.298Z] === RUN TestNetworkList//networks [2022-03-04T08:48:14.298Z] === PAUSE TestNetworkList//networks [2022-03-04T08:48:14.298Z] === RUN TestNetworkList//networks/ [2022-03-04T08:48:14.298Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:48:14.298Z] === CONT TestNetworkList//networks [2022-03-04T08:48:14.298Z] === CONT TestNetworkList//networks/ [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkList (0.04s) [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:48:14.298Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:48:14.298Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:48:14.298Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:48:14.298Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:48:14.298Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:48:14.298Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:48:14.298Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:48:14.298Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:48:14.298Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:48:14.298Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:48:14.298Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:48:14.298Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:48:14.298Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:48:14.298Z] PASS [2022-03-04T08:48:14.298Z] ok github.com/docker/docker/integration/network 0.151s [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === Skipped [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T08:48:14.298Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:48:14.298Z] 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-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T08:48:14.298Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T08:48:14.298Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:48:14.298Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:48:14.298Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:48:14.298Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:48:14.298Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:48:14.298Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:48:14.298Z] [2022-03-04T08:48:14.298Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:48:14.298Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:48:14.299Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:48:14.299Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:48:14.299Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:48:14.299Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:48:14.299Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:48:14.299Z] [2022-03-04T08:48:14.299Z] DONE 22 tests, 15 skipped in 1.960s [2022-03-04T08:48:14.299Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T08:48:14.445Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T08:48:14.445Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T08:48:14.754Z] testing: warning: no tests to run [2022-03-04T08:48:14.754Z] PASS [2022-03-04T08:48:14.754Z] ok github.com/docker/docker/integration/network/ipvlan 0.058s [2022-03-04T08:48:14.754Z] [2022-03-04T08:48:14.754Z] DONE 0 tests in 0.589s [2022-03-04T08:48:14.754Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T08:48:15.383Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T08:48:15.715Z] testing: warning: no tests to run [2022-03-04T08:48:15.715Z] PASS [2022-03-04T08:48:15.715Z] ok github.com/docker/docker/integration/network/macvlan 0.062s [2022-03-04T08:48:15.715Z] [2022-03-04T08:48:15.715Z] DONE 0 tests in 0.570s [2022-03-04T08:48:15.715Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T08:48:15.953Z] docker_api_swarm_test.go:46: [d03b1cea89835] joining swarm manager [d89b34bb03810]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:48:16.170Z] testing: warning: no tests to run [2022-03-04T08:48:16.170Z] PASS [2022-03-04T08:48:16.170Z] ok github.com/docker/docker/integration/plugin 0.058s [2022-03-04T08:48:16.170Z] [2022-03-04T08:48:16.170Z] DONE 0 tests in 0.579s [2022-03-04T08:48:16.170Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T08:48:16.214Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T08:48:16.229Z] --- PASS: TestServiceUpdateNetwork (11.55s) [2022-03-04T08:48:16.229Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:48:16.474Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T08:48:16.799Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T08:48:17.043Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T08:48:17.132Z] testing: warning: no tests to run [2022-03-04T08:48:17.132Z] PASS [2022-03-04T08:48:17.132Z] ok github.com/docker/docker/integration/plugin/authz 0.061s [2022-03-04T08:48:17.132Z] [2022-03-04T08:48:17.132Z] DONE 0 tests in 0.595s [2022-03-04T08:48:17.132Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T08:48:17.304Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T08:48:17.369Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T08:48:17.875Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T08:48:18.814Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T08:48:20.850Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:20.850Z] INFO: Testing against a local daemon [2022-03-04T08:48:20.850Z] === RUN TestPluginInvalidJSON [2022-03-04T08:48:20.850Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:48:20.850Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:48:20.850Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:48:20.850Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-04T08:48:20.850Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:48:20.850Z] === RUN TestPluginInstall [2022-03-04T08:48:20.850Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T08:48:20.850Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:48:20.850Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T08:48:20.850Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:48:20.850Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:48:20.850Z] PASS [2022-03-04T08:48:20.850Z] ok github.com/docker/docker/integration/plugin/common 0.111s [2022-03-04T08:48:20.850Z] [2022-03-04T08:48:20.850Z] === Skipped [2022-03-04T08:48:20.850Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T08:48:20.850Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] [2022-03-04T08:48:20.850Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T08:48:20.850Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] [2022-03-04T08:48:20.850Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:48:20.850Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:48:20.850Z] [2022-03-04T08:48:20.850Z] DONE 5 tests, 3 skipped in 3.863s [2022-03-04T08:48:20.850Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T08:48:21.389Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T08:48:22.768Z] --- PASS: TestImportExtremelyLargeImageWorks (171.89s) [2022-03-04T08:48:22.768Z] PASS [2022-03-04T08:48:22.768Z] [2022-03-04T08:48:22.768Z] DONE 22 tests in 176.326s [2022-03-04T08:48:22.768Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T08:48:22.768Z] ++ 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-04T08:48:22.768Z] ++ set -e [2022-03-04T08:48:22.768Z] ++ '[' -n 0 ']' [2022-03-04T08:48:22.768Z] ++ set -x [2022-03-04T08:48:22.768Z] ++ 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-04T08:48:22.768Z] INFO: Testing against a local daemon [2022-03-04T08:48:22.768Z] === RUN TestNetworkCreateDelete [2022-03-04T08:48:23.015Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:23.015Z] INFO: Testing against a local daemon [2022-03-04T08:48:23.015Z] === RUN TestExternalGraphDriver [2022-03-04T08:48:23.015Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:48:23.015Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T08:48:23.015Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:48:23.015Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:48:23.015Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:48:23.015Z] PASS [2022-03-04T08:48:23.015Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.089s [2022-03-04T08:48:23.015Z] [2022-03-04T08:48:23.015Z] === Skipped [2022-03-04T08:48:23.015Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T08:48:23.015Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:48:23.015Z] [2022-03-04T08:48:23.015Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:48:23.015Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:48:23.015Z] [2022-03-04T08:48:23.015Z] DONE 2 tests, 2 skipped in 2.087s [2022-03-04T08:48:23.015Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T08:48:23.028Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-04T08:48:23.028Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:48:23.287Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-04T08:48:23.287Z] === RUN TestDaemonDNSFallback [2022-03-04T08:48:25.178Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:25.178Z] INFO: Testing against a local daemon [2022-03-04T08:48:25.178Z] === RUN TestReadPluginNoRead [2022-03-04T08:48:25.178Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:48:25.178Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T08:48:25.178Z] PASS [2022-03-04T08:48:25.178Z] ok github.com/docker/docker/integration/plugin/logging 0.079s [2022-03-04T08:48:25.178Z] [2022-03-04T08:48:25.178Z] === Skipped [2022-03-04T08:48:25.178Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T08:48:25.178Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:48:25.178Z] [2022-03-04T08:48:25.178Z] DONE 1 tests, 1 skipped in 1.819s [2022-03-04T08:48:25.178Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T08:48:25.508Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T08:48:25.820Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T08:48:26.138Z] testing: warning: no tests to run [2022-03-04T08:48:26.138Z] PASS [2022-03-04T08:48:26.138Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.059s [2022-03-04T08:48:26.138Z] [2022-03-04T08:48:26.138Z] DONE 0 tests in 0.967s [2022-03-04T08:48:26.138Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T08:48:27.678Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:27.678Z] INFO: Testing against a local daemon [2022-03-04T08:48:27.678Z] === RUN TestPluginWithDevMounts [2022-03-04T08:48:27.678Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:27.678Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T08:48:27.678Z] PASS [2022-03-04T08:48:27.678Z] ok github.com/docker/docker/integration/plugin/volumes 0.077s [2022-03-04T08:48:28.133Z] [2022-03-04T08:48:28.133Z] === Skipped [2022-03-04T08:48:28.133Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T08:48:28.133Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:28.133Z] [2022-03-04T08:48:28.133Z] DONE 1 tests, 1 skipped in 1.846s [2022-03-04T08:48:28.133Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T08:48:28.356Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T08:48:28.356Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T08:48:28.356Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T08:48:28.616Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T08:48:28.616Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T08:48:28.876Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T08:48:29.659Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:29.659Z] INFO: Testing against a local daemon [2022-03-04T08:48:29.659Z] === RUN TestSecretInspect [2022-03-04T08:48:29.659Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.659Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T08:48:29.659Z] === RUN TestSecretList [2022-03-04T08:48:29.659Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.659Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T08:48:29.659Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:48:29.660Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:48:29.660Z] === RUN TestSecretsUpdate [2022-03-04T08:48:29.660Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T08:48:29.660Z] === RUN TestTemplatedSecret [2022-03-04T08:48:29.660Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T08:48:29.660Z] === RUN TestSecretCreateResolve [2022-03-04T08:48:29.660Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:29.660Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-04T08:48:29.660Z] PASS [2022-03-04T08:48:29.660Z] ok github.com/docker/docker/integration/secret 0.083s [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === Skipped [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-04T08:48:29.660Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:29.660Z] [2022-03-04T08:48:29.660Z] DONE 6 tests, 6 skipped in 1.573s [2022-03-04T08:48:29.660Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T08:48:29.816Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-03-04T08:48:29.816Z] === RUN TestInspectNetwork [2022-03-04T08:48:29.816Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T08:48:30.755Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T08:48:31.826Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:31.826Z] INFO: Testing against a local daemon [2022-03-04T08:48:31.826Z] === RUN TestServiceCreateInit [2022-03-04T08:48:31.826Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:48:31.826Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:48:31.826Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- PASS: TestServiceCreateInit (0.03s) [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:48:31.826Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceConflict [2022-03-04T08:48:31.826Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:48:31.826Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-03-04T08:48:31.826Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:48:31.826Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:48:31.826Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:48:31.826Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceSysctls [2022-03-04T08:48:31.826Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-04T08:48:31.826Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:48:31.826Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-04T08:48:31.826Z] === RUN TestInspect [2022-03-04T08:48:31.826Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestInspect (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestCreateJob [2022-03-04T08:48:31.826Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestReplicatedJob [2022-03-04T08:48:31.826Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:48:31.826Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceListWithStatuses [2022-03-04T08:48:31.826Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:48:31.826Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:48:31.826Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServicePlugin [2022-03-04T08:48:31.826Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceUpdateLabel [2022-03-04T08:48:31.826Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:48:31.826Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:48:31.826Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:48:31.826Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T08:48:31.826Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:48:31.826Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:48:31.826Z] PASS [2022-03-04T08:48:31.826Z] ok github.com/docker/docker/integration/service 0.190s [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === Skipped [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-03-04T08:48:31.826Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:48:31.826Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-04T08:48:31.826Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2022-03-04T08:48:31.826Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T08:48:31.826Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T08:48:31.826Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T08:48:31.826Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T08:48:31.826Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T08:48:31.826Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:48:31.826Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:31.826Z] [2022-03-04T08:48:31.826Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T08:48:31.826Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:32.081Z] --- PASS: TestServiceUpdatePidsLimit (15.84s) [2022-03-04T08:48:32.081Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-03-04T08:48:32.081Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-04T08:48:32.081Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-04T08:48:32.081Z] PASS [2022-03-04T08:48:32.081Z] [2022-03-04T08:48:32.081Z] === Skipped [2022-03-04T08:48:32.081Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T08:48:32.081Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:48:32.081Z] [2022-03-04T08:48:32.081Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-04T08:48:32.081Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T08:48:32.081Z] [2022-03-04T08:48:32.081Z] DONE 27 tests, 2 skipped in 142.046s [2022-03-04T08:48:32.081Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T08:48:32.081Z] ++ 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-04T08:48:32.081Z] ++ set -e [2022-03-04T08:48:32.081Z] ++ '[' -n 0 ']' [2022-03-04T08:48:32.081Z] ++ set -x [2022-03-04T08:48:32.081Z] ++ 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-04T08:48:32.081Z] INFO: Testing against a local daemon [2022-03-04T08:48:32.081Z] === RUN TestSessionCreate [2022-03-04T08:48:32.081Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T08:48:32.081Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:48:32.081Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T08:48:32.081Z] PASS [2022-03-04T08:48:32.081Z] [2022-03-04T08:48:32.081Z] DONE 2 tests in 0.124s [2022-03-04T08:48:32.082Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T08:48:32.082Z] ++ 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-04T08:48:32.082Z] ++ set -e [2022-03-04T08:48:32.082Z] ++ '[' -n 0 ']' [2022-03-04T08:48:32.082Z] ++ set -x [2022-03-04T08:48:32.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-04T08:48:32.082Z] INFO: Testing against a local daemon [2022-03-04T08:48:32.082Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:48:32.082Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:48:32.082Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:48:32.082Z] === RUN TestDiskUsage [2022-03-04T08:48:32.082Z] === PAUSE TestDiskUsage [2022-03-04T08:48:32.082Z] === RUN TestEventsExecDie [2022-03-04T08:48:32.082Z] --- PASS: TestEventsExecDie (0.44s) [2022-03-04T08:48:32.082Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T08:48:32.282Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T08:48:32.282Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T08:48:32.282Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T08:48:32.282Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T08:48:32.282Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:48:32.282Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:48:32.282Z] [2022-03-04T08:48:32.282Z] DONE 24 tests, 23 skipped in 2.253s [2022-03-04T08:48:32.282Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T08:48:32.341Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-04T08:48:32.341Z] === RUN TestEventsVolumeCreate [2022-03-04T08:48:32.341Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-04T08:48:32.341Z] === RUN TestInfoBinaryCommits [2022-03-04T08:48:32.341Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T08:48:32.341Z] === RUN TestInfoAPIVersioned [2022-03-04T08:48:32.341Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T08:48:32.341Z] === RUN TestInfoAPI [2022-03-04T08:48:32.341Z] --- PASS: TestInfoAPI (0.02s) [2022-03-04T08:48:32.341Z] === RUN TestInfoAPIWarnings [2022-03-04T08:48:33.296Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-04T08:48:33.296Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T08:48:33.296Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T08:48:33.296Z] === RUN TestInspectNetwork/network_name [2022-03-04T08:48:33.296Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T08:48:33.807Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:33.807Z] INFO: Testing against a local daemon [2022-03-04T08:48:33.807Z] === RUN TestSessionCreate [2022-03-04T08:48:33.807Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:33.807Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T08:48:33.807Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:48:33.807Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:33.807Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:48:33.807Z] PASS [2022-03-04T08:48:33.807Z] ok github.com/docker/docker/integration/session 0.075s [2022-03-04T08:48:33.807Z] [2022-03-04T08:48:33.807Z] === Skipped [2022-03-04T08:48:33.807Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T08:48:33.807Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:33.807Z] [2022-03-04T08:48:33.807Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:48:33.807Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:48:33.807Z] [2022-03-04T08:48:33.807Z] DONE 2 tests, 2 skipped in 1.506s [2022-03-04T08:48:33.807Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T08:48:33.863Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-04T08:48:34.121Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T08:48:34.381Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T08:48:34.949Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T08:48:35.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:35.344Z] INFO: Testing against a local daemon [2022-03-04T08:48:35.344Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:48:35.344Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:35.344Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestDiskUsage [2022-03-04T08:48:35.344Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:48:35.344Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestEventsExecDie [2022-03-04T08:48:35.344Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:48:35.344Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:48:35.344Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:48:35.344Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestEventsVolumeCreate [2022-03-04T08:48:35.344Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:48:35.344Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestInfoAPI [2022-03-04T08:48:35.344Z] --- PASS: TestInfoAPI (0.03s) [2022-03-04T08:48:35.344Z] === RUN TestInfoAPIWarnings [2022-03-04T08:48:35.344Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:48:35.344Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestInfoDebug [2022-03-04T08:48:35.344Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:35.344Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:48:35.344Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:35.344Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:48:35.344Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:35.344Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T08:48:35.344Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:48:36.305Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-03-04T08:48:36.305Z] === RUN TestPingCacheHeaders [2022-03-04T08:48:36.305Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-04T08:48:36.305Z] === RUN TestPingGet [2022-03-04T08:48:36.305Z] --- PASS: TestPingGet (0.03s) [2022-03-04T08:48:36.305Z] === RUN TestPingHead [2022-03-04T08:48:36.305Z] --- PASS: TestPingHead (0.03s) [2022-03-04T08:48:36.305Z] === RUN TestVersion [2022-03-04T08:48:36.305Z] --- PASS: TestVersion (0.03s) [2022-03-04T08:48:36.305Z] PASS [2022-03-04T08:48:36.305Z] ok github.com/docker/docker/integration/system 1.162s [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.761Z] === Skipped [2022-03-04T08:48:36.761Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:48:36.761Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.761Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T08:48:36.761Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.761Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T08:48:36.761Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.761Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:48:36.761Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.761Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T08:48:36.761Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:48:36.761Z] [2022-03-04T08:48:36.762Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T08:48:36.762Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:48:36.762Z] [2022-03-04T08:48:36.762Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T08:48:36.762Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:36.762Z] [2022-03-04T08:48:36.762Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T08:48:36.762Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:36.762Z] [2022-03-04T08:48:36.762Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T08:48:36.762Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:48:36.762Z] [2022-03-04T08:48:36.762Z] DONE 15 tests, 9 skipped in 2.819s [2022-03-04T08:48:36.762Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T08:48:38.236Z] --- PASS: TestInspectNetwork (8.25s) [2022-03-04T08:48:38.236Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T08:48:38.236Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T08:48:38.236Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T08:48:38.236Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T08:48:38.236Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:48:38.288Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:38.288Z] INFO: Testing against a local daemon [2022-03-04T08:48:38.288Z] === RUN TestVolumesCreateAndList [2022-03-04T08:48:38.288Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-04T08:48:38.288Z] === RUN TestVolumesRemove [2022-03-04T08:48:38.288Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-04T08:48:38.288Z] === RUN TestVolumesInspect [2022-03-04T08:48:38.288Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-04T08:48:38.288Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:48:38.288Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:38.288Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:38.288Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:38.288Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-04T08:48:38.288Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:48:38.288Z] PASS [2022-03-04T08:48:38.288Z] ok github.com/docker/docker/integration/volume 0.290s [2022-03-04T08:48:38.692Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-04T08:48:38.692Z] Copying nested executables into bundles/binary-daemon [2022-03-04T08:48:38.692Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-04T08:48:38.692Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:48:38.692Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-04T08:48:38.692Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [2022-03-04T08:48:38.743Z] [2022-03-04T08:48:38.743Z] DONE 5 tests in 1.985s [2022-03-04T08:48:38.743Z] INFO: make.ps1 ended at 03/04/2022 08:48:38 [2022-03-04T08:48:38.743Z] INFO: Integration CLI tests being run from the host: [2022-03-04T08:48:38.743Z] 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" [Pipeline] sh [2022-03-04T08:48:39.018Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/make.sh cross [2022-03-04T08:48:39.274Z] [2022-03-04T08:48:39.274Z] Removing bundles/ [2022-03-04T08:48:39.530Z] [2022-03-04T08:48:39.530Z] ---> Making bundle: cross (in bundles/cross) [2022-03-04T08:48:39.530Z] Cross building: bundles/cross/linux/amd64 [2022-03-04T08:48:39.530Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-04T08:48:39.530Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-04T08:48:40.157Z] --- PASS: TestRunContainerWithBridgeNone (2.01s) [2022-03-04T08:48:40.157Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:48:40.157Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:40.157Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:40.157Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:40.157Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:40.157Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:40.157Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:40.157Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:48:40.157Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:48:40.157Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T08:48:40.157Z] === RUN TestNetworkList [2022-03-04T08:48:40.157Z] === RUN TestNetworkList//networks [2022-03-04T08:48:40.157Z] === PAUSE TestNetworkList//networks [2022-03-04T08:48:40.157Z] === RUN TestNetworkList//networks/ [2022-03-04T08:48:40.157Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:48:40.157Z] === CONT TestNetworkList//networks [2022-03-04T08:48:40.157Z] === CONT TestNetworkList//networks/ [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkList (0.02s) [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:48:40.157Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:48:40.157Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:48:40.421Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-03-04T08:48:40.421Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:48:41.803Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-04T08:48:41.803Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:48:42.373Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-03-04T08:48:42.373Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:48:42.373Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T08:48:43.016Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:48:43.016Z] INFO: Testing against a local daemon [2022-03-04T08:48:43.016Z] === RUN TestBuildWithSession [2022-03-04T08:48:43.016Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:48:43.016Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T08:48:43.016Z] === RUN TestBuildSquashParent [2022-03-04T08:48:43.016Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:48:43.016Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:48:43.016Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:48:43.016Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:48:43.016Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T08:48:43.016Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T08:48:43.016Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T08:48:43.016Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T08:48:43.754Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-03-04T08:48:43.754Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:48:44.693Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-03-04T08:48:44.693Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:48:44.953Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T08:48:45.522Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-03-04T08:48:45.522Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:48:45.781Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T08:48:47.295Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:48:47.295Z] INFO: Testing against a local daemon [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T08:48:47.295Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T08:48:47.295Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T08:48:47.295Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T08:48:47.684Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T08:48:47.684Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-04T08:48:47.684Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T08:48:47.750Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T08:48:47.750Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T08:48:47.943Z] --- PASS: TestServiceWithPredefinedNetwork (2.54s) [2022-03-04T08:48:47.943Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:48:47.943Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:48:47.943Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:48:47.943Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:48:48.709Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T08:48:48.710Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T08:48:50.438Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-03-04T08:48:50.438Z] === RUN TestInfoDebug [2022-03-04T08:48:50.438Z] --- PASS: TestInfoDebug (0.52s) [2022-03-04T08:48:50.438Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:48:50.438Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-04T08:48:50.438Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:48:50.438Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-04T08:48:50.438Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:48:50.438Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-04T08:48:50.438Z] === RUN TestPingCacheHeaders [2022-03-04T08:48:50.438Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T08:48:50.438Z] === RUN TestPingGet [2022-03-04T08:48:50.438Z] --- PASS: TestPingGet (0.01s) [2022-03-04T08:48:50.438Z] === RUN TestPingHead [2022-03-04T08:48:50.438Z] --- PASS: TestPingHead (0.02s) [2022-03-04T08:48:50.438Z] === RUN TestVersion [2022-03-04T08:48:50.438Z] --- PASS: TestVersion (0.02s) [2022-03-04T08:48:50.438Z] === CONT TestDiskUsage [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T08:48:50.699Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T08:48:50.959Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T08:48:51.219Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T08:48:51.220Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage (1.06s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-04T08:48:51.220Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:48:51.220Z] PASS [2022-03-04T08:48:51.220Z] [2022-03-04T08:48:51.220Z] === Skipped [2022-03-04T08:48:51.220Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:48:51.220Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:48:51.220Z] [2022-03-04T08:48:51.220Z] DONE 50 tests, 1 skipped in 19.655s [2022-03-04T08:48:51.220Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T08:48:51.220Z] ++ 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-04T08:48:51.220Z] ++ set -e [2022-03-04T08:48:51.220Z] ++ '[' -n 0 ']' [2022-03-04T08:48:51.220Z] ++ set -x [2022-03-04T08:48:51.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-04T08:48:51.239Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T08:48:51.481Z] INFO: Testing against a local daemon [2022-03-04T08:48:51.481Z] === RUN TestVolumesCreateAndList [2022-03-04T08:48:51.481Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T08:48:51.481Z] === RUN TestVolumesRemove [2022-03-04T08:48:51.481Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-04T08:48:51.481Z] === RUN TestVolumesInspect [2022-03-04T08:48:51.481Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T08:48:51.481Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:48:51.481Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:51.481Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:51.481Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:48:51.481Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-04T08:48:51.481Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:48:51.481Z] PASS [2022-03-04T08:48:51.481Z] [2022-03-04T08:48:51.481Z] DONE 5 tests in 0.192s [2022-03-04T08:48:51.481Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T08:48:51.500Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T08:48:51.741Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T08:48:51.741Z] +++ kill 13096 [2022-03-04T08:48:51.741Z] +++ /etc/init.d/apparmor stop [2022-03-04T08:48:51.741Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T08:48:51.741Z] [2022-03-04T08:48:51.741Z] Unloading profiles will leave already running processes permanently [2022-03-04T08:48:51.741Z] unconfined, which can lead to unexpected situations. [2022-03-04T08:48:51.741Z] [2022-03-04T08:48:51.741Z] To set a process to complain mode, use the command line tool [2022-03-04T08:48:51.741Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T08:48:51.741Z] +++ true [2022-03-04T08:48:51.741Z] exiting test-integration [2022-03-04T08:48:51.741Z] ++ exit 0 [2022-03-04T08:48:51.741Z] Post stage [Pipeline] junit [2022-03-04T08:48:52.328Z] Recording test results [2022-03-04T08:48:52.514Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T08:48:52.865Z] + echo Ensuring container killed. [2022-03-04T08:48:52.866Z] Ensuring container killed. [2022-03-04T08:48:52.866Z] + docker rm -vf docker-pr15 [2022-03-04T08:48:52.866Z] Error: No such container: docker-pr15 [Pipeline] sh [2022-03-04T08:48:52.883Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T08:48:52.883Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T08:48:53.159Z] + echo Chowning /workspace to jenkins user [2022-03-04T08:48:53.159Z] Chowning /workspace to jenkins user [2022-03-04T08:48:53.159Z] + id -u [2022-03-04T08:48:53.159Z] + id -g [2022-03-04T08:48:53.159Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T08:48:54.267Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T08:48:54.395Z] + bundleName=arm64-integration [2022-03-04T08:48:54.395Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-04T08:48:54.395Z] Creating arm64-integration-bundles.tar.gz [2022-03-04T08:48:54.395Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-04T08:48:54.395Z] + 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-04T08:48:54.409Z] Archiving artifacts [2022-03-04T08:48:54.676Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T08:48:54.836Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T08:48:54.985Z] + make clean [2022-03-04T08:48:54.985Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T08:48:54.985Z] docker-dev-cache [2022-03-04T08:48:54.985Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T08:48:55.403Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T08:48:55.975Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T08:48:57.356Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T08:48:57.615Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T08:48:57.615Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T08:48:57.874Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T08:48:58.045Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T08:48:58.045Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T08:48:58.445Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T08:48:59.013Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T08:49:00.389Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T08:49:00.647Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T08:49:02.554Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T08:49:03.493Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T08:49:03.493Z] --- PASS: TestServiceWithDataPathPortInit (15.63s) [2022-03-04T08:49:03.493Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:49:04.871Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T08:49:06.253Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T08:49:06.821Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mo2jmoaqtzguqrvr1dpmspp6g Created:2022-03-04 08:49:04.986553833 +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[6cc9d95b083576072d432b5b1c41392695b8557d01ad930d5ce292843e042d7c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1njzu76q9p4gx5paf1q17nit6 EndpointID:43e481d56720e363dc7f099304ff70c058ec3a2b27bf66e541f7dacdcbc0d9f2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c190843772e5342e04738543e32d2043a2cb3476ea3b289a2db418fecbaf1a10 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:602b100f8bd2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.1njzu76q9p4gx5paf1q17nit6 EndpointID:43e481d56720e363dc7f099304ff70c058ec3a2b27bf66e541f7dacdcbc0d9f2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T08:49:07.080Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T08:49:07.342Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.44s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.70s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.83s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.28s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.33s) [2022-03-04T08:49:08.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (9.78s) [2022-03-04T08:49:08.504Z] === RUN TestBuildMultiStageCopy [2022-03-04T08:49:08.504Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T08:49:09.257Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T08:49:10.335Z] --- PASS: TestBuildWithHugeFile (103.93s) [2022-03-04T08:49:10.335Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:49:10.335Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:49:10.335Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:49:10.335Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:49:10.335Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:49:10.335Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:49:10.335Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:49:10.335Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:49:10.335Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:49:10.335Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:49:10.335Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:49:10.335Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:49:10.335Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-04T08:49:10.335Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-04T08:49:10.335Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-04T08:49:10.335Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-04T08:49:10.335Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:49:10.335Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:10.335Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:49:10.335Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T08:49:10.335Z] PASS [2022-03-04T08:49:10.335Z] ok github.com/docker/docker/integration/build 173.293s [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === Skipped [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T08:49:10.335Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T08:49:10.335Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-04T08:49:10.335Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-04T08:49:10.335Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:49:10.335Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T08:49:10.335Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] DONE 29 tests, 6 skipped in 197.218s [2022-03-04T08:49:10.335Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T08:49:10.335Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:49:10.335Z] INFO: Testing against a local daemon [2022-03-04T08:49:10.335Z] === RUN TestConfigInspect [2022-03-04T08:49:10.335Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestConfigList [2022-03-04T08:49:10.335Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:49:10.335Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestConfigsUpdate [2022-03-04T08:49:10.335Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestTemplatedConfig [2022-03-04T08:49:10.335Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestConfigCreateResolve [2022-03-04T08:49:10.335Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:49:10.335Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T08:49:10.335Z] PASS [2022-03-04T08:49:10.335Z] ok github.com/docker/docker/integration/config 0.102s [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === Skipped [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T08:49:10.335Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:49:10.335Z] [2022-03-04T08:49:10.335Z] DONE 6 tests, 6 skipped in 2.091s [2022-03-04T08:49:10.335Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T08:49:10.335Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:49:10.335Z] INFO: Testing against a local daemon [2022-03-04T08:49:10.335Z] === RUN TestCheckpoint [2022-03-04T08:49:10.335Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:49:10.335Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestContainerInvalidJSON [2022-03-04T08:49:10.335Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:49:10.335Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:49:10.335Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:49:10.335Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:49:10.335Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:49:10.335Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:49:10.335Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-04T08:49:10.335Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-04T08:49:10.335Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-04T08:49:10.335Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:49:10.335Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2022-03-04T08:49:10.335Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:49:10.335Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-03-04T08:49:10.335Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:49:10.335Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-03-04T08:49:10.335Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:49:10.335Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-03-04T08:49:10.335Z] === RUN TestCopyFromContainer [2022-03-04T08:49:10.335Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:49:10.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:49:10.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:49:10.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:49:10.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:49:10.335Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:49:10.335Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:49:10.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:49:10.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:49:10.335Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:49:10.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:49:10.335Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:49:10.335Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:49:10.335Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:49:10.335Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:49:10.335Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:49:10.335Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:49:10.335Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:49:10.335Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.335Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:49:10.335Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:49:10.335Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:49:10.335Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:49:10.335Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:49:10.335Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:49:10.335Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:49:10.335Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:49:10.335Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:49:10.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:49:10.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:49:10.336Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T08:49:10.336Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:49:10.336Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:49:10.336Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:49:10.336Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:49:10.336Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:49:10.336Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-04T08:49:10.336Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:49:10.336Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2022-03-04T08:49:10.336Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:49:10.336Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:49:10.336Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T08:49:10.336Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:49:10.336Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.336Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestDiff [2022-03-04T08:49:10.336Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:49:10.336Z] --- SKIP: TestDiff (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestExecWithCloseStdin [2022-03-04T08:49:10.336Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T08:49:10.336Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestExec [2022-03-04T08:49:10.336Z] --- PASS: TestExec (3.82s) [2022-03-04T08:49:10.336Z] === RUN TestExecUser [2022-03-04T08:49:10.336Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:49:10.336Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:49:10.336Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.336Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:49:10.336Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:10.336Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:49:10.336Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:49:10.336Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestHealthKillContainer [2022-03-04T08:49:10.336Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:49:10.336Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:49:10.336Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:49:10.336Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:49:10.336Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:49:10.336Z] --- PASS: TestKillContainerInvalidSignal (3.21s) [2022-03-04T08:49:10.336Z] === RUN TestKillContainer [2022-03-04T08:49:10.336Z] === RUN TestKillContainer/no_signal [2022-03-04T08:49:11.163Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T08:49:11.422Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.76s) [2022-03-04T08:49:11.422Z] PASS [2022-03-04T08:49:11.422Z] [2022-03-04T08:49:11.422Z] === Skipped [2022-03-04T08:49:11.422Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:49:11.422Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:49:11.422Z] [2022-03-04T08:49:11.422Z] DONE 26 tests, 1 skipped in 48.659s [2022-03-04T08:49:11.422Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:49:11.422Z] ++ 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-04T08:49:11.422Z] ++ set -e [2022-03-04T08:49:11.422Z] ++ '[' -n 0 ']' [2022-03-04T08:49:11.422Z] ++ set -x [2022-03-04T08:49:11.422Z] ++ 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-04T08:49:11.422Z] INFO: Testing against a local daemon [2022-03-04T08:49:11.422Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T08:49:11.422Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:49:11.422Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:49:11.422Z] === RUN TestDockerNetworkIpvlan [2022-03-04T08:49:11.422Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:49:11.422Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:49:11.422Z] PASS [2022-03-04T08:49:11.422Z] [2022-03-04T08:49:11.422Z] === Skipped [2022-03-04T08:49:11.422Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T08:49:11.422Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:49:11.422Z] [2022-03-04T08:49:11.422Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T08:49:11.422Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T08:49:11.422Z] [2022-03-04T08:49:11.422Z] DONE 2 tests, 2 skipped in 0.116s [2022-03-04T08:49:11.422Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T08:49:11.422Z] ++ 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-04T08:49:11.422Z] ++ set -e [2022-03-04T08:49:11.422Z] ++ '[' -n 0 ']' [2022-03-04T08:49:11.422Z] ++ set -x [2022-03-04T08:49:11.422Z] ++ 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-04T08:49:11.422Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T08:49:11.682Z] INFO: Testing against a local daemon [2022-03-04T08:49:11.682Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T08:49:12.249Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T08:49:12.503Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:49:12.503Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:49:12.503Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:49:13.187Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-03-04T08:49:13.187Z] === RUN TestDockerNetworkMacvlan [2022-03-04T08:49:13.757Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T08:49:14.698Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T08:49:15.646Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T08:49:16.223Z] --- PASS: TestKillContainer (6.10s) [2022-03-04T08:49:16.223Z] --- PASS: TestKillContainer/no_signal (3.01s) [2022-03-04T08:49:16.223Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:49:16.223Z] --- PASS: TestKillContainer/killing_signal (3.04s) [2022-03-04T08:49:16.223Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:49:16.223Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:49:16.223Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestKillStoppedContainer [2022-03-04T08:49:16.223Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:49:16.223Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:49:16.223Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:49:16.223Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:49:16.223Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:49:16.223Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:49:16.223Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:16.223Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:49:16.223Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:49:16.223Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T08:49:16.223Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:49:17.172Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T08:49:18.180Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T08:49:18.739Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T08:49:19.115Z] --- PASS: TestLogsFollowTailEmpty (3.18s) [2022-03-04T08:49:19.115Z] === RUN TestNetworkNat [2022-03-04T08:49:19.115Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:49:19.115Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T08:49:19.115Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:49:19.557Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T08:49:19.728Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T08:49:20.127Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T08:49:21.296Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T08:49:22.663Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-04T08:49:22.663Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-04T08:49:22.841Z] --- PASS: TestNetworkLocalhostTCPNat (3.85s) [2022-03-04T08:49:22.841Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:49:22.841Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:49:22.841Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T08:49:22.841Z] === RUN TestPause [2022-03-04T08:49:22.841Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:49:22.841Z] --- SKIP: TestPause (0.00s) [2022-03-04T08:49:22.841Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy (15.59s) [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.36s) [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.05s) [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.21s) [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.39s) [2022-03-04T08:49:22.862Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.57s) [2022-03-04T08:49:22.862Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T08:49:24.574Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T08:49:24.833Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T08:49:24.833Z] docker_api_swarm_test.go:304: [d99e350f8e61b] joining swarm manager [d76204ca4919f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan (12.87s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.93s) [2022-03-04T08:49:25.776Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.10s) [2022-03-04T08:49:25.776Z] PASS [2022-03-04T08:49:25.776Z] [2022-03-04T08:49:25.776Z] DONE 8 tests in 14.375s [2022-03-04T08:49:25.776Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T08:49:25.776Z] ++ 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-04T08:49:25.776Z] ++ set -e [2022-03-04T08:49:25.776Z] ++ '[' -n 0 ']' [2022-03-04T08:49:25.776Z] ++ set -x [2022-03-04T08:49:25.776Z] ++ 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-04T08:49:25.825Z] --- PASS: TestBuildMultiStageParentConfig (3.29s) [2022-03-04T08:49:25.825Z] === RUN TestBuildLabelWithTargets [2022-03-04T08:49:25.825Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:25.825Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-04T08:49:25.825Z] === RUN TestBuildWithEmptyLayers [2022-03-04T08:49:26.036Z] testing: warning: no tests to run [2022-03-04T08:49:26.036Z] PASS [2022-03-04T08:49:26.036Z] [2022-03-04T08:49:26.036Z] DONE 0 tests in 0.035s [2022-03-04T08:49:26.036Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T08:49:26.036Z] ++ 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-04T08:49:26.036Z] ++ set -e [2022-03-04T08:49:26.036Z] ++ '[' -n 0 ']' [2022-03-04T08:49:26.036Z] ++ set -x [2022-03-04T08:49:26.036Z] ++ 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-04T08:49:26.036Z] INFO: Testing against a local daemon [2022-03-04T08:49:26.036Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T08:49:26.296Z] docker_api_swarm_test.go:305: [d2f475488c560] joining swarm manager [d76204ca4919f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:49:26.561Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.18s) [2022-03-04T08:49:26.561Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:49:26.561Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:49:26.561Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T08:49:26.561Z] === RUN TestPsFilter [2022-03-04T08:49:26.561Z] --- PASS: TestPsFilter (0.41s) [2022-03-04T08:49:26.561Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:49:27.400Z] --- PASS: TestBuildWithEmptyLayers (1.69s) [2022-03-04T08:49:27.400Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T08:49:27.676Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-04T08:49:27.676Z] --- PASS: TestAuthZPluginAllowRequest (1.45s) [2022-03-04T08:49:27.676Z] === RUN TestAuthZPluginTLS [2022-03-04T08:49:27.676Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T08:49:28.246Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-04T08:49:28.246Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T08:49:28.246Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T08:49:28.507Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-04T08:49:28.507Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T08:49:29.077Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2022-03-04T08:49:29.077Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T08:49:29.336Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T08:49:29.596Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T08:49:29.596Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-03-04T08:49:29.596Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T08:49:30.166Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T08:49:30.283Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.36s) [2022-03-04T08:49:30.283Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:49:31.104Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T08:49:31.104Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2022-03-04T08:49:31.104Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T08:49:31.672Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-04T08:49:31.672Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T08:49:31.672Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T08:49:32.240Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2022-03-04T08:49:32.240Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T08:49:32.501Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T08:49:32.763Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2022-03-04T08:49:32.763Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T08:49:33.172Z] --- PASS: TestRemoveContainerWithVolume (3.19s) [2022-03-04T08:49:33.172Z] === RUN TestRemoveContainerRunning [2022-03-04T08:49:34.669Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s) [2022-03-04T08:49:34.669Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T08:49:35.610Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T08:49:35.610Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T08:49:35.870Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T08:49:35.870Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-04T08:49:35.870Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T08:49:36.089Z] --- PASS: TestRemoveContainerRunning (3.20s) [2022-03-04T08:49:36.089Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:49:36.129Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.75s) [2022-03-04T08:49:36.129Z] === RUN TestAuthZPluginHeader [2022-03-04T08:49:36.129Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T08:49:37.068Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T08:49:37.068Z] --- PASS: TestAuthZPluginHeader (0.81s) [2022-03-04T08:49:37.068Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T08:49:37.068Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T08:49:37.637Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T08:49:39.815Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.27s) [2022-03-04T08:49:39.815Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:49:39.815Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-04T08:49:39.815Z] === RUN TestRenameLinkedContainer [2022-03-04T08:49:39.815Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:49:39.815Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T08:49:39.815Z] === RUN TestRenameStoppedContainer [2022-03-04T08:49:40.172Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T08:49:41.108Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T08:49:42.045Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T08:49:42.305Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T08:49:42.564Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.49s) [2022-03-04T08:49:42.564Z] === RUN TestAuthZPluginV2Disable [2022-03-04T08:49:42.705Z] --- PASS: TestRenameStoppedContainer (3.43s) [2022-03-04T08:49:42.705Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:49:43.132Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T08:49:44.070Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-04T08:49:44.070Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T08:49:45.977Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T08:49:46.237Z] --- PASS: TestAuthZPluginV2Disable (3.84s) [2022-03-04T08:49:46.237Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T08:49:48.143Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T08:49:48.646Z] --- PASS: TestBuildMultiStageOnBuild (19.13s) [2022-03-04T08:49:48.646Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T08:49:48.646Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:49:48.646Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-04T08:49:48.646Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T08:49:49.756Z] --- PASS: TestRenameRunningContainerAndReuse (6.43s) [2022-03-04T08:49:49.756Z] === RUN TestRenameInvalidName [2022-03-04T08:49:50.058Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2022-03-04T08:49:50.058Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T08:49:51.438Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-04T08:49:52.648Z] --- PASS: TestRenameInvalidName (3.24s) [2022-03-04T08:49:52.648Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:49:54.730Z] docker_api_swarm_test.go:272: [d46e52e74a485] joining swarm manager [d0421a547a3ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:49:56.638Z] docker_api_swarm_test.go:273: [d35bfe3b7f64e] joining swarm manager [d0421a547a3ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T08:50:00.805Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T08:50:00.805Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T08:50:00.805Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T08:50:00.805Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T08:50:00.805Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T08:50:00.805Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T08:50:01.260Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T08:50:01.260Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T08:50:01.260Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T08:50:01.260Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T08:50:01.260Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T08:50:01.260Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T08:50:01.260Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T08:50:01.260Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T08:50:01.911Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.72s) [2022-03-04T08:50:01.911Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T08:50:01.911Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T08:50:02.479Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T08:50:02.479Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T08:50:03.418Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T08:50:03.588Z] --- PASS: TestBuildMultiStageLayerLeak (16.14s) [2022-03-04T08:50:03.588Z] === RUN TestBuildWithHugeFile [2022-03-04T08:50:03.678Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T08:50:04.617Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T08:50:04.617Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-04T08:50:04.617Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T08:50:04.617Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-04T08:50:04.617Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T08:50:04.617Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-04T08:50:04.617Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T08:50:04.617Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-04T08:50:04.876Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T08:50:04.996Z] --- PASS: TestRenameAnonymousContainer (12.06s) [2022-03-04T08:50:04.996Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:50:05.811Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T08:50:05.811Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T08:50:06.379Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T08:50:06.947Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T08:50:07.024Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T08:50:07.024Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T08:50:07.024Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T08:50:07.024Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T08:50:07.024Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T08:50:07.516Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T08:50:07.516Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T08:50:07.915Z] --- PASS: TestRenameContainerWithSameName (3.21s) [2022-03-04T08:50:07.915Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:50:07.915Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:07.915Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:50:07.915Z] === RUN TestResize [2022-03-04T08:50:09.421Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T08:50:09.918Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T08:50:10.413Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T08:50:10.901Z] --- PASS: TestResize (3.19s) [2022-03-04T08:50:10.901Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:50:10.983Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T08:50:11.242Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T08:50:11.810Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T08:50:11.810Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-04T08:50:11.810Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T08:50:12.131Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T08:50:12.131Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T08:50:12.131Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T08:50:12.131Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T08:50:12.131Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T08:50:12.131Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T08:50:12.131Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T08:50:12.131Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T08:50:12.131Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T08:50:12.376Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T08:50:13.756Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T08:50:13.756Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T08:50:13.756Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T08:50:13.756Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T08:50:14.015Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T08:50:14.583Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T08:50:14.619Z] --- PASS: TestResizeWithInvalidSize (3.28s) [2022-03-04T08:50:14.619Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:50:15.152Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T08:50:15.720Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T08:50:15.870Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T08:50:15.870Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T08:50:15.870Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T08:50:15.870Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T08:50:15.870Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T08:50:15.933Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-04T08:50:15.933Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-04T08:50:15.933Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-04T08:50:15.933Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-04T08:50:15.933Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-04T08:50:15.933Z] Cross building: bundles/cross/windows/amd64 [2022-03-04T08:50:15.933Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-04T08:50:15.933Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-04T08:50:17.099Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T08:50:17.511Z] --- PASS: TestResizeWhenContainerNotStarted (3.05s) [2022-03-04T08:50:17.511Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:50:17.511Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:17.511Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:50:17.511Z] === RUN TestStats [2022-03-04T08:50:17.511Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:50:17.511Z] --- SKIP: TestStats (0.00s) [2022-03-04T08:50:17.511Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:50:17.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-04T08:50:17.927Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T08:50:18.186Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2022-03-04T08:50:18.186Z] PASS [2022-03-04T08:50:18.186Z] [2022-03-04T08:50:18.186Z] DONE 17 tests in 52.203s [2022-03-04T08:50:18.186Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T08:50:18.186Z] ++ 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-04T08:50:18.186Z] ++ set -e [2022-03-04T08:50:18.186Z] ++ '[' -n 0 ']' [2022-03-04T08:50:18.186Z] ++ set -x [2022-03-04T08:50:18.186Z] ++ 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-04T08:50:18.446Z] INFO: Testing against a local daemon [2022-03-04T08:50:18.446Z] === RUN TestPluginInvalidJSON [2022-03-04T08:50:18.446Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:50:18.446Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:50:18.446Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:50:18.446Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-04T08:50:18.446Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.02s) [2022-03-04T08:50:18.446Z] === RUN TestPluginInstall [2022-03-04T08:50:18.446Z] === RUN TestPluginInstall/no_auth [2022-03-04T08:50:18.705Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T08:50:20.084Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T08:50:21.021Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T08:50:21.021Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:21.021Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8549a96278cc1693072549bd64443ae4e4f38924e301aab4565cbc995cdfe3f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:21.021Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:21.021Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8549a96278cc1693072549bd64443ae4e4f38924e301aab4565cbc995cdfe3f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:21.589Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T08:50:21.629Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T08:50:21.850Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:21.850Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1d4b149a1013faa039ca06e21f58dc749d7e0c338ce897d01407b8eebc47c86" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:21.850Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:21.850Z] time="2022-03-04T08:50:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1d4b149a1013faa039ca06e21f58dc749d7e0c338ce897d01407b8eebc47c86" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:22.112Z] === RUN TestPluginInstall/with_insecure [2022-03-04T08:50:22.374Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T08:50:22.942Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T08:50:22.942Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T08:50:22.942Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T08:50:23.202Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T08:50:23.202Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T08:50:23.202Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T08:50:23.202Z] time="2022-03-04T08:50:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:23.202Z] time="2022-03-04T08:50:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18d0f5173a0c8a2ac109786dbd21fb0c22010a1096223ad8711e1267063ae475" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:23.202Z] time="2022-03-04T08:50:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T08:50:23.202Z] time="2022-03-04T08:50:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18d0f5173a0c8a2ac109786dbd21fb0c22010a1096223ad8711e1267063ae475" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T08:50:23.202Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T08:50:23.461Z] plugin_test.go:165: [d145063fca63b] daemon is not started [2022-03-04T08:50:23.461Z] --- PASS: TestPluginInstall (5.16s) [2022-03-04T08:50:23.461Z] --- PASS: TestPluginInstall/no_auth (3.05s) [2022-03-04T08:50:23.461Z] --- PASS: TestPluginInstall/with_htpasswd (0.79s) [2022-03-04T08:50:23.461Z] --- PASS: TestPluginInstall/with_insecure (1.32s) [2022-03-04T08:50:23.461Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:50:24.406Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T08:50:25.343Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T08:50:25.602Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T08:50:25.602Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T08:50:26.053Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.47s) [2022-03-04T08:50:26.053Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:50:26.053Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:50:26.053Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T08:50:26.053Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:50:26.169Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T08:50:26.428Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T08:50:26.691Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T08:50:27.260Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T08:50:27.520Z] --- PASS: TestPluginsWithRuntimes (3.93s) [2022-03-04T08:50:27.520Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.02s) [2022-03-04T08:50:27.520Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2022-03-04T08:50:27.520Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:50:27.779Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T08:50:28.353Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2022-03-04T08:50:28.353Z] PASS [2022-03-04T08:50:28.353Z] [2022-03-04T08:50:28.353Z] DONE 10 tests in 10.042s [2022-03-04T08:50:28.353Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T08:50:28.353Z] ++ 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-04T08:50:28.353Z] ++ set -e [2022-03-04T08:50:28.353Z] ++ '[' -n 0 ']' [2022-03-04T08:50:28.353Z] ++ set -x [2022-03-04T08:50:28.353Z] ++ 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-04T08:50:28.353Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T08:50:28.353Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T08:50:28.353Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T08:50:28.353Z] INFO: Testing against a local daemon [2022-03-04T08:50:28.353Z] === RUN TestExternalGraphDriver [2022-03-04T08:50:28.353Z] === RUN TestExternalGraphDriver/json [2022-03-04T08:50:28.922Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T08:50:28.922Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T08:50:28.922Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T08:50:28.922Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T08:50:28.922Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T08:50:29.860Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T08:50:30.124Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T08:50:30.124Z] === RUN TestExternalGraphDriver/spec [2022-03-04T08:50:30.692Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T08:50:30.692Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T08:50:32.072Z] === RUN TestExternalGraphDriver/pull [2022-03-04T08:50:32.072Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T08:50:32.641Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T08:50:32.641Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T08:50:33.208Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T08:50:33.777Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T08:50:33.777Z] --- PASS: TestExternalGraphDriver (5.51s) [2022-03-04T08:50:33.777Z] --- PASS: TestExternalGraphDriver/json (1.82s) [2022-03-04T08:50:33.777Z] --- PASS: TestExternalGraphDriver/spec (1.78s) [2022-03-04T08:50:33.777Z] --- PASS: TestExternalGraphDriver/pull (1.85s) [2022-03-04T08:50:33.777Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:50:34.346Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T08:50:34.913Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T08:50:34.913Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T08:50:35.482Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T08:50:36.051Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T08:50:36.619Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T08:50:36.619Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T08:50:37.187Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T08:50:38.128Z] --- PASS: TestGraphdriverPluginV2 (4.23s) [2022-03-04T08:50:38.128Z] PASS [2022-03-04T08:50:38.128Z] [2022-03-04T08:50:38.128Z] DONE 5 tests in 9.867s [2022-03-04T08:50:38.128Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T08:50:38.128Z] ++ 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-04T08:50:38.128Z] ++ set -e [2022-03-04T08:50:38.128Z] ++ '[' -n 0 ']' [2022-03-04T08:50:38.128Z] ++ set -x [2022-03-04T08:50:38.128Z] ++ 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-04T08:50:38.128Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T08:50:38.386Z] INFO: Testing against a local daemon [2022-03-04T08:50:38.386Z] === RUN TestContinueAfterPluginCrash [2022-03-04T08:50:38.386Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T08:50:38.386Z] === RUN TestReadPluginNoRead [2022-03-04T08:50:38.386Z] === PAUSE TestReadPluginNoRead [2022-03-04T08:50:38.386Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T08:50:38.386Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T08:50:38.386Z] === CONT TestContinueAfterPluginCrash [2022-03-04T08:50:38.386Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T08:50:39.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T08:50:39.338Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T08:50:39.597Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T08:50:39.597Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T08:50:39.597Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T08:50:40.166Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T08:50:41.546Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-04T08:50:42.482Z] --- PASS: TestDaemonStartWithLogOpt (4.14s) [2022-03-04T08:50:42.482Z] === CONT TestReadPluginNoRead [2022-03-04T08:50:44.388Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T08:50:44.648Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-04T08:50:45.218Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T08:50:45.477Z] === RUN TestReadPluginNoRead/default [2022-03-04T08:50:45.737Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T08:50:45.737Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-04T08:50:45.737Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T08:50:45.996Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T08:50:46.933Z] docker_api_swarm_node_test.go:20: [d7de4b344abea] joining swarm manager [dd1a3afb04465]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:50:47.194Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T08:50:47.453Z] --- PASS: TestContinueAfterPluginCrash (9.17s) [2022-03-04T08:50:48.021Z] docker_api_swarm_node_test.go:21: [daf650981a0f9] joining swarm manager [dd1a3afb04465]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:50:48.588Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T08:50:48.588Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T08:50:49.158Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T08:50:49.729Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T08:50:49.988Z] === CONT TestReadPluginNoRead [2022-03-04T08:50:49.988Z] read_test.go:92: [d6b2377133321] daemon is not started [2022-03-04T08:50:49.988Z] --- PASS: TestReadPluginNoRead (7.62s) [2022-03-04T08:50:49.988Z] --- PASS: TestReadPluginNoRead/default (1.69s) [2022-03-04T08:50:49.988Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.50s) [2022-03-04T08:50:49.988Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2022-03-04T08:50:49.988Z] PASS [2022-03-04T08:50:49.988Z] [2022-03-04T08:50:49.988Z] DONE 6 tests in 11.905s [2022-03-04T08:50:49.988Z] 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-04T08:50:49.988Z] ++ 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-04T08:50:49.988Z] ++ set -e [2022-03-04T08:50:49.988Z] ++ '[' -n 0 ']' [2022-03-04T08:50:49.988Z] ++ set -x [2022-03-04T08:50:49.988Z] ++ 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-04T08:50:49.988Z] testing: warning: no tests to run [2022-03-04T08:50:49.988Z] PASS [2022-03-04T08:50:49.988Z] [2022-03-04T08:50:49.988Z] DONE 0 tests in 0.045s [2022-03-04T08:50:49.988Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T08:50:49.988Z] ++ 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-04T08:50:49.988Z] ++ set -e [2022-03-04T08:50:49.988Z] ++ '[' -n 0 ']' [2022-03-04T08:50:49.988Z] ++ set -x [2022-03-04T08:50:49.988Z] ++ 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-04T08:50:50.247Z] INFO: Testing against a local daemon [2022-03-04T08:50:50.247Z] === RUN TestPluginWithDevMounts [2022-03-04T08:50:50.247Z] === PAUSE TestPluginWithDevMounts [2022-03-04T08:50:50.247Z] === CONT TestPluginWithDevMounts [2022-03-04T08:50:51.147Z] --- PASS: TestUpdateRestartPolicy (24.65s) [2022-03-04T08:50:51.147Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:50:52.152Z] --- PASS: TestPluginWithDevMounts (1.66s) [2022-03-04T08:50:52.152Z] PASS [2022-03-04T08:50:52.152Z] [2022-03-04T08:50:52.152Z] DONE 1 tests in 1.808s [2022-03-04T08:50:52.152Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T08:50:52.152Z] ++ 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-04T08:50:52.152Z] ++ set -e [2022-03-04T08:50:52.152Z] ++ '[' -n 0 ']' [2022-03-04T08:50:52.152Z] ++ set -x [2022-03-04T08:50:52.152Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T08:50:52.152Z] INFO: Testing against a local daemon [2022-03-04T08:50:52.152Z] === RUN TestSecretInspect [2022-03-04T08:50:53.088Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T08:50:53.347Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T08:50:54.038Z] --- PASS: TestUpdateRestartWithAutoRemove (3.14s) [2022-03-04T08:50:54.038Z] === RUN TestWaitNonBlocked [2022-03-04T08:50:54.038Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:50:54.038Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:50:54.038Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:50:54.038Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:50:54.038Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:50:54.038Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:50:54.293Z] --- PASS: TestSecretInspect (2.36s) [2022-03-04T08:50:54.293Z] === RUN TestSecretList [2022-03-04T08:50:54.861Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T08:50:55.799Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T08:50:56.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-04T08:50:56.738Z] --- PASS: TestSecretList (2.44s) [2022-03-04T08:50:56.738Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:50:57.758Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-04T08:50:57.758Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.00s) [2022-03-04T08:50:57.758Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.11s) [2022-03-04T08:50:57.758Z] === RUN TestWaitBlocked [2022-03-04T08:50:57.758Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:50:57.758Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T08:50:57.758Z] PASS [2022-03-04T08:50:57.758Z] ok github.com/docker/docker/integration/container 116.531s [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === Skipped [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T08:50:57.758Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-04T08:50:57.758Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:50:57.758Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:50:57.758Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:50:57.758Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:50:57.758Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:50:57.758Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T08:50:57.758Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:50:57.758Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T08:50:57.758Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-04T08:50:57.758Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T08:50:57.758Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T08:50:57.758Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:50:57.758Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T08:50:57.758Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T08:50:57.758Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:50:57.758Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:50:57.758Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T08:50:57.758Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T08:50:57.758Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T08:50:57.758Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T08:50:57.758Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T08:50:57.758Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T08:50:57.758Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:50:57.758Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:50:57.758Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T08:50:57.758Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T08:50:57.758Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T08:50:57.758Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:50:57.758Z] [2022-03-04T08:50:57.758Z] DONE 87 tests, 34 skipped in 118.782s [2022-03-04T08:50:57.758Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T08:50:58.118Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-04T08:50:58.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-04T08:50:59.255Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2022-03-04T08:50:59.255Z] === RUN TestSecretsUpdate [2022-03-04T08:50:59.515Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-04T08:51:00.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-04T08:51:01.831Z] --- PASS: TestSecretsUpdate (2.58s) [2022-03-04T08:51:01.831Z] === RUN TestTemplatedSecret [2022-03-04T08:51:02.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e7bb90_} [2022-03-04T08:51:02.661Z] docker_api_swarm_test.go:502: [dcf62fce8a221] joining swarm manager [df103c83570ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:51:04.037Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13825486984_/foo_false____} [2022-03-04T08:51:04.606Z] --- PASS: TestTemplatedSecret (2.98s) [2022-03-04T08:51:04.606Z] === RUN TestSecretCreateResolve [2022-03-04T08:51:05.544Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13825486984_/foo_true____} [2022-03-04T08:51:06.922Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_false____} [2022-03-04T08:51:06.922Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-03-04T08:51:06.922Z] PASS [2022-03-04T08:51:06.922Z] [2022-03-04T08:51:06.922Z] DONE 6 tests in 14.939s [2022-03-04T08:51:06.922Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T08:51:06.922Z] ++ 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-04T08:51:06.922Z] ++ set -e [2022-03-04T08:51:06.922Z] ++ '[' -n 0 ']' [2022-03-04T08:51:06.922Z] ++ set -x [2022-03-04T08:51:06.922Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T08:51:06.922Z] INFO: Testing against a local daemon [2022-03-04T08:51:06.922Z] === RUN TestServiceCreateInit [2022-03-04T08:51:06.922Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:51:07.181Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_true____} [2022-03-04T08:51:08.561Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_true__0xc000e7bbc0__} [2022-03-04T08:51:09.940Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e7bbd8_} [2022-03-04T08:51:11.327Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:51:11.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e7bbf0_} [2022-03-04T08:51:12.706Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e7bc08_} [2022-03-04T08:51:13.533Z] docker_api_swarm_test.go:507: [def36a44d268e] joining swarm manager [df103c83570ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:51:14.470Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e7bc20_} [2022-03-04T08:51:15.848Z] --- PASS: TestServiceCreateInit (8.68s) [2022-03-04T08:51:15.848Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.25s) [2022-03-04T08:51:15.848Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.41s) [2022-03-04T08:51:15.848Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:51:15.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T08:51:16.789Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-04T08:51:17.049Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T08:51:18.852Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:51:18.852Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:51:18.852Z] === RUN TestDaemonConfigValidation [2022-03-04T08:51:18.852Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T08:51:18.852Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:51:18.852Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:51:18.852Z] === RUN TestDaemonProxy [2022-03-04T08:51:18.852Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:51:18.852Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T08:51:18.852Z] PASS [2022-03-04T08:51:18.852Z] ok github.com/docker/docker/integration/daemon 0.121s [2022-03-04T08:51:18.852Z] [2022-03-04T08:51:18.852Z] === Skipped [2022-03-04T08:51:18.852Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:51:18.852Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] [2022-03-04T08:51:18.852Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T08:51:18.852Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] [2022-03-04T08:51:18.852Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:51:18.852Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:51:18.852Z] [2022-03-04T08:51:18.852Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T08:51:18.852Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:51:18.852Z] [2022-03-04T08:51:18.852Z] DONE 4 tests, 4 skipped in 19.198s [2022-03-04T08:51:18.852Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T08:51:19.586Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T08:51:21.078Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:21.078Z] INFO: Testing against a local daemon [2022-03-04T08:51:21.078Z] === RUN TestCommitInheritsEnv [2022-03-04T08:51:21.078Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:51:21.078Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-03-04T08:51:21.078Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:51:21.078Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:51:21.078Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:51:21.078Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:51:21.078Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:51:21.078Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T08:51:21.078Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:51:21.078Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-04T08:51:21.078Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:51:21.078Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-04T08:51:21.078Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:51:21.493Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T08:51:22.065Z] --- PASS: TestRemoveImageOrphaning (1.14s) [2022-03-04T08:51:22.065Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:51:22.065Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-04T08:51:22.065Z] === RUN TestTagInvalidReference [2022-03-04T08:51:22.065Z] --- PASS: TestTagInvalidReference (0.05s) [2022-03-04T08:51:22.065Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:51:22.065Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-04T08:51:22.065Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:51:22.065Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-04T08:51:22.065Z] === RUN TestTagOfficialNames [2022-03-04T08:51:22.065Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-04T08:51:22.065Z] === RUN TestTagMatchesDigest [2022-03-04T08:51:22.535Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-04T08:51:22.535Z] PASS [2022-03-04T08:51:22.535Z] ok github.com/docker/docker/integration/image 1.676s [2022-03-04T08:51:22.535Z] [2022-03-04T08:51:22.535Z] === Skipped [2022-03-04T08:51:22.535Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-03-04T08:51:22.535Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:51:22.535Z] [2022-03-04T08:51:22.535Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:51:22.535Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:51:22.535Z] [2022-03-04T08:51:22.535Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T08:51:22.535Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:51:22.535Z] [2022-03-04T08:51:22.535Z] DONE 12 tests, 3 skipped in 5.147s [2022-03-04T08:51:22.535Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T08:51:23.400Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T08:51:24.771Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:24.771Z] INFO: Testing against a local daemon [2022-03-04T08:51:24.771Z] === RUN TestNetworkCreateDelete [2022-03-04T08:51:24.771Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:51:24.771Z] 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-04T08:51:24.771Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonDNSFallback [2022-03-04T08:51:24.771Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestInspectNetwork [2022-03-04T08:51:24.771Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:24.771Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:51:24.771Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:51:24.771Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:51:24.771Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:51:24.771Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:51:24.771Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:51:24.771Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:51:24.771Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:51:24.771Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:51:24.771Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:51:24.771Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T08:51:24.771Z] === RUN TestNetworkList [2022-03-04T08:51:24.771Z] === RUN TestNetworkList//networks [2022-03-04T08:51:24.771Z] === PAUSE TestNetworkList//networks [2022-03-04T08:51:24.771Z] === RUN TestNetworkList//networks/ [2022-03-04T08:51:24.771Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:51:24.771Z] === CONT TestNetworkList//networks [2022-03-04T08:51:24.771Z] === CONT TestNetworkList//networks/ [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkList (0.04s) [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:51:24.771Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:51:24.771Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:51:24.771Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:51:24.771Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:51:24.771Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:51:24.771Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:51:24.771Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:51:24.771Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:51:24.771Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:51:24.771Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:51:24.771Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:51:24.771Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:51:24.771Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:51:24.771Z] PASS [2022-03-04T08:51:24.771Z] ok github.com/docker/docker/integration/network 0.163s [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === Skipped [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T08:51:24.771Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:51:24.771Z] 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-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T08:51:24.771Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T08:51:24.771Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:51:24.771Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:51:24.771Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:51:24.771Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:51:24.771Z] [2022-03-04T08:51:24.771Z] DONE 22 tests, 15 skipped in 2.120s [2022-03-04T08:51:24.771Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T08:51:25.240Z] testing: warning: no tests to run [2022-03-04T08:51:25.240Z] PASS [2022-03-04T08:51:25.240Z] ok github.com/docker/docker/integration/network/ipvlan 0.071s [2022-03-04T08:51:25.240Z] [2022-03-04T08:51:25.240Z] DONE 0 tests in 0.683s [2022-03-04T08:51:25.305Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T08:51:25.305Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T08:51:25.710Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T08:51:25.873Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T08:51:26.178Z] testing: warning: no tests to run [2022-03-04T08:51:26.179Z] PASS [2022-03-04T08:51:26.179Z] ok github.com/docker/docker/integration/network/macvlan 0.067s [2022-03-04T08:51:26.179Z] [2022-03-04T08:51:26.179Z] DONE 0 tests in 0.650s [2022-03-04T08:51:26.179Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T08:51:26.811Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-04T08:51:27.070Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T08:51:27.165Z] testing: warning: no tests to run [2022-03-04T08:51:27.165Z] PASS [2022-03-04T08:51:27.165Z] ok github.com/docker/docker/integration/plugin 0.073s [2022-03-04T08:51:27.165Z] [2022-03-04T08:51:27.165Z] DONE 0 tests in 0.675s [2022-03-04T08:51:27.166Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T08:51:27.634Z] testing: warning: no tests to run [2022-03-04T08:51:27.634Z] PASS [2022-03-04T08:51:27.634Z] ok github.com/docker/docker/integration/plugin/authz 0.085s [2022-03-04T08:51:27.634Z] [2022-03-04T08:51:27.634Z] DONE 0 tests in 0.728s [2022-03-04T08:51:27.645Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T08:51:28.105Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T08:51:28.215Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T08:51:28.783Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T08:51:29.351Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T08:51:29.921Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T08:51:30.489Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T08:51:31.057Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T08:51:31.624Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T08:51:31.904Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:31.904Z] INFO: Testing against a local daemon [2022-03-04T08:51:31.904Z] === RUN TestPluginInvalidJSON [2022-03-04T08:51:31.904Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:51:31.904Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:51:31.904Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:51:31.904Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-04T08:51:31.904Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:51:31.904Z] === RUN TestPluginInstall [2022-03-04T08:51:31.904Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:51:31.904Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T08:51:31.904Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:51:31.904Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:51:31.904Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T08:51:31.904Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:51:31.904Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:51:31.904Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:51:31.904Z] PASS [2022-03-04T08:51:31.904Z] ok github.com/docker/docker/integration/plugin/common 0.116s [2022-03-04T08:51:32.192Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T08:51:32.371Z] [2022-03-04T08:51:32.371Z] === Skipped [2022-03-04T08:51:32.371Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T08:51:32.371Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:51:32.371Z] [2022-03-04T08:51:32.371Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T08:51:32.371Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:51:32.371Z] [2022-03-04T08:51:32.371Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T08:51:32.371Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:51:32.371Z] [2022-03-04T08:51:32.371Z] DONE 5 tests, 3 skipped in 4.163s [2022-03-04T08:51:32.371Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T08:51:32.761Z] --- PASS: TestCreateServiceMultipleTimes (16.92s) [2022-03-04T08:51:32.761Z] === RUN TestCreateServiceConflict [2022-03-04T08:51:32.761Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T08:51:33.702Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T08:51:34.274Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T08:51:34.593Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:34.593Z] INFO: Testing against a local daemon [2022-03-04T08:51:34.593Z] === RUN TestExternalGraphDriver [2022-03-04T08:51:34.593Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:51:34.593Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T08:51:34.593Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:51:34.593Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:51:34.593Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:51:34.593Z] PASS [2022-03-04T08:51:34.593Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.097s [2022-03-04T08:51:34.593Z] [2022-03-04T08:51:34.593Z] === Skipped [2022-03-04T08:51:34.593Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T08:51:34.593Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:51:34.593Z] [2022-03-04T08:51:34.593Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:51:34.593Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:51:34.593Z] [2022-03-04T08:51:34.593Z] DONE 2 tests, 2 skipped in 2.205s [2022-03-04T08:51:34.593Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T08:51:35.213Z] --- PASS: TestCreateServiceConflict (2.53s) [2022-03-04T08:51:35.213Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:51:35.213Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T08:51:35.213Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T08:51:36.151Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T08:51:36.410Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T08:51:36.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:36.813Z] INFO: Testing against a local daemon [2022-03-04T08:51:36.813Z] === RUN TestReadPluginNoRead [2022-03-04T08:51:36.813Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:51:36.813Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T08:51:36.813Z] PASS [2022-03-04T08:51:36.813Z] ok github.com/docker/docker/integration/plugin/logging 0.088s [2022-03-04T08:51:36.813Z] [2022-03-04T08:51:36.813Z] === Skipped [2022-03-04T08:51:36.813Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T08:51:36.813Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:51:36.813Z] [2022-03-04T08:51:36.813Z] DONE 1 tests, 1 skipped in 2.047s [2022-03-04T08:51:36.813Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T08:51:37.329Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-04T08:51:37.329Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-04T08:51:37.329Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-04T08:51:37.329Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-04T08:51:37.329Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-04T08:51:37.329Z] remote: Enumerating objects: 23, done. [2022-03-04T08:51:37.329Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-04T08:51:37.329Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-04T08:51:37.329Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-04T08:51:37.329Z] 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-04T08:51:37.329Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-04T08:51:37.329Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-04T08:51:37.329Z] Cross building: bundles/cross/linux/ppc64le [2022-03-04T08:51:37.329Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-04T08:51:37.329Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-04T08:51:37.788Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T08:51:37.803Z] testing: warning: no tests to run [2022-03-04T08:51:37.803Z] PASS [2022-03-04T08:51:37.803Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.070s [2022-03-04T08:51:37.803Z] [2022-03-04T08:51:37.803Z] DONE 0 tests in 0.980s [2022-03-04T08:51:37.803Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T08:51:38.357Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T08:51:38.357Z] --- PASS: TestCreateServiceMaxReplicas (3.23s) [2022-03-04T08:51:38.357Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:51:38.924Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T08:51:40.020Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:40.020Z] INFO: Testing against a local daemon [2022-03-04T08:51:40.020Z] === RUN TestPluginWithDevMounts [2022-03-04T08:51:40.020Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:40.020Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T08:51:40.020Z] PASS [2022-03-04T08:51:40.020Z] ok github.com/docker/docker/integration/plugin/volumes 0.096s [2022-03-04T08:51:40.020Z] [2022-03-04T08:51:40.020Z] === Skipped [2022-03-04T08:51:40.020Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T08:51:40.020Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:40.020Z] [2022-03-04T08:51:40.020Z] DONE 1 tests, 1 skipped in 2.159s [2022-03-04T08:51:40.020Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T08:51:40.303Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T08:51:40.563Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T08:51:41.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:41.591Z] INFO: Testing against a local daemon [2022-03-04T08:51:42.060Z] === RUN TestSecretInspect [2022-03-04T08:51:42.060Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T08:51:42.060Z] === RUN TestSecretList [2022-03-04T08:51:42.060Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T08:51:42.060Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:51:42.060Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:51:42.060Z] === RUN TestSecretsUpdate [2022-03-04T08:51:42.060Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T08:51:42.060Z] === RUN TestTemplatedSecret [2022-03-04T08:51:42.060Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T08:51:42.060Z] === RUN TestSecretCreateResolve [2022-03-04T08:51:42.060Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:42.060Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-04T08:51:42.060Z] PASS [2022-03-04T08:51:42.060Z] ok github.com/docker/docker/integration/secret 0.095s [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === Skipped [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-04T08:51:42.060Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:42.060Z] [2022-03-04T08:51:42.060Z] DONE 6 tests, 6 skipped in 1.878s [2022-03-04T08:51:42.060Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T08:51:42.471Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T08:51:44.302Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:44.302Z] INFO: Testing against a local daemon [2022-03-04T08:51:44.302Z] === RUN TestServiceCreateInit [2022-03-04T08:51:44.302Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:51:44.302Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:51:44.302Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:51:44.302Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceConflict [2022-03-04T08:51:44.302Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:51:44.302Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-04T08:51:44.302Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:51:44.302Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:51:44.302Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:51:44.302Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceSysctls [2022-03-04T08:51:44.302Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-04T08:51:44.302Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:51:44.302Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-04T08:51:44.302Z] === RUN TestInspect [2022-03-04T08:51:44.302Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestInspect (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestCreateJob [2022-03-04T08:51:44.302Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestReplicatedJob [2022-03-04T08:51:44.302Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:51:44.302Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceListWithStatuses [2022-03-04T08:51:44.302Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:51:44.302Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:51:44.302Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServicePlugin [2022-03-04T08:51:44.302Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceUpdateLabel [2022-03-04T08:51:44.302Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:51:44.302Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:51:44.302Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:51:44.302Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T08:51:44.302Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:51:44.302Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:51:44.302Z] PASS [2022-03-04T08:51:44.302Z] ok github.com/docker/docker/integration/service 0.224s [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === Skipped [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-04T08:51:44.302Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:51:44.302Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-04T08:51:44.302Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-04T08:51:44.302Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T08:51:44.302Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T08:51:44.302Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T08:51:44.302Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T08:51:44.302Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.302Z] [2022-03-04T08:51:44.302Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T08:51:44.302Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:51:44.303Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T08:51:44.303Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T08:51:44.303Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T08:51:44.303Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T08:51:44.303Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T08:51:44.303Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T08:51:44.303Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:51:44.303Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:51:44.303Z] [2022-03-04T08:51:44.303Z] DONE 24 tests, 23 skipped in 2.377s [2022-03-04T08:51:44.772Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T08:51:45.029Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-04T08:51:45.029Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T08:51:46.338Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:46.338Z] INFO: Testing against a local daemon [2022-03-04T08:51:46.338Z] === RUN TestSessionCreate [2022-03-04T08:51:46.338Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:46.338Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T08:51:46.338Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:51:46.338Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:46.338Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:51:46.338Z] PASS [2022-03-04T08:51:46.338Z] ok github.com/docker/docker/integration/session 0.092s [2022-03-04T08:51:46.338Z] [2022-03-04T08:51:46.338Z] === Skipped [2022-03-04T08:51:46.338Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T08:51:46.338Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:46.338Z] [2022-03-04T08:51:46.338Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:51:46.338Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:51:46.338Z] [2022-03-04T08:51:46.338Z] DONE 2 tests, 2 skipped in 1.712s [2022-03-04T08:51:46.338Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T08:51:47.564Z] docker_api_swarm_node_test.go:81: [d515e1b54579c] joining swarm manager [da3afeb857a89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:51:47.564Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T08:51:47.642Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T08:51:47.642Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T08:51:47.642Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T08:51:47.642Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T08:51:47.642Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T08:51:48.131Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T08:51:48.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:48.553Z] INFO: Testing against a local daemon [2022-03-04T08:51:48.553Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:51:48.554Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:48.554Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestDiskUsage [2022-03-04T08:51:48.554Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:51:48.554Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestEventsExecDie [2022-03-04T08:51:48.554Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:51:48.554Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:51:48.554Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:51:48.554Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestEventsVolumeCreate [2022-03-04T08:51:48.554Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:51:48.554Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestInfoAPI [2022-03-04T08:51:48.554Z] --- PASS: TestInfoAPI (0.04s) [2022-03-04T08:51:48.554Z] === RUN TestInfoAPIWarnings [2022-03-04T08:51:48.554Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:51:48.554Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestInfoDebug [2022-03-04T08:51:48.554Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:48.554Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:51:48.554Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:48.554Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:51:48.554Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:48.554Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T08:51:48.554Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:51:49.022Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2022-03-04T08:51:49.022Z] === RUN TestPingCacheHeaders [2022-03-04T08:51:49.022Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-04T08:51:49.022Z] === RUN TestPingGet [2022-03-04T08:51:49.022Z] --- PASS: TestPingGet (0.03s) [2022-03-04T08:51:49.022Z] === RUN TestPingHead [2022-03-04T08:51:49.022Z] --- PASS: TestPingHead (0.04s) [2022-03-04T08:51:49.022Z] === RUN TestVersion [2022-03-04T08:51:49.022Z] --- PASS: TestVersion (0.03s) [2022-03-04T08:51:49.022Z] PASS [2022-03-04T08:51:49.022Z] ok github.com/docker/docker/integration/system 1.196s [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === Skipped [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:51:49.501Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T08:51:49.501Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T08:51:49.501Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:51:49.501Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T08:51:49.501Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T08:51:49.501Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T08:51:49.501Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T08:51:49.501Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T08:51:49.501Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:51:49.501Z] [2022-03-04T08:51:49.501Z] DONE 15 tests, 9 skipped in 2.883s [2022-03-04T08:51:49.501Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T08:51:49.863Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T08:51:51.066Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:51:51.066Z] INFO: Testing against a local daemon [2022-03-04T08:51:51.066Z] === RUN TestVolumesCreateAndList [2022-03-04T08:51:51.066Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-04T08:51:51.066Z] === RUN TestVolumesRemove [2022-03-04T08:51:51.423Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T08:51:51.426Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T08:51:51.426Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T08:51:51.426Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T08:51:51.426Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T08:51:51.426Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T08:51:51.426Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T08:51:51.534Z] --- PASS: TestVolumesRemove (0.16s) [2022-03-04T08:51:51.534Z] === RUN TestVolumesInspect [2022-03-04T08:51:51.534Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-04T08:51:51.534Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:51:51.534Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:51:51.534Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:51:51.534Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:51:51.534Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-04T08:51:51.534Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:51:51.534Z] PASS [2022-03-04T08:51:51.534Z] ok github.com/docker/docker/integration/volume 0.331s [2022-03-04T08:51:51.534Z] [2022-03-04T08:51:51.534Z] DONE 5 tests in 2.215s [2022-03-04T08:51:51.534Z] INFO: make.ps1 ended at 03/04/2022 08:51:51 [2022-03-04T08:51:51.534Z] INFO: Integration CLI tests being run from the host: [2022-03-04T08:51:51.534Z] 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-04T08:51:51.993Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.71s) [2022-03-04T08:51:51.994Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:51:53.371Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T08:51:54.310Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T08:51:54.372Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T08:51:57.606Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-04T08:51:58.173Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T08:51:58.741Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T08:51:59.677Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T08:52:00.614Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T08:52:00.874Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-04T08:52:00.874Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T08:52:01.811Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T08:52:01.966Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T08:52:01.967Z] INFO: Testing against a local daemon [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T08:52:01.967Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T08:52:01.967Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T08:52:01.967Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T08:52:02.074Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T08:52:02.952Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T08:52:02.952Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T08:52:03.016Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T08:52:03.016Z] docker_api_swarm_node_test.go:53: [d19488af34e87] joining swarm manager [de1ef4f87815f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:52:03.955Z] docker_api_swarm_node_test.go:54: [d93485885e460] joining swarm manager [de1ef4f87815f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:52:03.955Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T08:52:03.955Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T08:52:03.955Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T08:52:04.524Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T08:52:05.093Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T08:52:05.093Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-04T08:52:05.093Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T08:52:05.093Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T08:52:05.663Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T08:52:05.663Z] --- PASS: TestCreateServiceSecretFileMode (13.50s) [2022-03-04T08:52:05.663Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:52:05.922Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T08:52:05.922Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T08:52:05.922Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T08:52:06.184Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T08:52:06.184Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T08:52:06.184Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T08:52:06.184Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T08:52:06.443Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T08:52:06.857Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T08:52:08.346Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T08:52:08.346Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T08:52:08.346Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T08:52:10.686Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T08:52:10.882Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T08:52:11.142Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T08:52:11.142Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T08:52:11.142Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T08:52:11.142Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T08:52:11.154Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T08:52:11.154Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T08:52:11.154Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T08:52:11.400Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T08:52:11.659Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T08:52:12.595Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T08:52:13.166Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T08:52:14.104Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T08:52:14.945Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T08:52:15.041Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T08:52:15.609Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T08:52:15.867Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T08:52:15.867Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T08:52:16.434Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T08:52:16.434Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-04T08:52:16.434Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-04T08:52:16.434Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-04T08:52:16.506Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T08:52:17.372Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-04T08:52:17.631Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-04T08:52:18.580Z] --- PASS: TestCreateServiceConfigFileMode (12.85s) [2022-03-04T08:52:18.580Z] === RUN TestCreateServiceSysctls [2022-03-04T08:52:19.147Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-04T08:52:19.147Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-04T08:52:19.147Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-04T08:52:19.407Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-04T08:52:21.275Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T08:52:21.275Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T08:52:21.275Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T08:52:21.275Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T08:52:21.275Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T08:52:21.275Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T08:52:21.275Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T08:52:21.275Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T08:52:21.275Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T08:52:21.742Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T08:52:21.945Z] --- PASS: TestCreateServiceSysctls (3.49s) [2022-03-04T08:52:21.945Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:52:24.476Z] --- PASS: TestCreateServiceCapabilities (2.41s) [2022-03-04T08:52:24.476Z] === RUN TestInspect [2022-03-04T08:52:25.043Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T08:52:27.581Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T08:52:27.581Z] --- PASS: TestInspect (3.26s) [2022-03-04T08:52:27.581Z] === RUN TestCreateJob [2022-03-04T08:52:28.959Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T08:52:30.740Z] --- PASS: TestBuildWithHugeFile (143.42s) [2022-03-04T08:52:30.740Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T08:52:30.740Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:52:30.740Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T08:52:30.740Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:52:30.740Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:52:30.740Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:52:30.740Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:52:30.740Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:52:30.740Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:52:30.740Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T08:52:30.740Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T08:52:30.740Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T08:52:30.740Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-04T08:52:30.740Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-04T08:52:30.740Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-04T08:52:30.740Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-04T08:52:30.740Z] === RUN TestBuildPreserveOwnership [2022-03-04T08:52:30.740Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:52:30.740Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestBuildPlatformInvalid [2022-03-04T08:52:30.740Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T08:52:30.740Z] PASS [2022-03-04T08:52:30.740Z] ok github.com/docker/docker/integration/build 223.754s [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === Skipped [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T08:52:30.740Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T08:52:30.740Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-04T08:52:30.740Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-04T08:52:30.740Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T08:52:30.740Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T08:52:30.740Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:52:30.740Z] [2022-03-04T08:52:30.740Z] DONE 29 tests, 6 skipped in 259.826s [2022-03-04T08:52:30.740Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T08:52:30.740Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:52:30.740Z] INFO: Testing against a local daemon [2022-03-04T08:52:30.740Z] === RUN TestConfigInspect [2022-03-04T08:52:30.740Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-04T08:52:30.740Z] === RUN TestConfigList [2022-03-04T08:52:30.740Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestConfigsCreateAndDelete [2022-03-04T08:52:30.740Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestConfigsUpdate [2022-03-04T08:52:30.740Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestTemplatedConfig [2022-03-04T08:52:30.740Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.740Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T08:52:30.740Z] === RUN TestConfigCreateResolve [2022-03-04T08:52:30.741Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:52:30.741Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T08:52:30.741Z] PASS [2022-03-04T08:52:30.741Z] ok github.com/docker/docker/integration/config 0.123s [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === Skipped [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-03-04T08:52:30.741Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T08:52:30.741Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T08:52:30.741Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T08:52:30.741Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T08:52:30.741Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T08:52:30.741Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:52:30.741Z] [2022-03-04T08:52:30.741Z] DONE 6 tests, 6 skipped in 2.294s [2022-03-04T08:52:30.741Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T08:52:30.864Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-04T08:52:31.432Z] --- PASS: TestCreateJob (3.86s) [2022-03-04T08:52:31.432Z] === RUN TestReplicatedJob [2022-03-04T08:52:31.691Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T08:52:32.258Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T08:52:32.309Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:52:32.309Z] INFO: Testing against a local daemon [2022-03-04T08:52:32.309Z] === RUN TestCheckpoint [2022-03-04T08:52:32.309Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:52:32.309Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T08:52:32.309Z] === RUN TestContainerInvalidJSON [2022-03-04T08:52:32.309Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:52:32.309Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:52:32.309Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:52:32.309Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:52:32.309Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T08:52:32.309Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T08:52:32.309Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-04T08:52:32.309Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-04T08:52:32.309Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-04T08:52:32.309Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T08:52:32.781Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.44s) [2022-03-04T08:52:32.781Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T08:52:32.781Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-03-04T08:52:32.781Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T08:52:33.198Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T08:52:33.251Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-03-04T08:52:33.251Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T08:52:33.720Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-03-04T08:52:33.720Z] === RUN TestCopyFromContainer [2022-03-04T08:52:33.720Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:33.720Z] --- SKIP: TestCopyFromContainer (0.01s) [2022-03-04T08:52:33.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T08:52:33.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:52:33.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:52:33.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:52:33.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:52:33.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:52:33.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:52:33.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T08:52:33.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T08:52:33.720Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T08:52:33.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-04T08:52:33.720Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T08:52:33.720Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:52:33.720Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidEnv [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-04T08:52:33.720Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T08:52:33.720Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:33.720Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T08:52:33.720Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:52:33.720Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T08:52:33.720Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:52:33.720Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:52:33.720Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:52:33.720Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T08:52:33.720Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T08:52:33.720Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T08:52:33.720Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:52:33.720Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateDifferentPlatform [2022-03-04T08:52:33.720Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T08:52:33.720Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T08:52:33.720Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T08:52:33.720Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T08:52:33.720Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-03-04T08:52:33.720Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T08:52:33.720Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:52:33.720Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T08:52:33.720Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T08:52:33.720Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:33.720Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestDiff [2022-03-04T08:52:33.720Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:52:33.720Z] --- SKIP: TestDiff (0.00s) [2022-03-04T08:52:33.720Z] === RUN TestExecWithCloseStdin [2022-03-04T08:52:33.767Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T08:52:34.335Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T08:52:35.276Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-04T08:52:36.233Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-04T08:52:36.678Z] --- PASS: TestExecWithCloseStdin (2.61s) [2022-03-04T08:52:36.678Z] === RUN TestExec [2022-03-04T08:52:36.801Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-04T08:52:37.061Z] --- PASS: TestReplicatedJob (5.56s) [2022-03-04T08:52:37.061Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:52:38.439Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T08:52:38.939Z] --- PASS: TestExec (2.49s) [2022-03-04T08:52:38.939Z] === RUN TestExecUser [2022-03-04T08:52:38.939Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:52:38.939Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestExportContainerAndImportImage [2022-03-04T08:52:38.939Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:38.939Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T08:52:38.939Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:38.939Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestHealthCheckWorkdir [2022-03-04T08:52:38.939Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:52:38.939Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestHealthKillContainer [2022-03-04T08:52:38.939Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:52:38.939Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T08:52:38.939Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:52:38.939Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:52:38.939Z] === RUN TestKillContainerInvalidSignal [2022-03-04T08:52:40.978Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-04T08:52:40.978Z] --- PASS: TestUpdateReplicatedJob (3.76s) [2022-03-04T08:52:40.978Z] === RUN TestServiceListWithStatuses [2022-03-04T08:52:40.978Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:52:40.978Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:52:40.978Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:52:41.162Z] --- PASS: TestKillContainerInvalidSignal (2.16s) [2022-03-04T08:52:41.162Z] === RUN TestKillContainer [2022-03-04T08:52:41.162Z] === RUN TestKillContainer/no_signal [2022-03-04T08:52:42.354Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-04T08:52:43.292Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T08:52:43.380Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T08:52:43.380Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:52:43.380Z] === RUN TestKillContainer/killing_signal [2022-03-04T08:52:44.671Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T08:52:44.930Z] docker_api_swarm_test.go:202: [d4f89bd575fce] joining swarm manager [ddbfacaaf9eb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:52:45.604Z] --- PASS: TestKillContainer (4.55s) [2022-03-04T08:52:45.605Z] --- PASS: TestKillContainer/no_signal (2.10s) [2022-03-04T08:52:45.605Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:52:45.605Z] --- PASS: TestKillContainer/killing_signal (2.40s) [2022-03-04T08:52:45.605Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T08:52:45.605Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:52:45.605Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestKillStoppedContainer [2022-03-04T08:52:45.605Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:52:45.605Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T08:52:45.605Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:52:45.605Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestKillDifferentUserContainer [2022-03-04T08:52:45.605Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:52:45.605Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestInspectOomKilledTrue [2022-03-04T08:52:45.605Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:45.605Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestInspectOomKilledFalse [2022-03-04T08:52:45.605Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:52:45.605Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T08:52:45.605Z] === RUN TestLogsFollowTailEmpty [2022-03-04T08:52:46.307Z] --- PASS: TestDockerNetworkConnectAlias (5.20s) [2022-03-04T08:52:46.307Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:52:46.307Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T08:52:46.567Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T08:52:47.136Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T08:52:47.823Z] --- PASS: TestLogsFollowTailEmpty (2.18s) [2022-03-04T08:52:47.823Z] === RUN TestNetworkNat [2022-03-04T08:52:47.823Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:52:47.823Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T08:52:47.823Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T08:52:48.077Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T08:52:49.015Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-04T08:52:49.274Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T08:52:49.843Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-04T08:52:49.843Z] --- PASS: TestDockerNetworkReConnect (3.74s) [2022-03-04T08:52:49.843Z] === RUN TestServicePlugin [2022-03-04T08:52:49.843Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-04T08:52:49.843Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T08:52:50.810Z] --- PASS: TestNetworkLocalhostTCPNat (2.58s) [2022-03-04T08:52:50.810Z] === RUN TestNetworkLoopbackNat [2022-03-04T08:52:50.810Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:52:50.810Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T08:52:50.810Z] === RUN TestPause [2022-03-04T08:52:50.810Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:52:50.810Z] --- SKIP: TestPause (0.00s) [2022-03-04T08:52:50.810Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T08:52:51.222Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T08:52:52.165Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T08:52:52.165Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T08:52:52.165Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T08:52:53.029Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.23s) [2022-03-04T08:52:53.029Z] === RUN TestPauseStopPausedContainer [2022-03-04T08:52:53.029Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:52:53.029Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T08:52:53.029Z] === RUN TestPsFilter [2022-03-04T08:52:53.029Z] --- PASS: TestPsFilter (0.24s) [2022-03-04T08:52:53.029Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T08:52:53.111Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T08:52:53.111Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T08:52:54.047Z] plugin_test.go:61: [ddc3e09a0ff34] joining swarm manager [da0e0aa0cc60e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:52:54.047Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T08:52:54.983Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-04T08:52:55.242Z] plugin_test.go:64: [dc5b3fc77980b] joining swarm manager [da0e0aa0cc60e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:52:55.242Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-04T08:52:55.242Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-04T08:52:55.242Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-04T08:52:55.242Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-04T08:52:55.242Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T08:52:55.245Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.44s) [2022-03-04T08:52:55.245Z] === RUN TestRemoveContainerWithVolume [2022-03-04T08:52:57.716Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T08:52:57.716Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T08:52:57.716Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T08:52:57.716Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T08:52:57.716Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T08:52:57.777Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-04T08:52:57.777Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T08:52:58.209Z] --- PASS: TestRemoveContainerWithVolume (2.46s) [2022-03-04T08:52:58.209Z] === RUN TestRemoveContainerRunning [2022-03-04T08:52:58.344Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T08:52:59.281Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T08:52:59.539Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T08:52:59.773Z] --- PASS: TestRemoveContainerRunning (2.14s) [2022-03-04T08:52:59.773Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T08:53:00.106Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-04T08:53:00.673Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T08:53:01.986Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.21s) [2022-03-04T08:53:01.986Z] === RUN TestRemoveInvalidContainer [2022-03-04T08:53:01.986Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-04T08:53:01.986Z] === RUN TestRenameLinkedContainer [2022-03-04T08:53:01.986Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:53:01.986Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T08:53:01.986Z] === RUN TestRenameStoppedContainer [2022-03-04T08:53:03.962Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T08:53:03.962Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T08:53:06.495Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T08:53:09.032Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-04T08:53:10.650Z] --- PASS: TestRenameStoppedContainer (7.33s) [2022-03-04T08:53:10.651Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T08:53:11.582Z] docker_api_swarm_test.go:384: [d94cd998da847] joining swarm manager [d96fcdd389e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:53:12.472Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T08:53:12.472Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T08:53:12.472Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T08:53:12.472Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T08:53:12.522Z] === RUN TestDockerSuite/TestExec [2022-03-04T08:53:12.522Z] docker_api_swarm_test.go:385: [db89435246e11] joining swarm manager [d96fcdd389e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:53:13.088Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T08:53:13.347Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T08:53:13.747Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-04T08:53:13.747Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-04T08:53:13.747Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-04T08:53:13.747Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-04T08:53:13.747Z] Cross building: bundles/cross/linux/s390x [2022-03-04T08:53:13.747Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-04T08:53:13.747Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-04T08:53:13.917Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T08:53:14.443Z] --- PASS: TestRenameRunningContainerAndReuse (4.53s) [2022-03-04T08:53:14.443Z] === RUN TestRenameInvalidName [2022-03-04T08:53:14.487Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T08:53:15.424Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T08:53:15.993Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T08:53:16.561Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T08:53:16.665Z] --- PASS: TestRenameInvalidName (2.29s) [2022-03-04T08:53:16.665Z] === RUN TestRenameAnonymousContainer [2022-03-04T08:53:17.129Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T08:53:17.698Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T08:53:18.266Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T08:53:18.833Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T08:53:19.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T08:53:19.517Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T08:53:19.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T08:53:19.769Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T08:53:20.706Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T08:53:20.706Z] --- PASS: TestServicePlugin (30.81s) [2022-03-04T08:53:20.706Z] === RUN TestServiceUpdateLabel [2022-03-04T08:53:20.965Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T08:53:22.344Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T08:53:22.912Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T08:53:23.171Z] --- PASS: TestServiceUpdateLabel (2.51s) [2022-03-04T08:53:23.171Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:53:24.177Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T08:53:25.703Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T08:53:26.273Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-04T08:53:26.532Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T08:53:27.106Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T08:53:27.156Z] --- PASS: TestRenameAnonymousContainer (10.67s) [2022-03-04T08:53:27.156Z] === RUN TestRenameContainerWithSameName [2022-03-04T08:53:27.674Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T08:53:28.249Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T08:53:28.509Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T08:53:29.273Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T08:53:29.274Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T08:53:29.274Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T08:53:29.274Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T08:53:29.274Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T08:53:29.274Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T08:53:29.274Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T08:53:29.274Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T08:53:29.274Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T08:53:29.274Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T08:53:29.274Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T08:53:29.274Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T08:53:29.274Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T08:53:29.274Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T08:53:29.274Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T08:53:29.274Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T08:53:29.274Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T08:53:29.274Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T08:53:29.376Z] --- PASS: TestRenameContainerWithSameName (2.21s) [2022-03-04T08:53:29.376Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T08:53:29.376Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:53:29.376Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:53:29.376Z] === RUN TestResize [2022-03-04T08:53:29.886Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T08:53:30.145Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T08:53:30.712Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T08:53:31.595Z] --- PASS: TestResize (2.22s) [2022-03-04T08:53:31.595Z] === RUN TestResizeWithInvalidSize [2022-03-04T08:53:32.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T08:53:33.810Z] --- PASS: TestResizeWithInvalidSize (2.21s) [2022-03-04T08:53:33.810Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T08:53:33.941Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T08:53:33.941Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T08:53:33.941Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T08:53:33.941Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T08:53:33.941Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T08:53:36.028Z] --- PASS: TestResizeWhenContainerNotStarted (2.48s) [2022-03-04T08:53:36.028Z] === RUN TestDaemonRestartKillContainers [2022-03-04T08:53:36.028Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:53:36.028Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:53:36.028Z] === RUN TestStats [2022-03-04T08:53:36.028Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:53:36.028Z] --- SKIP: TestStats (0.00s) [2022-03-04T08:53:36.028Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T08:53:38.834Z] --- PASS: TestServiceUpdateSecrets (14.46s) [2022-03-04T08:53:38.834Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:53:39.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T08:53:39.755Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T08:53:39.755Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T08:53:40.982Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T08:53:41.366Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T08:53:41.933Z] === RUN TestDockerSuite/TestExecTTY [2022-03-04T08:53:42.501Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T08:53:42.759Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T08:53:43.328Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T08:53:43.896Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T08:53:43.896Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-04T08:53:43.896Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T08:53:45.273Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-04T08:53:45.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T08:53:45.519Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T08:53:45.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T08:53:45.519Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T08:53:45.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T08:53:45.531Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T08:53:46.447Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.30s) [2022-03-04T08:53:46.447Z] === RUN TestStopContainerWithTimeout [2022-03-04T08:53:46.447Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:53:46.447Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T08:53:46.447Z] === RUN TestUpdateRestartPolicy [2022-03-04T08:53:46.469Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-04T08:53:46.729Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T08:53:47.296Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T08:53:51.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T08:53:51.280Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T08:53:51.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T08:53:51.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T08:53:51.736Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T08:53:51.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T08:53:51.736Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T08:53:51.736Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T08:53:52.587Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T08:53:52.587Z] --- PASS: TestServiceUpdateConfigs (14.53s) [2022-03-04T08:53:52.587Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:53:56.775Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T08:53:58.155Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T08:54:03.425Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T08:54:03.425Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T08:54:03.425Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T08:54:03.425Z] === RUN TestDockerSuite/TestHealth [2022-03-04T08:54:04.366Z] check_test.go:379: [db89435246e11] daemon is not started [2022-03-04T08:54:04.366Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-04T08:54:04.625Z] --- PASS: TestServiceUpdateNetwork (12.58s) [2022-03-04T08:54:04.625Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:54:06.006Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T08:54:06.575Z] docker_api_swarm_test.go:802: [d2e9d87fd572b] joining swarm manager [d9e07e36e6e2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:54:06.833Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T08:54:07.699Z] --- PASS: TestUpdateRestartPolicy (21.73s) [2022-03-04T08:54:07.699Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T08:54:08.735Z] docker_api_swarm_test.go:802: [ddfdab667ef03] joining swarm manager [d9e07e36e6e2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:54:09.266Z] --- PASS: TestUpdateRestartWithAutoRemove (2.18s) [2022-03-04T08:54:09.266Z] === RUN TestWaitNonBlocked [2022-03-04T08:54:09.266Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:54:09.266Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:54:09.266Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:54:09.266Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:54:09.266Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T08:54:09.266Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T08:54:10.112Z] docker_api_swarm_test.go:802: [df5bedb758c12] joining swarm manager [d9e07e36e6e2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T08:54:11.525Z] docker_api_swarm_test.go:802: [d7e85ab4db67c] joining swarm manager [d9e07e36e6e2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-04T08:54:12.459Z] docker_api_swarm_test.go:810: [d773aec6aaa0c] joining swarm manager [d9e07e36e6e2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-04T08:54:13.835Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T08:54:16.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T08:54:17.939Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-04T08:54:17.939Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.00s) [2022-03-04T08:54:17.939Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.81s) [2022-03-04T08:54:17.939Z] === RUN TestWaitBlocked [2022-03-04T08:54:17.939Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:17.939Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T08:54:17.939Z] PASS [2022-03-04T08:54:17.939Z] ok github.com/docker/docker/integration/container 104.968s [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === Skipped [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T08:54:17.939Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.01s) [2022-03-04T08:54:17.939Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T08:54:17.939Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T08:54:17.939Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T08:54:17.939Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T08:54:17.939Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T08:54:17.939Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T08:54:17.939Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T08:54:17.939Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T08:54:17.939Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T08:54:17.939Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T08:54:17.939Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T08:54:17.939Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T08:54:17.939Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T08:54:17.939Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T08:54:17.939Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T08:54:17.939Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T08:54:17.939Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T08:54:17.939Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T08:54:17.939Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T08:54:17.939Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T08:54:17.939Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T08:54:17.939Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T08:54:17.939Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T08:54:17.939Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T08:54:17.939Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T08:54:17.939Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T08:54:17.939Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:17.939Z] [2022-03-04T08:54:17.939Z] DONE 87 tests, 33 skipped in 107.751s [2022-03-04T08:54:17.939Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T08:54:18.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T08:54:18.341Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T08:54:18.797Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T08:54:18.797Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T08:54:19.252Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T08:54:20.776Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T08:54:20.776Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T08:54:20.776Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T08:54:21.949Z] --- PASS: TestServiceUpdatePidsLimit (16.82s) [2022-03-04T08:54:21.949Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2022-03-04T08:54:21.949Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.01s) [2022-03-04T08:54:21.949Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2022-03-04T08:54:21.949Z] PASS [2022-03-04T08:54:21.949Z] [2022-03-04T08:54:21.949Z] === Skipped [2022-03-04T08:54:21.949Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T08:54:21.949Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T08:54:21.949Z] [2022-03-04T08:54:21.949Z] DONE 27 tests, 1 skipped in 194.562s [2022-03-04T08:54:21.949Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T08:54:21.949Z] ++ 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-04T08:54:21.949Z] ++ set -e [2022-03-04T08:54:21.949Z] ++ '[' -n 0 ']' [2022-03-04T08:54:21.949Z] ++ set -x [2022-03-04T08:54:21.950Z] ++ 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-04T08:54:21.950Z] INFO: Testing against a local daemon [2022-03-04T08:54:21.950Z] === RUN TestSessionCreate [2022-03-04T08:54:21.950Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T08:54:21.950Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:54:21.950Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T08:54:21.950Z] PASS [2022-03-04T08:54:21.950Z] [2022-03-04T08:54:21.950Z] DONE 2 tests in 0.153s [2022-03-04T08:54:21.950Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T08:54:21.950Z] ++ 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-04T08:54:21.950Z] ++ set -e [2022-03-04T08:54:21.950Z] ++ '[' -n 0 ']' [2022-03-04T08:54:21.950Z] ++ set -x [2022-03-04T08:54:21.950Z] ++ 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-04T08:54:21.950Z] INFO: Testing against a local daemon [2022-03-04T08:54:21.950Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:54:21.950Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:54:21.950Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:54:21.950Z] === RUN TestDiskUsage [2022-03-04T08:54:21.950Z] === PAUSE TestDiskUsage [2022-03-04T08:54:21.950Z] === RUN TestEventsExecDie [2022-03-04T08:54:22.209Z] --- PASS: TestEventsExecDie (0.56s) [2022-03-04T08:54:22.209Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:54:22.468Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-04T08:54:22.468Z] === RUN TestEventsVolumeCreate [2022-03-04T08:54:22.468Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-04T08:54:22.468Z] === RUN TestInfoBinaryCommits [2022-03-04T08:54:22.468Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-03-04T08:54:22.468Z] === RUN TestInfoAPIVersioned [2022-03-04T08:54:22.468Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T08:54:22.468Z] === RUN TestInfoAPI [2022-03-04T08:54:22.468Z] --- PASS: TestInfoAPI (0.03s) [2022-03-04T08:54:22.468Z] === RUN TestInfoAPIWarnings [2022-03-04T08:54:22.728Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T08:54:22.728Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T08:54:22.728Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T08:54:22.728Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T08:54:23.665Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T08:54:23.665Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T08:54:23.924Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T08:54:23.924Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T08:54:23.924Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T08:54:24.183Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T08:54:24.183Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T08:54:24.443Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T08:54:24.702Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T08:54:24.702Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T08:54:25.269Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T08:54:25.439Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T08:54:25.528Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T08:54:26.096Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T08:54:26.401Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T08:54:26.401Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T08:54:26.401Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T08:54:26.401Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T08:54:26.401Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T08:54:26.665Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T08:54:26.665Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T08:54:27.233Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T08:54:27.927Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T08:54:28.886Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T08:54:29.345Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T08:54:29.766Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T08:54:29.766Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T08:54:29.766Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T08:54:29.812Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T08:54:30.280Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T08:54:31.154Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T08:54:32.548Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T08:54:32.548Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T08:54:33.487Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T08:54:34.868Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T08:54:35.143Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-04T08:54:35.143Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-04T08:54:35.143Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-04T08:54:35.143Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-04T08:54:35.143Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-04T08:54:35.468Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-04T08:54:35.785Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/test/unit [2022-03-04T08:54:35.805Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T08:54:36.041Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-04T08:54:36.041Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-04T08:54:36.041Z] + TESTDIRS=./... [2022-03-04T08:54:36.041Z] + exclude_paths='/vendor/|/integration' [2022-03-04T08:54:36.041Z] ++ go list ./... [2022-03-04T08:54:36.041Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-04T08:54:36.141Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T08:54:36.372Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T08:54:36.630Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T08:54:36.972Z] + pkg_list='github.com/docker/docker/api [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/backend [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/container [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/events [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/filters [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/image [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/mount [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/network [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/registry [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/time [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/versions [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:54:36.972Z] github.com/docker/docker/api/types/volume [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:54:36.972Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:54:36.972Z] github.com/docker/docker/cli [2022-03-04T08:54:36.972Z] github.com/docker/docker/cli/config [2022-03-04T08:54:36.972Z] github.com/docker/docker/cli/debug [2022-03-04T08:54:36.972Z] github.com/docker/docker/client [2022-03-04T08:54:36.972Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:54:36.972Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:54:36.972Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:54:36.972Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:54:36.972Z] github.com/docker/docker/container [2022-03-04T08:54:36.972Z] github.com/docker/docker/container/stream [2022-03-04T08:54:36.972Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:54:36.972Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:54:36.972Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/config [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/events [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/exec [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/images [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/links [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/names [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/network [2022-03-04T08:54:36.972Z] github.com/docker/docker/daemon/stats [2022-03-04T08:54:36.972Z] github.com/docker/docker/distribution [2022-03-04T08:54:36.972Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:54:36.972Z] github.com/docker/docker/distribution/utils [2022-03-04T08:54:36.972Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:54:36.972Z] github.com/docker/docker/dockerversion [2022-03-04T08:54:36.972Z] github.com/docker/docker/errdefs [2022-03-04T08:54:36.972Z] github.com/docker/docker/image [2022-03-04T08:54:36.972Z] github.com/docker/docker/image/cache [2022-03-04T08:54:36.972Z] github.com/docker/docker/image/tarexport [2022-03-04T08:54:36.972Z] github.com/docker/docker/image/v1 [2022-03-04T08:54:36.972Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:54:36.972Z] github.com/docker/docker/layer [2022-03-04T08:54:36.972Z] github.com/docker/docker/libcontainerd [2022-03-04T08:54:36.972Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:54:36.972Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:54:36.972Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:54:36.972Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:54:36.972Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:54:36.973Z] github.com/docker/docker/oci [2022-03-04T08:54:36.973Z] github.com/docker/docker/oci/caps [2022-03-04T08:54:36.973Z] github.com/docker/docker/opts [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/archive [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/directory [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/locker [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/mount [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/platform [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pools [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/progress [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/signal [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stack [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/system [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/term [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:54:36.973Z] github.com/docker/docker/plugin [2022-03-04T08:54:36.973Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:54:36.973Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:54:36.973Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:54:36.973Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:54:36.973Z] github.com/docker/docker/quota [2022-03-04T08:54:36.973Z] github.com/docker/docker/reference [2022-03-04T08:54:36.973Z] github.com/docker/docker/registry [2022-03-04T08:54:36.973Z] github.com/docker/docker/registry/resumable [2022-03-04T08:54:36.973Z] github.com/docker/docker/restartmanager [2022-03-04T08:54:36.973Z] github.com/docker/docker/rootless [2022-03-04T08:54:36.973Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:54:36.973Z] github.com/docker/docker/runconfig [2022-03-04T08:54:36.973Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/environment [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/registry [2022-03-04T08:54:36.973Z] github.com/docker/docker/testutil/request [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/drivers [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/local [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/mounts [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/service [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:54:36.973Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:54:36.973Z] ++ echo 'github.com/docker/docker/api [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/backend [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/container [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/events [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/filters [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/image [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/mount [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/network [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/registry [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/time [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/versions [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:54:36.973Z] github.com/docker/docker/api/types/volume [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:54:36.973Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:54:36.973Z] github.com/docker/docker/cli [2022-03-04T08:54:36.973Z] github.com/docker/docker/cli/config [2022-03-04T08:54:36.973Z] github.com/docker/docker/cli/debug [2022-03-04T08:54:36.973Z] github.com/docker/docker/client [2022-03-04T08:54:36.973Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:54:36.973Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:54:36.973Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:54:36.973Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:54:36.973Z] github.com/docker/docker/container [2022-03-04T08:54:36.973Z] github.com/docker/docker/container/stream [2022-03-04T08:54:36.973Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:54:36.973Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:54:36.973Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/config [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/events [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/exec [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/images [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/links [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/names [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/network [2022-03-04T08:54:36.973Z] github.com/docker/docker/daemon/stats [2022-03-04T08:54:36.973Z] github.com/docker/docker/distribution [2022-03-04T08:54:36.973Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:54:36.973Z] github.com/docker/docker/distribution/utils [2022-03-04T08:54:36.973Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:54:36.973Z] github.com/docker/docker/dockerversion [2022-03-04T08:54:36.973Z] github.com/docker/docker/errdefs [2022-03-04T08:54:36.973Z] github.com/docker/docker/image [2022-03-04T08:54:36.973Z] github.com/docker/docker/image/cache [2022-03-04T08:54:36.973Z] github.com/docker/docker/image/tarexport [2022-03-04T08:54:36.973Z] github.com/docker/docker/image/v1 [2022-03-04T08:54:36.973Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:54:36.973Z] github.com/docker/docker/layer [2022-03-04T08:54:36.973Z] github.com/docker/docker/libcontainerd [2022-03-04T08:54:36.973Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:54:36.973Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:54:36.973Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:54:36.973Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:54:36.973Z] github.com/docker/docker/oci [2022-03-04T08:54:36.973Z] github.com/docker/docker/oci/caps [2022-03-04T08:54:36.973Z] github.com/docker/docker/opts [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/archive [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/directory [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/locker [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/mount [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/platform [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pools [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/progress [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/signal [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stack [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/system [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:54:36.973Z] github.com/docker/docker/pkg/term [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:54:36.974Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:54:36.974Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:54:36.974Z] github.com/docker/docker/quota [2022-03-04T08:54:36.974Z] github.com/docker/docker/reference [2022-03-04T08:54:36.974Z] github.com/docker/docker/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/registry/resumable [2022-03-04T08:54:36.974Z] github.com/docker/docker/restartmanager [2022-03-04T08:54:36.974Z] github.com/docker/docker/rootless [2022-03-04T08:54:36.974Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:54:36.974Z] github.com/docker/docker/runconfig [2022-03-04T08:54:36.974Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/environment [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/request [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/drivers [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/local [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/mounts [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/service [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:54:36.974Z] ++ grep --fixed-strings -v /libnetwork [2022-03-04T08:54:36.974Z] + base_pkg_list='github.com/docker/docker/api [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/backend [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/events [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/filters [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/image [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/mount [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/network [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/time [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli/config [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli/debug [2022-03-04T08:54:36.974Z] github.com/docker/docker/client [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:54:36.974Z] github.com/docker/docker/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/container/stream [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/config [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/events [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/exec [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/images [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/links [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/names [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/network [2022-03-04T08:54:36.974Z] github.com/docker/docker/daemon/stats [2022-03-04T08:54:36.974Z] github.com/docker/docker/distribution [2022-03-04T08:54:36.974Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:54:36.974Z] github.com/docker/docker/distribution/utils [2022-03-04T08:54:36.974Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:54:36.974Z] github.com/docker/docker/dockerversion [2022-03-04T08:54:36.974Z] github.com/docker/docker/errdefs [2022-03-04T08:54:36.974Z] github.com/docker/docker/image [2022-03-04T08:54:36.974Z] github.com/docker/docker/image/cache [2022-03-04T08:54:36.974Z] github.com/docker/docker/image/tarexport [2022-03-04T08:54:36.974Z] github.com/docker/docker/image/v1 [2022-03-04T08:54:36.974Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:54:36.974Z] github.com/docker/docker/layer [2022-03-04T08:54:36.974Z] github.com/docker/docker/libcontainerd [2022-03-04T08:54:36.974Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:54:36.974Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:54:36.974Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:54:36.974Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:54:36.974Z] github.com/docker/docker/oci [2022-03-04T08:54:36.974Z] github.com/docker/docker/oci/caps [2022-03-04T08:54:36.974Z] github.com/docker/docker/opts [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/archive [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/directory [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/locker [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/mount [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/platform [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/pools [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/progress [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/signal [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/stack [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/system [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/term [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:54:36.974Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:54:36.974Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:54:36.974Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:54:36.974Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:54:36.974Z] github.com/docker/docker/quota [2022-03-04T08:54:36.974Z] github.com/docker/docker/reference [2022-03-04T08:54:36.974Z] github.com/docker/docker/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/registry/resumable [2022-03-04T08:54:36.974Z] github.com/docker/docker/restartmanager [2022-03-04T08:54:36.974Z] github.com/docker/docker/rootless [2022-03-04T08:54:36.974Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:54:36.974Z] github.com/docker/docker/runconfig [2022-03-04T08:54:36.974Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/environment [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/testutil/request [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/drivers [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/local [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/mounts [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/service [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:54:36.974Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:54:36.974Z] ++ echo 'github.com/docker/docker/api [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/backend [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/events [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/filters [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/image [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/mount [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/network [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/registry [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/time [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:54:36.974Z] github.com/docker/docker/api/types/volume [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:54:36.974Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli/config [2022-03-04T08:54:36.974Z] github.com/docker/docker/cli/debug [2022-03-04T08:54:36.974Z] github.com/docker/docker/client [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:54:36.974Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:54:36.974Z] github.com/docker/docker/container [2022-03-04T08:54:36.974Z] github.com/docker/docker/container/stream [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:54:36.974Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/config [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/events [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/exec [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/images [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/links [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/names [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/network [2022-03-04T08:54:36.975Z] github.com/docker/docker/daemon/stats [2022-03-04T08:54:36.975Z] github.com/docker/docker/distribution [2022-03-04T08:54:36.975Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:54:36.975Z] github.com/docker/docker/distribution/utils [2022-03-04T08:54:36.975Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:54:36.975Z] github.com/docker/docker/dockerversion [2022-03-04T08:54:36.975Z] github.com/docker/docker/errdefs [2022-03-04T08:54:36.975Z] github.com/docker/docker/image [2022-03-04T08:54:36.975Z] github.com/docker/docker/image/cache [2022-03-04T08:54:36.975Z] github.com/docker/docker/image/tarexport [2022-03-04T08:54:36.975Z] github.com/docker/docker/image/v1 [2022-03-04T08:54:36.975Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:54:36.975Z] github.com/docker/docker/layer [2022-03-04T08:54:36.975Z] github.com/docker/docker/libcontainerd [2022-03-04T08:54:36.975Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:54:36.975Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:54:36.975Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/types [2022-03-04T08:54:36.975Z] github.com/docker/docker/oci [2022-03-04T08:54:36.975Z] github.com/docker/docker/oci/caps [2022-03-04T08:54:36.975Z] github.com/docker/docker/opts [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/archive [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/directory [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/locker [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/mount [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/platform [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/pools [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/progress [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/signal [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/stack [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/system [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/term [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:54:36.975Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:54:36.975Z] github.com/docker/docker/plugin [2022-03-04T08:54:36.975Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:54:36.975Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:54:36.975Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:54:36.975Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:54:36.975Z] github.com/docker/docker/quota [2022-03-04T08:54:36.975Z] github.com/docker/docker/reference [2022-03-04T08:54:36.975Z] github.com/docker/docker/registry [2022-03-04T08:54:36.975Z] github.com/docker/docker/registry/resumable [2022-03-04T08:54:36.975Z] github.com/docker/docker/restartmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/rootless [2022-03-04T08:54:36.975Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:54:36.975Z] github.com/docker/docker/runconfig [2022-03-04T08:54:36.975Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/environment [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/registry [2022-03-04T08:54:36.975Z] github.com/docker/docker/testutil/request [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/drivers [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/local [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/mounts [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/service [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:54:36.975Z] github.com/docker/docker/volume/testutils' [2022-03-04T08:54:36.975Z] ++ grep --fixed-strings /libnetwork [2022-03-04T08:54:36.975Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/types' [2022-03-04T08:54:36.975Z] + echo 'github.com/docker/docker/libnetwork [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:54:36.975Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/types' [2022-03-04T08:54:36.976Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:54:36.976Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:54:36.976Z] + type docker-proxy [2022-03-04T08:54:36.976Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-04T08:54:36.976Z] + hack/make.sh binary-proxy install-proxy [2022-03-04T08:54:36.976Z] [2022-03-04T08:54:36.976Z] Removing bundles/ [2022-03-04T08:54:36.976Z] [2022-03-04T08:54:36.976Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-04T08:54:36.976Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-04T08:54:36.976Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T08:54:37.200Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T08:54:37.200Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-04T08:54:37.200Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T08:54:37.769Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T08:54:38.030Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T08:54:38.353Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T08:54:38.353Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T08:54:38.353Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T08:54:38.599Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T08:54:38.859Z] --- PASS: TestInfoAPIWarnings (16.33s) [2022-03-04T08:54:38.859Z] === RUN TestInfoDebug [2022-03-04T08:54:39.119Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T08:54:39.337Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T08:54:39.337Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T08:54:39.337Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T08:54:39.380Z] --- PASS: TestInfoDebug (0.53s) [2022-03-04T08:54:39.380Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:54:39.639Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T08:54:39.803Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T08:54:39.898Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-04T08:54:39.898Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:54:40.159Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T08:54:40.159Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-04T08:54:40.419Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-04T08:54:40.419Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:54:40.679Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2022-03-04T08:54:40.679Z] === RUN TestPingCacheHeaders [2022-03-04T08:54:40.679Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-04T08:54:40.679Z] === RUN TestPingGet [2022-03-04T08:54:40.679Z] --- PASS: TestPingGet (0.02s) [2022-03-04T08:54:40.679Z] === RUN TestPingHead [2022-03-04T08:54:40.679Z] --- PASS: TestPingHead (0.02s) [2022-03-04T08:54:40.679Z] === RUN TestVersion [2022-03-04T08:54:40.679Z] --- PASS: TestVersion (0.02s) [2022-03-04T08:54:40.679Z] === CONT TestDiskUsage [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T08:54:41.248Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T08:54:41.248Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T08:54:41.364Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T08:54:41.507Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T08:54:41.766Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T08:54:41.766Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage (1.40s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.21s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run (0.46s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-04T08:54:42.026Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T08:54:42.026Z] PASS [2022-03-04T08:54:42.026Z] [2022-03-04T08:54:42.026Z] === Skipped [2022-03-04T08:54:42.026Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:54:42.026Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T08:54:42.026Z] [2022-03-04T08:54:42.026Z] DONE 50 tests, 1 skipped in 20.423s [2022-03-04T08:54:42.026Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T08:54:42.026Z] ++ 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-04T08:54:42.026Z] ++ set -e [2022-03-04T08:54:42.026Z] ++ '[' -n 0 ']' [2022-03-04T08:54:42.026Z] ++ set -x [2022-03-04T08:54:42.026Z] ++ 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-04T08:54:42.285Z] INFO: Testing against a local daemon [2022-03-04T08:54:42.285Z] === RUN TestVolumesCreateAndList [2022-03-04T08:54:42.285Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-03-04T08:54:42.285Z] === RUN TestVolumesRemove [2022-03-04T08:54:42.285Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-04T08:54:42.285Z] === RUN TestVolumesInspect [2022-03-04T08:54:42.285Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-04T08:54:42.285Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:54:42.285Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:54:42.285Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:54:42.285Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:54:42.285Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-04T08:54:42.285Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T08:54:42.285Z] PASS [2022-03-04T08:54:42.285Z] [2022-03-04T08:54:42.285Z] DONE 5 tests in 0.277s [2022-03-04T08:54:42.285Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T08:54:42.285Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T08:54:42.349Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T08:54:42.545Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T08:54:42.545Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T08:54:42.545Z] +++ kill 6141 [2022-03-04T08:54:42.817Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T08:54:42.817Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T08:54:42.817Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T08:54:43.113Z] +++ /etc/init.d/apparmor stop [2022-03-04T08:54:43.113Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T08:54:43.113Z] [2022-03-04T08:54:43.113Z] Unloading profiles will leave already running processes permanently [2022-03-04T08:54:43.113Z] unconfined, which can lead to unexpected situations. [2022-03-04T08:54:43.113Z] [2022-03-04T08:54:43.113Z] To set a process to complain mode, use the command line tool [2022-03-04T08:54:43.113Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T08:54:43.113Z] +++ true [2022-03-04T08:54:43.113Z] exiting test-integration [2022-03-04T08:54:43.113Z] ++ exit 0 [2022-03-04T08:54:43.113Z] [2022-03-04T08:54:43.113Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T08:54:43.113Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-04T08:54:43.113Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T08:54:43.259Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T08:54:43.259Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:54:43.259Z] === RUN TestDaemonConfigValidation [2022-03-04T08:54:43.259Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T08:54:43.259Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T08:54:43.259Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:54:43.259Z] === RUN TestDaemonProxy [2022-03-04T08:54:43.259Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:54:43.259Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T08:54:43.259Z] PASS [2022-03-04T08:54:43.259Z] ok github.com/docker/docker/integration/daemon 0.132s [2022-03-04T08:54:43.259Z] [2022-03-04T08:54:43.259Z] === Skipped [2022-03-04T08:54:43.259Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-04T08:54:43.259Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] [2022-03-04T08:54:43.259Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T08:54:43.259Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] [2022-03-04T08:54:43.259Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T08:54:43.259Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T08:54:43.259Z] [2022-03-04T08:54:43.259Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T08:54:43.259Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T08:54:43.259Z] [2022-03-04T08:54:43.259Z] DONE 4 tests, 4 skipped in 22.781s [2022-03-04T08:54:43.259Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T08:54:43.521Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-04T08:54:43.521Z] [2022-03-04T08:54:43.521Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-04T08:54:43.521Z] Installing docker-proxy to /usr/local/bin/ [2022-03-04T08:54:43.521Z] [2022-03-04T08:54:43.521Z] + mkdir -p bundles [2022-03-04T08:54:43.521Z] + '[' -n 'github.com/docker/docker/api [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/backend/build [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/httputils [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/middleware [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/build [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/container [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/debug [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/image [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/network [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/session [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/system [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/server/router/volume [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/backend [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/container [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/events [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/filters [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/image [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/mount [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/network [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/registry [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/strslice [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/swarm [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/time [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/versions [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T08:54:43.521Z] github.com/docker/docker/api/types/volume [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/dockerfile [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/dockerignore [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/remotecontext [2022-03-04T08:54:43.521Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T08:54:43.521Z] github.com/docker/docker/cli [2022-03-04T08:54:43.521Z] github.com/docker/docker/cli/config [2022-03-04T08:54:43.521Z] github.com/docker/docker/cli/debug [2022-03-04T08:54:43.521Z] github.com/docker/docker/client [2022-03-04T08:54:43.521Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T08:54:43.521Z] github.com/docker/docker/cmd/dockerd [2022-03-04T08:54:43.522Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T08:54:43.522Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T08:54:43.522Z] github.com/docker/docker/container [2022-03-04T08:54:43.522Z] github.com/docker/docker/container/stream [2022-03-04T08:54:43.522Z] github.com/docker/docker/contrib/apparmor [2022-03-04T08:54:43.522Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T08:54:43.522Z] github.com/docker/docker/contrib/httpserver [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/config [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/events [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/exec [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/images [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/initlayer [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/links [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/listeners [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/local [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/names [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/network [2022-03-04T08:54:43.522Z] github.com/docker/docker/daemon/stats [2022-03-04T08:54:43.522Z] github.com/docker/docker/distribution [2022-03-04T08:54:43.522Z] github.com/docker/docker/distribution/metadata [2022-03-04T08:54:43.522Z] github.com/docker/docker/distribution/utils [2022-03-04T08:54:43.522Z] github.com/docker/docker/distribution/xfer [2022-03-04T08:54:43.522Z] github.com/docker/docker/dockerversion [2022-03-04T08:54:43.522Z] github.com/docker/docker/errdefs [2022-03-04T08:54:43.522Z] github.com/docker/docker/image [2022-03-04T08:54:43.522Z] github.com/docker/docker/image/cache [2022-03-04T08:54:43.522Z] github.com/docker/docker/image/tarexport [2022-03-04T08:54:43.522Z] github.com/docker/docker/image/v1 [2022-03-04T08:54:43.522Z] github.com/docker/docker/internal/test/suite [2022-03-04T08:54:43.522Z] github.com/docker/docker/layer [2022-03-04T08:54:43.522Z] github.com/docker/docker/libcontainerd [2022-03-04T08:54:43.522Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T08:54:43.522Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T08:54:43.522Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T08:54:43.522Z] github.com/docker/docker/libcontainerd/types [2022-03-04T08:54:43.522Z] github.com/docker/docker/oci [2022-03-04T08:54:43.522Z] github.com/docker/docker/oci/caps [2022-03-04T08:54:43.522Z] github.com/docker/docker/opts [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/aaparser [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/archive [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/authorization [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/capabilities [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/containerfs [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/directory [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/dmesg [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/filenotify [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/fileutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/fsutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/homedir [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/idtools [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/ioutils [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/locker [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/longpath [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/loopback [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/mount [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/parsers [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/pidfile [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/platform [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugins [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/pools [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/progress [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/pubsub [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/reexec [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/signal [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/stack [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/stringid [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/symlink [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/system [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/tailfile [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/tarsum [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/term [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/term/windows [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/truncindex [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/urlutil [2022-03-04T08:54:43.522Z] github.com/docker/docker/pkg/useragent [2022-03-04T08:54:43.522Z] github.com/docker/docker/plugin [2022-03-04T08:54:43.522Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T08:54:43.522Z] github.com/docker/docker/plugin/v2 [2022-03-04T08:54:43.522Z] github.com/docker/docker/profiles/apparmor [2022-03-04T08:54:43.522Z] github.com/docker/docker/profiles/seccomp [2022-03-04T08:54:43.522Z] github.com/docker/docker/quota [2022-03-04T08:54:43.522Z] github.com/docker/docker/reference [2022-03-04T08:54:43.522Z] github.com/docker/docker/registry [2022-03-04T08:54:43.522Z] github.com/docker/docker/registry/resumable [2022-03-04T08:54:43.522Z] github.com/docker/docker/restartmanager [2022-03-04T08:54:43.522Z] github.com/docker/docker/rootless [2022-03-04T08:54:43.522Z] github.com/docker/docker/rootless/specconv [2022-03-04T08:54:43.522Z] github.com/docker/docker/runconfig [2022-03-04T08:54:43.522Z] github.com/docker/docker/runconfig/opts [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/daemon [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/environment [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fakegit [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/registry [2022-03-04T08:54:43.522Z] github.com/docker/docker/testutil/request [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/drivers [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/local [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/mounts [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/service [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/service/opts [2022-03-04T08:54:43.522Z] github.com/docker/docker/volume/testutils' ']' [2022-03-04T08:54:43.522Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-04T08:54:43.680Z] + for job in $(jobs -p) [2022-03-04T08:54:43.681Z] + wait 22590 [2022-03-04T08:54:43.801Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T08:54:44.248Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T08:54:44.452Z] ? github.com/docker/docker/api [no test files] [2022-03-04T08:54:44.785Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T08:54:44.785Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T08:54:44.785Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T08:54:44.785Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T08:54:44.785Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T08:54:44.816Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T08:54:44.824Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:54:44.824Z] INFO: Testing against a local daemon [2022-03-04T08:54:44.824Z] === RUN TestCommitInheritsEnv [2022-03-04T08:54:44.824Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:54:44.824Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-04T08:54:44.824Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T08:54:44.824Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:54:44.824Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:54:44.824Z] === RUN TestImportWithCustomPlatform [2022-03-04T08:54:44.824Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:54:44.824Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T08:54:44.824Z] === RUN TestImagesFilterMultiReference [2022-03-04T08:54:44.824Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-03-04T08:54:44.824Z] === RUN TestImagePullPlatformInvalid [2022-03-04T08:54:44.824Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-04T08:54:44.824Z] === RUN TestRemoveImageOrphaning [2022-03-04T08:54:45.075Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T08:54:45.682Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T08:54:45.682Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T08:54:45.682Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T08:54:45.682Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-04T08:54:45.682Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T08:54:45.811Z] --- PASS: TestRemoveImageOrphaning (1.18s) [2022-03-04T08:54:45.811Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T08:54:45.811Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-04T08:54:45.811Z] === RUN TestTagInvalidReference [2022-03-04T08:54:45.811Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-04T08:54:45.811Z] === RUN TestTagValidPrefixedRepo [2022-03-04T08:54:46.249Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T08:54:46.286Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-04T08:54:46.286Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T08:54:46.286Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-03-04T08:54:46.286Z] === RUN TestTagOfficialNames [2022-03-04T08:54:46.286Z] --- PASS: TestTagOfficialNames (0.10s) [2022-03-04T08:54:46.286Z] === RUN TestTagMatchesDigest [2022-03-04T08:54:46.286Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-04T08:54:46.286Z] PASS [2022-03-04T08:54:46.286Z] ok github.com/docker/docker/integration/image 1.780s [2022-03-04T08:54:46.286Z] [2022-03-04T08:54:46.286Z] === Skipped [2022-03-04T08:54:46.286Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-04T08:54:46.286Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:54:46.286Z] [2022-03-04T08:54:46.286Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T08:54:46.286Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:54:46.286Z] [2022-03-04T08:54:46.286Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T08:54:46.286Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T08:54:46.286Z] [2022-03-04T08:54:46.286Z] DONE 12 tests, 3 skipped in 6.103s [2022-03-04T08:54:46.507Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T08:54:46.755Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T08:54:46.766Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T08:54:47.024Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T08:54:47.592Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T08:54:48.974Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:54:48.974Z] INFO: Testing against a local daemon [2022-03-04T08:54:48.974Z] === RUN TestNetworkCreateDelete [2022-03-04T08:54:48.974Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.974Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T08:54:48.974Z] 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-04T08:54:48.974Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonDNSFallback [2022-03-04T08:54:48.974Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestInspectNetwork [2022-03-04T08:54:48.974Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:48.974Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T08:54:48.974Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.974Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestNetworkInvalidJSON [2022-03-04T08:54:48.974Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T08:54:48.974Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T08:54:48.974Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:54:48.974Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:54:48.974Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:54:48.974Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:54:48.974Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T08:54:48.974Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T08:54:48.974Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T08:54:48.974Z] === RUN TestNetworkList [2022-03-04T08:54:48.974Z] === RUN TestNetworkList//networks [2022-03-04T08:54:48.974Z] === PAUSE TestNetworkList//networks [2022-03-04T08:54:48.974Z] === RUN TestNetworkList//networks/ [2022-03-04T08:54:48.974Z] === PAUSE TestNetworkList//networks/ [2022-03-04T08:54:48.974Z] === CONT TestNetworkList//networks [2022-03-04T08:54:48.974Z] === CONT TestNetworkList//networks/ [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkList (0.05s) [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T08:54:48.974Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T08:54:48.974Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T08:54:48.974Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T08:54:48.974Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T08:54:48.974Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T08:54:48.974Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T08:54:48.974Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T08:54:48.974Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T08:54:48.974Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:54:48.974Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T08:54:48.974Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:54:48.974Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:54:48.974Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T08:54:48.975Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:54:48.975Z] PASS [2022-03-04T08:54:48.975Z] ok github.com/docker/docker/integration/network 0.182s [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === Skipped [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T08:54:48.975Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T08:54:48.975Z] 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-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T08:54:48.975Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T08:54:48.975Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T08:54:48.975Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T08:54:48.975Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:243: FLAKY_TEST [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T08:54:48.975Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T08:54:48.975Z] [2022-03-04T08:54:48.975Z] DONE 22 tests, 15 skipped in 2.557s [2022-03-04T08:54:49.443Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T08:54:49.495Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T08:54:49.495Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T08:54:49.912Z] testing: warning: no tests to run [2022-03-04T08:54:49.912Z] PASS [2022-03-04T08:54:49.912Z] ok github.com/docker/docker/integration/network/ipvlan 0.093s [2022-03-04T08:54:49.912Z] [2022-03-04T08:54:49.912Z] DONE 0 tests in 0.794s [2022-03-04T08:54:50.063Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T08:54:50.380Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T08:54:50.633Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T08:54:50.643Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T08:54:50.849Z] testing: warning: no tests to run [2022-03-04T08:54:50.849Z] PASS [2022-03-04T08:54:50.849Z] ok github.com/docker/docker/integration/network/macvlan 0.089s [2022-03-04T08:54:50.849Z] [2022-03-04T08:54:50.849Z] DONE 0 tests in 0.794s [2022-03-04T08:54:51.318Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T08:54:51.572Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T08:54:51.787Z] testing: warning: no tests to run [2022-03-04T08:54:51.787Z] PASS [2022-03-04T08:54:51.787Z] ok github.com/docker/docker/integration/plugin 0.090s [2022-03-04T08:54:51.787Z] [2022-03-04T08:54:51.787Z] DONE 0 tests in 0.782s [2022-03-04T08:54:51.831Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T08:54:52.259Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T08:54:52.398Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T08:54:52.729Z] testing: warning: no tests to run [2022-03-04T08:54:52.729Z] PASS [2022-03-04T08:54:52.729Z] ok github.com/docker/docker/integration/plugin/authz 0.111s [2022-03-04T08:54:52.729Z] [2022-03-04T08:54:52.729Z] DONE 0 tests in 0.812s [2022-03-04T08:54:52.965Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T08:54:53.198Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T08:54:53.224Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T08:54:53.793Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T08:54:54.360Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T08:54:54.360Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-04T08:54:55.738Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T08:54:56.676Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T08:54:57.614Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T08:54:57.876Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T08:54:57.960Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:54:57.960Z] INFO: Testing against a local daemon [2022-03-04T08:54:57.960Z] === RUN TestPluginInvalidJSON [2022-03-04T08:54:57.960Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:54:57.960Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:54:57.960Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T08:54:57.960Z] --- PASS: TestPluginInvalidJSON (0.06s) [2022-03-04T08:54:57.960Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T08:54:57.960Z] === RUN TestPluginInstall [2022-03-04T08:54:57.960Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T08:54:57.960Z] === RUN TestPluginsWithRuntimes [2022-03-04T08:54:57.960Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T08:54:57.960Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T08:54:57.960Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] --- SKIP: TestPluginBackCompatMediaTypes (0.01s) [2022-03-04T08:54:57.960Z] PASS [2022-03-04T08:54:57.960Z] ok github.com/docker/docker/integration/plugin/common 0.130s [2022-03-04T08:54:57.960Z] [2022-03-04T08:54:57.960Z] === Skipped [2022-03-04T08:54:57.960Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T08:54:57.960Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] [2022-03-04T08:54:57.960Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T08:54:57.960Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] [2022-03-04T08:54:57.960Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.01s) [2022-03-04T08:54:57.960Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T08:54:57.960Z] [2022-03-04T08:54:57.960Z] DONE 5 tests, 3 skipped in 4.994s [2022-03-04T08:54:57.960Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T08:54:58.813Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T08:54:59.304Z] ok github.com/docker/docker/api/server 0.019s coverage: 9.0% of statements [2022-03-04T08:55:00.190Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T08:55:00.926Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:00.926Z] INFO: Testing against a local daemon [2022-03-04T08:55:00.926Z] === RUN TestExternalGraphDriver [2022-03-04T08:55:00.926Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:55:00.926Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T08:55:00.926Z] === RUN TestGraphdriverPluginV2 [2022-03-04T08:55:00.926Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:55:00.926Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:55:00.926Z] PASS [2022-03-04T08:55:00.926Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.126s [2022-03-04T08:55:00.926Z] [2022-03-04T08:55:00.926Z] === Skipped [2022-03-04T08:55:00.926Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T08:55:00.926Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T08:55:00.926Z] [2022-03-04T08:55:00.926Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T08:55:00.926Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T08:55:00.926Z] [2022-03-04T08:55:00.926Z] DONE 2 tests, 2 skipped in 2.746s [2022-03-04T08:55:00.926Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T08:55:01.586Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T08:55:01.587Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T08:55:01.846Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-04T08:55:03.233Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T08:55:03.233Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T08:55:03.801Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T08:55:03.914Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:03.914Z] INFO: Testing against a local daemon [2022-03-04T08:55:03.914Z] === RUN TestReadPluginNoRead [2022-03-04T08:55:03.914Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:55:03.914Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T08:55:03.914Z] PASS [2022-03-04T08:55:03.914Z] ok github.com/docker/docker/integration/plugin/logging 0.110s [2022-03-04T08:55:03.914Z] [2022-03-04T08:55:03.914Z] === Skipped [2022-03-04T08:55:03.914Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T08:55:03.914Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T08:55:03.914Z] [2022-03-04T08:55:03.914Z] DONE 1 tests, 1 skipped in 2.556s [2022-03-04T08:55:03.914Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T08:55:04.900Z] testing: warning: no tests to run [2022-03-04T08:55:04.901Z] PASS [2022-03-04T08:55:04.901Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.091s [2022-03-04T08:55:04.901Z] [2022-03-04T08:55:04.901Z] DONE 0 tests in 1.260s [2022-03-04T08:55:04.901Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T08:55:07.199Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:07.199Z] INFO: Testing against a local daemon [2022-03-04T08:55:07.199Z] === RUN TestPluginWithDevMounts [2022-03-04T08:55:07.199Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:07.199Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T08:55:07.199Z] PASS [2022-03-04T08:55:07.199Z] ok github.com/docker/docker/integration/plugin/volumes 0.105s [2022-03-04T08:55:07.668Z] [2022-03-04T08:55:07.668Z] === Skipped [2022-03-04T08:55:07.668Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T08:55:07.668Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:07.668Z] [2022-03-04T08:55:07.668Z] DONE 1 tests, 1 skipped in 2.340s [2022-03-04T08:55:07.668Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T08:55:09.886Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:09.886Z] INFO: Testing against a local daemon [2022-03-04T08:55:09.886Z] === RUN TestSecretInspect [2022-03-04T08:55:09.886Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T08:55:09.886Z] === RUN TestSecretList [2022-03-04T08:55:09.886Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T08:55:09.886Z] === RUN TestSecretsCreateAndDelete [2022-03-04T08:55:09.886Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:55:09.886Z] === RUN TestSecretsUpdate [2022-03-04T08:55:09.886Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T08:55:09.886Z] === RUN TestTemplatedSecret [2022-03-04T08:55:09.886Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T08:55:09.886Z] === RUN TestSecretCreateResolve [2022-03-04T08:55:09.886Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:09.886Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-04T08:55:09.886Z] PASS [2022-03-04T08:55:09.886Z] ok github.com/docker/docker/integration/secret 0.104s [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === Skipped [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T08:55:09.886Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T08:55:09.886Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T08:55:09.886Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T08:55:09.886Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T08:55:09.886Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.01s) [2022-03-04T08:55:09.886Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:09.886Z] [2022-03-04T08:55:09.886Z] DONE 6 tests, 6 skipped in 2.153s [2022-03-04T08:55:09.886Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T08:55:11.919Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T08:55:11.919Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T08:55:12.839Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:12.839Z] INFO: Testing against a local daemon [2022-03-04T08:55:12.839Z] === RUN TestServiceCreateInit [2022-03-04T08:55:12.839Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T08:55:12.839Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T08:55:12.839Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T08:55:12.839Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceConflict [2022-03-04T08:55:12.839Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T08:55:12.839Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-04T08:55:12.839Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T08:55:12.839Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T08:55:12.839Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T08:55:12.839Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceSysctls [2022-03-04T08:55:12.839Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-04T08:55:12.839Z] === RUN TestCreateServiceCapabilities [2022-03-04T08:55:12.839Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-04T08:55:12.839Z] === RUN TestInspect [2022-03-04T08:55:12.839Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestInspect (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestCreateJob [2022-03-04T08:55:12.839Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestReplicatedJob [2022-03-04T08:55:12.839Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestUpdateReplicatedJob [2022-03-04T08:55:12.839Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceListWithStatuses [2022-03-04T08:55:12.839Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T08:55:12.839Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestDockerNetworkReConnect [2022-03-04T08:55:12.839Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServicePlugin [2022-03-04T08:55:12.839Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceUpdateLabel [2022-03-04T08:55:12.839Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceUpdateSecrets [2022-03-04T08:55:12.839Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceUpdateConfigs [2022-03-04T08:55:12.839Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceUpdateNetwork [2022-03-04T08:55:12.839Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T08:55:12.839Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T08:55:12.839Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:55:12.839Z] PASS [2022-03-04T08:55:12.839Z] ok github.com/docker/docker/integration/service 0.280s [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === Skipped [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-04T08:55:12.839Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T08:55:12.839Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-04T08:55:12.839Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-04T08:55:12.839Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T08:55:12.839Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T08:55:12.839Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T08:55:12.839Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T08:55:12.839Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T08:55:12.839Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T08:55:12.839Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T08:55:12.839Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T08:55:12.839Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T08:55:12.839Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T08:55:12.839Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T08:55:12.839Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T08:55:12.839Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.839Z] [2022-03-04T08:55:12.839Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T08:55:12.840Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T08:55:12.840Z] [2022-03-04T08:55:12.840Z] DONE 24 tests, 23 skipped in 2.888s [2022-03-04T08:55:12.840Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T08:55:12.856Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T08:55:13.423Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T08:55:14.802Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-04T08:55:14.802Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T08:55:15.055Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:15.055Z] INFO: Testing against a local daemon [2022-03-04T08:55:15.055Z] === RUN TestSessionCreate [2022-03-04T08:55:15.055Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:55:15.055Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T08:55:15.055Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T08:55:15.055Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:55:15.055Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:55:15.055Z] PASS [2022-03-04T08:55:15.055Z] ok github.com/docker/docker/integration/session 0.108s [2022-03-04T08:55:15.055Z] [2022-03-04T08:55:15.055Z] === Skipped [2022-03-04T08:55:15.055Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T08:55:15.055Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T08:55:15.055Z] [2022-03-04T08:55:15.055Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T08:55:15.055Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T08:55:15.055Z] [2022-03-04T08:55:15.055Z] DONE 2 tests, 2 skipped in 2.022s [2022-03-04T08:55:15.055Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T08:55:15.061Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T08:55:15.061Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T08:55:15.061Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T08:55:15.629Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T08:55:16.197Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T08:55:17.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:17.272Z] INFO: Testing against a local daemon [2022-03-04T08:55:17.272Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T08:55:17.272Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:17.272Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestDiskUsage [2022-03-04T08:55:17.272Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:55:17.272Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestEventsExecDie [2022-03-04T08:55:17.272Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:55:17.272Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestEventsBackwardsCompatible [2022-03-04T08:55:17.272Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:55:17.272Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestEventsVolumeCreate [2022-03-04T08:55:17.272Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:55:17.272Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestInfoAPI [2022-03-04T08:55:17.272Z] --- PASS: TestInfoAPI (0.05s) [2022-03-04T08:55:17.272Z] === RUN TestInfoAPIWarnings [2022-03-04T08:55:17.272Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:55:17.272Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestInfoDebug [2022-03-04T08:55:17.272Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:17.272Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestInfoInsecureRegistries [2022-03-04T08:55:17.272Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:17.272Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestInfoRegistryMirrors [2022-03-04T08:55:17.272Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:17.272Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T08:55:17.272Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T08:55:18.261Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-03-04T08:55:18.261Z] === RUN TestPingCacheHeaders [2022-03-04T08:55:18.261Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-04T08:55:18.261Z] === RUN TestPingGet [2022-03-04T08:55:18.261Z] --- PASS: TestPingGet (0.05s) [2022-03-04T08:55:18.261Z] === RUN TestPingHead [2022-03-04T08:55:18.261Z] --- PASS: TestPingHead (0.04s) [2022-03-04T08:55:18.261Z] === RUN TestVersion [2022-03-04T08:55:18.261Z] --- PASS: TestVersion (0.04s) [2022-03-04T08:55:18.261Z] PASS [2022-03-04T08:55:18.261Z] ok github.com/docker/docker/integration/system 1.326s [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === Skipped [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T08:55:18.730Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T08:55:18.730Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T08:55:18.730Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T08:55:18.730Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T08:55:18.730Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T08:55:18.730Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T08:55:18.730Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T08:55:18.730Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T08:55:18.730Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T08:55:18.730Z] [2022-03-04T08:55:18.730Z] DONE 15 tests, 9 skipped in 3.582s [2022-03-04T08:55:18.730Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T08:55:20.385Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T08:55:20.385Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T08:55:20.950Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:20.950Z] INFO: Testing against a local daemon [2022-03-04T08:55:20.950Z] === RUN TestVolumesCreateAndList [2022-03-04T08:55:20.950Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-04T08:55:20.950Z] === RUN TestVolumesRemove [2022-03-04T08:55:20.950Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-04T08:55:20.951Z] === RUN TestVolumesInspect [2022-03-04T08:55:20.951Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-04T08:55:20.951Z] === RUN TestVolumesInvalidJSON [2022-03-04T08:55:20.951Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T08:55:20.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T08:55:20.951Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T08:55:20.951Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-04T08:55:20.951Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-04T08:55:20.951Z] PASS [2022-03-04T08:55:20.951Z] ok github.com/docker/docker/integration/volume 0.341s [2022-03-04T08:55:21.419Z] [2022-03-04T08:55:21.419Z] DONE 5 tests in 2.455s [2022-03-04T08:55:21.419Z] INFO: make.ps1 ended at 03/04/2022 08:55:21 [2022-03-04T08:55:21.419Z] INFO: Integration CLI tests being run from the host: [2022-03-04T08:55:21.419Z] 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-04T08:55:22.231Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T08:55:22.231Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T08:55:22.231Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T08:55:22.231Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T08:55:22.231Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T08:55:22.231Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T08:55:23.219Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T08:55:23.219Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T08:55:23.219Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T08:55:23.219Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T08:55:23.219Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T08:55:23.219Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T08:55:23.219Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T08:55:23.219Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T08:55:23.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-04T08:55:24.205Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T08:55:24.625Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T08:55:25.195Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T08:55:25.195Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T08:55:26.486Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T08:55:26.486Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T08:55:26.486Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T08:55:26.575Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T08:55:27.513Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T08:55:27.513Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-04T08:55:28.000Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T08:55:28.049Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T08:55:28.049Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T08:55:28.453Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T08:55:28.518Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T08:55:28.518Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T08:55:28.986Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T08:55:28.986Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T08:55:28.986Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T08:55:29.391Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T08:55:29.454Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T08:55:29.454Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T08:55:29.454Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T08:55:29.565Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T08:55:29.565Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T08:55:29.565Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T08:55:29.565Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T08:55:29.565Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T08:55:29.565Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T08:55:29.651Z] docker_api_swarm_service_test.go:395: [d7441e6e21386] joining swarm manager [d0a7d30067b30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:55:30.219Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T08:55:30.787Z] docker_api_swarm_service_test.go:395: [d2d782c72c4b2] joining swarm manager [d0a7d30067b30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:55:32.519Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T08:55:32.693Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T08:55:33.631Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T08:55:33.928Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T08:55:33.928Z] INFO: Testing against a local daemon [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T08:55:33.928Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T08:55:33.928Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T08:55:33.928Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T08:55:34.199Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T08:55:34.398Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T08:55:40.765Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T08:55:46.056Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T08:55:46.056Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-04T08:55:46.624Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T08:55:47.192Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T08:55:47.453Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T08:55:47.763Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T08:55:48.330Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T08:55:48.330Z] docker_api_swarm_service_test.go:343: [d37bd760bb476] joining swarm manager [d2cef94d54f2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:55:48.590Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T08:55:49.158Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T08:55:49.158Z] docker_api_swarm_service_test.go:343: [d010b5ce504c8] joining swarm manager [d2cef94d54f2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:55:51.068Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T08:55:51.068Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-04T08:55:53.366Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T08:55:53.834Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T08:55:53.834Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T08:55:54.305Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T08:55:54.726Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T08:55:54.726Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T08:55:54.726Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T08:55:54.726Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T08:55:57.253Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T08:55:57.634Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T08:55:58.203Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T08:55:58.770Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T08:55:59.468Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T08:56:00.672Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T08:56:03.203Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-04T08:56:05.335Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T08:56:05.335Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T08:56:05.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T08:56:05.335Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T08:56:05.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T08:56:05.335Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T08:56:05.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T08:56:05.335Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T08:56:05.335Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T08:56:05.744Z] docker_api_swarm_service_test.go:490: [d422993571b45] joining swarm manager [d305f00ac84e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:56:05.803Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T08:56:06.317Z] docker_api_swarm_service_test.go:490: [de0823691eb56] joining swarm manager [d305f00ac84e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:56:08.224Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T08:56:08.224Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-04T08:56:08.224Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T08:56:09.601Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T08:56:09.695Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T08:56:10.679Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T08:56:11.663Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T08:56:12.135Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T08:56:14.039Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T08:56:15.453Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T08:56:16.571Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T08:56:18.399Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T08:56:19.102Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/server/httputils 0.008s coverage: 14.7% of statements [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.7% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 77.3% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/builder/remotecontext 0.098s coverage: 13.7% of statements [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/builder/dockerfile 0.253s coverage: 49.3% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/builder/remotecontext/git 1.243s coverage: 86.3% of statements [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T08:56:20.693Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T08:56:20.693Z] ok github.com/docker/docker/cmd/docker-proxy 0.145s coverage: 67.6% of statements [2022-03-04T08:56:21.349Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T08:56:22.391Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T08:56:23.211Z] ok github.com/docker/docker/client 0.089s coverage: 75.7% of statements [2022-03-04T08:56:23.328Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T08:56:24.705Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-04T08:56:24.705Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T08:56:26.093Z] === RUN TestDockerSuite/TestPortList [2022-03-04T08:56:27.030Z] docker_api_swarm_service_test.go:128: [d69bdfe105b8a] joining swarm manager [de5d4d2cf27cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:56:27.967Z] docker_api_swarm_service_test.go:129: [d870f8ccc0a65] joining swarm manager [de5d4d2cf27cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:56:29.873Z] docker_api_swarm_service_test.go:137: [db95659cac01a] joining swarm manager [de5d4d2cf27cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T08:56:30.810Z] docker_api_swarm_service_test.go:138: [dc9364914509e] joining swarm manager [de5d4d2cf27cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-04T08:56:34.103Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T08:56:34.672Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T08:56:41.241Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T08:56:41.241Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T08:56:41.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T08:56:41.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T08:56:41.241Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T08:56:41.501Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T08:56:41.501Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T08:56:41.760Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T08:56:42.019Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T08:56:42.958Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T08:56:42.958Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-04T08:56:44.864Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-04T08:56:45.431Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-04T08:56:46.052Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-04T08:56:46.052Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T08:56:47.967Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T08:56:48.499Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T08:56:48.499Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T08:56:48.499Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T08:56:48.499Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T08:56:48.499Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T08:56:48.535Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T08:56:51.070Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T08:56:52.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-04T08:56:54.056Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T08:56:54.056Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T08:56:55.964Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-04T08:56:56.533Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T08:56:57.911Z] docker_api_swarm_service_test.go:304: [d21e7a01093f9] joining swarm manager [d8a88a2af9400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:56:58.849Z] docker_api_swarm_service_test.go:304: [ddd08f5633e1f] joining swarm manager [d8a88a2af9400]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:57:01.887Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 29.1% of statements [2022-03-04T08:57:01.888Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-03-04T08:57:02.144Z] ok github.com/docker/docker/cmd/dockerd/trap 2.513s coverage: 0.0% of statements [2022-03-04T08:57:02.144Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T08:57:02.144Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T08:57:02.144Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T08:57:02.144Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T08:57:02.144Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T08:57:04.119Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T08:57:04.119Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T08:57:05.497Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T08:57:06.330Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T08:57:06.330Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T08:57:06.901Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T08:57:07.316Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T08:57:07.785Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T08:57:08.278Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T08:57:09.654Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T08:57:10.269Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2022-03-04T08:57:10.830Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-03-04T08:57:11.032Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T08:57:11.759Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-04T08:57:11.969Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T08:57:11.969Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T08:57:12.202Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T08:57:12.535Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T08:57:14.413Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T08:57:14.413Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T08:57:14.413Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T08:57:14.438Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T08:57:15.814Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T08:57:16.074Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T08:57:16.074Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-04T08:57:16.074Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T08:57:16.447Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T08:57:16.447Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T08:57:16.642Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T08:57:16.642Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T08:57:16.642Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T08:57:17.211Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T08:57:17.433Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T08:57:18.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-04T08:57:18.149Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T08:57:19.085Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T08:57:19.656Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T08:57:19.845Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.8% of statements [2022-03-04T08:57:19.845Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 81.0% of statements [2022-03-04T08:57:19.845Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-04T08:57:20.225Z] docker_api_swarm_service_test.go:100: [d538c6b289e58] joining swarm manager [de8d10ccebc27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:57:20.407Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-04T08:57:20.969Z] ok github.com/docker/docker/daemon 10.123s coverage: 17.1% of statements [2022-03-04T08:57:20.969Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T08:57:20.969Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T08:57:20.969Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T08:57:20.969Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T08:57:21.167Z] docker_api_swarm_service_test.go:101: [d500103e65fe2] joining swarm manager [de8d10ccebc27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:57:21.897Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.811s coverage: 74.6% of statements [2022-03-04T08:57:23.265Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.359s coverage: 56.2% of statements [2022-03-04T08:57:23.265Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 3.0% of statements [2022-03-04T08:57:23.298Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T08:57:25.163Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.8% of statements [2022-03-04T08:57:26.531Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.231s coverage: 50.5% of statements [2022-03-04T08:57:27.097Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.232s coverage: 46.2% of statements [2022-03-04T08:57:27.097Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T08:57:27.746Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T08:57:27.746Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T08:57:28.465Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.737s coverage: 58.0% of statements [2022-03-04T08:57:28.465Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-04T08:57:28.465Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T08:57:28.465Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-03-04T08:57:29.122Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T08:57:29.122Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T08:57:29.122Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T08:57:29.122Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T08:57:29.393Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2022-03-04T08:57:29.955Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-03-04T08:57:30.884Z] ok github.com/docker/docker/daemon/images 0.036s coverage: 6.8% of statements [2022-03-04T08:57:30.884Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T08:57:30.884Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T08:57:31.449Z] ok github.com/docker/docker/daemon/logger 0.237s coverage: 43.5% of statements [2022-03-04T08:57:31.659Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T08:57:32.011Z] ok github.com/docker/docker/daemon/logger/awslogs 0.150s coverage: 79.9% of statements [2022-03-04T08:57:32.228Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T08:57:32.268Z] ok github.com/docker/docker/daemon/logger/fluentd 0.010s coverage: 33.6% of statements [2022-03-04T08:57:32.268Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T08:57:32.369Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T08:57:32.369Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T08:57:32.830Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-04T08:57:32.830Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2022-03-04T08:57:32.837Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T08:57:32.837Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T08:57:32.838Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T08:57:32.838Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T08:57:32.838Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T08:57:32.838Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T08:57:32.838Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T08:57:32.838Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T08:57:32.838Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T08:57:32.838Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T08:57:33.393Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2022-03-04T08:57:33.649Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-04T08:57:34.230Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 78.7% of statements [2022-03-04T08:57:34.230Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T08:57:34.764Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T08:57:34.793Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 58.9% of statements [2022-03-04T08:57:35.333Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T08:57:35.333Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T08:57:35.333Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T08:57:35.355Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.053s coverage: 31.5% of statements [2022-03-04T08:57:35.808Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T08:57:36.282Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-03-04T08:57:36.282Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-04T08:57:36.845Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-04T08:57:37.773Z] ok github.com/docker/docker/daemon/logger/splunk 1.629s coverage: 82.5% of statements [2022-03-04T08:57:37.773Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T08:57:37.773Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T08:57:37.870Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T08:57:38.336Z] ok github.com/docker/docker/distribution 0.108s coverage: 26.3% of statements [2022-03-04T08:57:38.438Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T08:57:38.592Z] ok github.com/docker/docker/distribution/metadata 0.054s coverage: 48.2% of statements [2022-03-04T08:57:38.592Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T08:57:38.697Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T08:57:39.522Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-04T08:57:40.055Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T08:57:40.055Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T08:57:40.055Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T08:57:40.055Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T08:57:40.055Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T08:57:40.077Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T08:57:40.084Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-04T08:57:40.340Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-04T08:57:40.904Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-04T08:57:41.014Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T08:57:41.160Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-04T08:57:41.160Z] ok github.com/docker/docker/distribution/xfer 1.903s coverage: 85.3% of statements [2022-03-04T08:57:41.160Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T08:57:41.160Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T08:57:41.722Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2022-03-04T08:57:42.394Z] check_test.go:379: [d538c6b289e58] daemon is not started [2022-03-04T08:57:42.394Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T08:57:42.650Z] ok github.com/docker/docker/oci 0.020s coverage: 43.3% of statements [2022-03-04T08:57:43.032Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T08:57:43.213Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2022-03-04T08:57:43.341Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T08:57:43.341Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T08:57:43.470Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-04T08:57:43.931Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T08:57:44.484Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T08:57:44.484Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T08:57:44.838Z] ok github.com/docker/docker/pkg/archive 0.310s coverage: 82.5% of statements [2022-03-04T08:57:44.952Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T08:57:45.248Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T08:57:45.248Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T08:57:45.248Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T08:57:45.248Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T08:57:45.248Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T08:57:45.248Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T08:57:45.248Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T08:57:45.248Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T08:57:45.248Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T08:57:45.767Z] ok github.com/docker/docker/pkg/authorization 0.297s coverage: 68.3% of statements [2022-03-04T08:57:46.023Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-04T08:57:46.023Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-04T08:57:46.466Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T08:57:46.724Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T08:57:47.294Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T08:57:47.553Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T08:57:47.812Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-04T08:57:48.753Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T08:57:49.012Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T08:57:49.044Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T08:57:49.044Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T08:57:49.044Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T08:57:49.044Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T08:57:49.044Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T08:57:49.288Z] ok github.com/docker/docker/pkg/chrootarchive 2.475s coverage: 43.5% of statements [2022-03-04T08:57:49.288Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-04T08:57:49.544Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-04T08:57:49.544Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-04T08:57:49.581Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T08:57:49.840Z] docker_api_swarm_service_test.go:533: [db33226e4408f] joining swarm manager [d68accff0fd4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:57:50.099Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T08:57:50.099Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T08:57:50.471Z] ok github.com/docker/docker/layer 7.335s coverage: 68.9% of statements [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T08:57:50.471Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T08:57:50.471Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-04T08:57:50.667Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T08:57:50.728Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 87.2% of statements [2022-03-04T08:57:50.984Z] ok github.com/docker/docker/pkg/fsutils 0.173s coverage: 85.1% of statements [2022-03-04T08:57:50.984Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-04T08:57:51.236Z] docker_api_swarm_service_test.go:534: [d2dd56b702e14] joining swarm manager [d68accff0fd4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:57:51.804Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T08:57:51.913Z] ok github.com/docker/docker/pkg/idtools 0.431s coverage: 69.5% of statements [2022-03-04T08:57:52.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T08:57:52.047Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T08:57:52.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T08:57:52.047Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T08:57:52.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T08:57:52.063Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T08:57:52.170Z] ok github.com/docker/docker/pkg/ioutils 0.507s coverage: 71.5% of statements [2022-03-04T08:57:52.426Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-03-04T08:57:52.426Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T08:57:52.426Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2022-03-04T08:57:52.426Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-04T08:57:52.426Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T08:57:52.683Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-03-04T08:57:52.683Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-04T08:57:52.939Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-03-04T08:57:53.000Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T08:57:53.196Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-03-04T08:57:53.196Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-04T08:57:53.196Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T08:57:53.196Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T08:57:53.760Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.029s coverage: 56.8% of statements [2022-03-04T08:57:53.940Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-04T08:57:54.322Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-04T08:57:54.579Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-04T08:57:54.579Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-04T08:57:55.321Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T08:57:55.951Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-04T08:57:56.207Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-03-04T08:57:56.207Z] ok github.com/docker/docker/pkg/stack 0.015s coverage: 90.9% of statements [2022-03-04T08:57:56.259Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-04T08:57:56.463Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-03-04T08:57:56.719Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 63.8% of statements [2022-03-04T08:57:56.976Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-04T08:57:57.197Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-04T08:57:57.232Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-04T08:57:57.719Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T08:57:57.765Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-04T08:57:57.794Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-04T08:57:58.051Z] ok github.com/docker/docker/pkg/tailfile 0.057s coverage: 88.6% of statements [2022-03-04T08:57:58.307Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-04T08:57:58.334Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-04T08:57:58.564Z] coverage: [no statements] [2022-03-04T08:57:58.564Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-04T08:57:58.820Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-04T08:57:58.910Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-04T08:57:59.076Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-04T08:57:59.076Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-04T08:57:59.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T08:57:59.095Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T08:57:59.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T08:57:59.478Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T08:57:59.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T08:57:59.550Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T08:57:59.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T08:57:59.550Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T08:58:00.008Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T08:58:00.046Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-04T08:58:00.965Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-03-04T08:58:00.965Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-04T08:58:00.981Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T08:58:01.222Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-03-04T08:58:01.548Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T08:58:01.808Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T08:58:02.377Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T08:58:02.377Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T08:58:02.595Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2022-03-04T08:58:02.595Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-03-04T08:58:03.525Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-03-04T08:58:03.756Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T08:58:04.090Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-04T08:58:04.090Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-04T08:58:04.325Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T08:58:04.583Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T08:58:04.652Z] ok github.com/docker/docker/runconfig 0.009s coverage: 65.7% of statements [2022-03-04T08:58:04.653Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-04T08:58:05.152Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T08:58:05.721Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T08:58:05.721Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T08:58:05.980Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T08:58:06.547Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T08:58:06.806Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T08:58:07.172Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-03-04T08:58:07.373Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T08:58:07.735Z] ok github.com/docker/docker/volume/local 0.094s coverage: 76.4% of statements [2022-03-04T08:58:07.941Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T08:58:07.941Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T08:58:08.201Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T08:58:08.201Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T08:58:08.300Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-03-04T08:58:09.139Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T08:58:09.229Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-04T08:58:09.401Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T08:58:09.970Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T08:58:10.537Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T08:58:10.537Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T08:58:10.796Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T08:58:11.737Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T08:58:12.674Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T08:58:13.619Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T08:58:13.888Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T08:58:14.153Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-04T08:58:14.412Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T08:58:14.981Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T08:58:14.983Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T08:58:14.983Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T08:58:14.983Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T08:58:15.549Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T08:58:16.118Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T08:58:16.377Z] docker_api_swarm_service_test.go:148: [d6de7991c7bdf] joining swarm manager [d276d36ef14d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T08:58:17.317Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T08:58:17.317Z] docker_api_swarm_service_test.go:148: [d1b040a077351] joining swarm manager [d276d36ef14d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T08:58:19.855Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T08:58:19.855Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T08:58:20.423Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T08:58:21.805Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T08:58:23.184Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T08:58:24.562Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T08:58:25.943Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T08:58:25.944Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-04T08:58:25.944Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T08:58:25.944Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-04T08:58:25.944Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T08:58:26.516Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T08:58:27.314Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T08:58:27.903Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T08:58:28.471Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T08:58:29.848Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T08:58:29.922Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T08:58:30.436Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T08:58:31.110Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T08:58:31.110Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === Skipped [2022-03-04T08:58:31.110Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T08:58:31.110Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T08:58:31.110Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T08:58:31.110Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T08:58:31.110Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-04T08:58:31.110Z] time="2022-03-04T08:57:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-04T08:58:31.110Z] time="2022-03-04T08:57:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-04T08:58:31.110Z] time="2022-03-04T08:57:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-04T08:58:31.110Z] time="2022-03-04T08:57:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-04T08:58:31.110Z] time="2022-03-04T08:57:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-04T08:58:31.110Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-04T08:58:31.110Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-04T08:58:31.110Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T08:58:31.110Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-04T08:58:31.110Z] graphtest_unix.go:71: No driver to put! [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-04T08:58:31.110Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-04T08:58:31.110Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-04T08:58:31.110Z] [2022-03-04T08:58:31.110Z] DONE 2318 tests, 28 skipped in 224.408s [2022-03-04T08:58:31.110Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/config [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/idm [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/ns [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/options [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/osl [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T08:58:31.110Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-04T08:58:31.110Z] + 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-04T08:58:31.372Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T08:58:31.940Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-04T08:58:31.940Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-04T08:58:31.940Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T08:58:32.199Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-04T08:58:32.811Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T08:58:32.811Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T08:58:33.575Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T08:58:33.575Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T08:58:33.773Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T08:58:33.773Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T08:58:33.834Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T08:58:34.229Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T08:58:34.403Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T08:58:34.974Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-04T08:58:35.542Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T08:58:35.542Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T08:58:35.758Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T08:58:35.758Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T08:58:35.758Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T08:58:36.110Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T08:58:36.677Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T08:58:36.936Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T08:58:37.506Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T08:58:37.594Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T08:58:37.765Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T08:58:38.333Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T08:58:38.593Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T08:58:39.160Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T08:58:39.160Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T08:58:39.727Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T08:58:39.986Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T08:58:41.365Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T08:58:41.365Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T08:58:41.366Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-04T08:58:41.366Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T08:58:41.527Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T08:58:42.488Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T08:58:42.488Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T08:58:42.488Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T08:58:42.488Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T08:58:42.945Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T08:58:43.901Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T08:58:44.162Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T08:58:44.472Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T08:58:45.434Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T08:58:45.890Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T08:58:46.345Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T08:58:47.306Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T08:58:47.884Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T08:58:54.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-04T08:58:54.352Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T08:58:55.104Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-04T08:58:55.881Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T08:58:55.881Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T08:58:55.881Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T08:58:56.042Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T08:58:56.979Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-04T08:58:56.979Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-04T08:58:56.979Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T08:58:56.979Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T08:58:57.411Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T08:58:57.411Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T08:58:57.411Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T08:58:57.546Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T08:58:57.867Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T08:58:59.449Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T08:59:00.389Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T08:59:00.756Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T08:59:01.333Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T08:59:01.852Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T08:59:02.308Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T08:59:02.308Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T08:59:02.308Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T08:59:03.273Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T08:59:04.235Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T08:59:04.235Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T08:59:04.235Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T08:59:04.235Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T08:59:04.235Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T08:59:06.758Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T08:59:07.017Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T08:59:07.276Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T08:59:08.213Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T08:59:08.213Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T08:59:08.471Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T08:59:09.407Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T08:59:09.774Z] ok github.com/docker/docker/libnetwork 37.291s coverage: 40.7% of statements [2022-03-04T08:59:09.774Z] ok github.com/docker/docker/libnetwork/bitseq 0.120s coverage: 84.4% of statements [2022-03-04T08:59:09.774Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T08:59:10.346Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T08:59:11.140Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T08:59:11.278Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T08:59:11.398Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T08:59:11.398Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T08:59:11.398Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T08:59:11.398Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T08:59:11.654Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-04T08:59:11.654Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T08:59:11.733Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T08:59:11.733Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T08:59:11.733Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T08:59:11.910Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-04T08:59:12.167Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-04T08:59:12.167Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T08:59:12.167Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T08:59:12.423Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-04T08:59:12.671Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T08:59:12.987Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T08:59:14.941Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.406s coverage: 59.9% of statements [2022-03-04T08:59:15.197Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T08:59:15.197Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-04T08:59:15.760Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.152s coverage: 4.0% of statements [2022-03-04T08:59:16.016Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T08:59:16.273Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-04T08:59:16.529Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T08:59:16.786Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-03-04T08:59:17.948Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-04T08:59:17.948Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T08:59:18.208Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T08:59:18.776Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T08:59:20.155Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T08:59:22.064Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T08:59:22.064Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-04T08:59:23.264Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T08:59:24.602Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T08:59:24.602Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-04T08:59:25.984Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T08:59:26.727Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.888s coverage: 7.2% of statements [2022-03-04T08:59:26.727Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T08:59:26.727Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-04T08:59:26.727Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-04T08:59:26.728Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T08:59:26.728Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-04T08:59:26.728Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T08:59:26.983Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-04T08:59:27.239Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-03-04T08:59:27.239Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-04T08:59:27.495Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-04T08:59:27.893Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-04T08:59:27.893Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T08:59:28.831Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T08:59:30.211Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T08:59:30.211Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T08:59:30.789Z] === RUN TestDockerSwarmSuite/TestExtraHosts=== RUN TestDockerSuite/TestRunNetHost [2022-03-04T08:59:30.789Z] [2022-03-04T08:59:31.728Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T08:59:31.988Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T08:59:32.558Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T08:59:33.638Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T08:59:33.937Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-04T08:59:34.506Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T08:59:36.413Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T08:59:36.413Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-04T08:59:39.671Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.008s coverage: 100.0% of statements [2022-03-04T08:59:39.702Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T08:59:39.702Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T08:59:39.702Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-04T08:59:40.270Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-04T08:59:40.270Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T08:59:40.529Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T08:59:40.788Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T08:59:41.356Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T08:59:41.356Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T08:59:41.926Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T08:59:44.510Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-04T08:59:47.798Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-04T08:59:47.798Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-04T08:59:47.798Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T08:59:48.057Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-04T08:59:48.625Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T08:59:49.562Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T08:59:50.130Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-04T08:59:50.698Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-04T08:59:50.698Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T08:59:50.958Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T08:59:51.527Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T08:59:51.786Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T08:59:52.355Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T08:59:52.355Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-04T08:59:52.355Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T08:59:52.923Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T08:59:53.181Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T08:59:53.181Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-04T08:59:53.181Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T08:59:53.749Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-04T08:59:53.878Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T08:59:53.878Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T08:59:53.878Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/ipam 13.923s coverage: 85.3% of statements [2022-03-04T08:59:54.531Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T08:59:54.531Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-04T08:59:54.531Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.008s coverage: 71.4% of statements [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/ipamutils 0.247s coverage: 74.0% of statements [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/iptables 0.157s coverage: 45.1% of statements [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-04T08:59:54.531Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-04T08:59:54.685Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T08:59:54.685Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-04T08:59:54.685Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T08:59:56.591Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T08:59:57.527Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T08:59:57.786Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T09:00:01.033Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T09:00:01.033Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T09:00:01.033Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T09:00:01.033Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T09:00:01.503Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T09:00:01.503Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T09:00:01.503Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T09:00:01.975Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T09:00:01.975Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T09:00:02.234Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-04T09:00:02.493Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T09:00:02.493Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T09:00:02.493Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T09:00:03.612Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-04T09:00:04.180Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-04T09:00:06.728Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-04T09:00:08.110Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-04T09:00:09.490Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-04T09:00:09.655Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T09:00:09.655Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T09:00:10.059Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-04T09:00:10.126Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T09:00:10.628Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-04T09:00:11.196Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-04T09:00:11.764Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-04T09:00:12.332Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-04T09:00:12.590Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-04T09:00:13.159Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T09:00:13.727Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T09:00:13.988Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T09:00:16.524Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-04T09:00:16.524Z] === RUN TestDockerSuite/TestRunState [2022-03-04T09:00:17.299Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T09:00:17.299Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T09:00:17.460Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T09:00:18.398Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T09:00:18.967Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T09:00:18.967Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-04T09:00:18.967Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-04T09:00:18.967Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T09:00:19.537Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-04T09:00:19.537Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T09:00:20.108Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-04T09:00:21.045Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T09:00:21.045Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T09:00:21.045Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T09:00:21.993Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-04T09:00:22.062Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T09:00:23.049Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T09:00:23.049Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T09:00:23.049Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T09:00:23.049Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T09:00:23.049Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T09:00:23.049Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T09:00:23.049Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T09:00:23.372Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-04T09:00:23.518Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T09:00:23.631Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-04T09:00:24.510Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T09:00:25.009Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-04T09:00:26.914Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T09:00:28.307Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T09:00:30.203Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T09:00:30.203Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T09:00:30.525Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T09:00:30.525Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T09:00:30.525Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T09:00:30.525Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T09:00:30.525Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T09:00:30.525Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T09:00:30.771Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T09:00:31.031Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T09:00:32.408Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-04T09:00:32.607Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T09:00:32.607Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T09:00:32.607Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T09:00:32.607Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T09:00:32.668Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T09:00:34.045Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T09:00:34.323Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T09:00:34.613Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T09:00:34.872Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T09:00:34.872Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T09:00:35.131Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-04T09:00:35.390Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T09:00:35.958Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T09:00:36.527Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-04T09:00:36.527Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-04T09:00:36.527Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T09:00:36.786Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T09:00:37.355Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T09:00:38.294Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-04T09:00:40.845Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T09:00:40.845Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-04T09:00:40.845Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T09:00:41.782Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T09:00:43.689Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T09:00:43.948Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-04T09:00:44.517Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T09:00:45.929Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T09:00:45.929Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T09:00:45.929Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:00:45.929Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T09:00:45.929Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:00:45.929Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T09:00:46.396Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T09:00:46.423Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T09:00:46.683Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-04T09:00:47.381Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T09:00:47.381Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:00:47.381Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T09:00:47.850Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T09:00:48.061Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T09:00:48.317Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T09:00:48.631Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T09:00:48.631Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-04T09:00:48.631Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T09:00:48.631Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-04T09:00:48.631Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T09:00:48.631Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-04T09:00:48.631Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T09:00:48.890Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-04T09:00:48.890Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-04T09:00:48.890Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-04T09:00:49.270Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T09:00:49.458Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-04T09:00:49.718Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-04T09:00:49.978Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-04T09:00:51.359Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-04T09:00:51.617Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-04T09:00:52.186Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-04T09:00:52.445Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T09:00:52.445Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-04T09:00:53.014Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-04T09:00:53.014Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-04T09:00:53.582Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-04T09:00:54.025Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T09:00:54.152Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-04T09:00:54.153Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-04T09:00:54.176Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T09:00:54.722Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T09:00:54.980Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T09:00:55.011Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T09:00:55.011Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T09:00:55.011Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T09:00:55.242Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-04T09:00:55.501Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T09:00:55.761Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-04T09:00:56.327Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-04T09:00:56.593Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-04T09:00:56.593Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T09:00:56.854Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T09:00:57.122Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T09:00:57.422Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T09:00:57.898Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T09:00:57.898Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T09:00:57.898Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T09:00:58.801Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-04T09:00:58.802Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T09:00:59.060Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-04T09:00:59.060Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-04T09:00:59.060Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T09:00:59.319Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T09:00:59.319Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T09:01:00.257Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T09:01:00.368Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T09:01:00.517Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T09:01:00.941Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T09:01:00.941Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:01:01.409Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T09:01:01.409Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:01:01.409Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T09:01:01.409Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:01:01.409Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T09:01:01.409Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:01:01.409Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T09:01:01.409Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:01:01.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T09:01:01.455Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-04T09:01:02.392Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T09:01:02.652Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T09:01:02.914Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T09:01:02.914Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T09:01:02.927Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T09:01:03.852Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-04T09:01:04.789Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-04T09:01:05.726Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T09:01:05.726Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T09:01:06.076Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T09:01:06.076Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:01:06.076Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T09:01:06.076Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:01:06.076Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T09:01:06.076Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:01:06.076Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T09:01:06.531Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T09:01:06.644Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T09:01:06.664Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-04T09:01:06.922Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T09:01:06.922Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T09:01:07.490Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T09:01:08.870Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3920230164 [2022-03-04T09:01:09.129Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T09:01:09.389Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T09:01:10.327Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T09:01:10.360Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T09:01:10.586Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T09:01:10.586Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T09:01:10.822Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T09:01:10.822Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T09:01:10.822Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T09:01:10.822Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T09:01:10.822Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T09:01:10.822Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T09:01:10.822Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T09:01:10.822Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T09:01:10.822Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T09:01:11.523Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T09:01:11.814Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T09:01:12.295Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T09:01:12.914Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T09:01:13.175Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T09:01:13.433Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T09:01:13.433Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T09:01:13.433Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T09:01:14.001Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T09:01:14.001Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T09:01:14.569Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T09:01:15.136Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T09:01:16.074Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T09:01:20.264Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-04T09:01:20.832Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T09:01:22.739Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T09:01:22.739Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-04T09:01:23.307Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T09:01:24.646Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T09:01:24.687Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T09:01:25.606Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T09:01:25.606Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T09:01:25.606Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T09:01:25.606Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T09:01:25.606Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:01:25.606Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T09:01:26.589Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-04T09:01:27.156Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T09:01:28.491Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T09:01:28.491Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T09:01:29.062Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T09:01:29.729Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-04T09:01:29.729Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T09:01:31.109Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T09:01:32.501Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T09:01:33.879Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T09:01:34.252Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T09:01:34.447Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-04T09:01:36.351Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T09:01:37.287Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-04T09:01:40.575Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T09:01:41.293Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T09:01:43.861Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T09:01:45.912Z] ok github.com/docker/docker/libnetwork/networkdb 104.360s coverage: 60.4% of statements [2022-03-04T09:01:45.912Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T09:01:45.912Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-04T09:01:45.912Z] ok github.com/docker/docker/libnetwork/osl 4.326s coverage: 39.7% of statements [2022-03-04T09:01:45.913Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-04T09:01:45.913Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-04T09:01:46.173Z] ok github.com/docker/docker/libnetwork/portmapper 0.215s coverage: 48.6% of statements [2022-03-04T09:01:46.173Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-04T09:01:46.173Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T09:01:46.429Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === Skipped [2022-03-04T09:01:46.429Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-04T09:01:46.429Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-04T09:01:46.429Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-04T09:01:46.429Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T09:01:46.429Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T09:01:46.429Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T09:01:46.429Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T09:01:46.429Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T09:01:46.429Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-04T09:01:46.429Z] firewalld_test.go:14: firewalld is not running [2022-03-04T09:01:46.429Z] [2022-03-04T09:01:46.429Z] DONE 326 tests, 9 skipped in 198.534s Post stage [Pipeline] junit [2022-03-04T09:01:46.999Z] Recording test results [2022-03-04T09:01:47.056Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T09:01:47.284Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-04T09:01:47.612Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43157/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a75fd11f03298bd433e7d54232785b683bca0477 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a75fd11f03298bd433e7d54232785b683bca0477 hack/validate/vendor [2022-03-04T09:01:48.048Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T09:01:48.173Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T09:01:48.772Z] + echo Ensuring container killed. [2022-03-04T09:01:48.772Z] Ensuring container killed. [2022-03-04T09:01:48.772Z] + docker rm -vf docker-pr15 [2022-03-04T09:01:48.772Z] Error: No such container: docker-pr15 [Pipeline] sh [2022-03-04T09:01:49.057Z] + echo Chowning /workspace to jenkins user [2022-03-04T09:01:49.057Z] Chowning /workspace to jenkins user [2022-03-04T09:01:49.057Z] + id -u [2022-03-04T09:01:49.057Z] + id -g [2022-03-04T09:01:49.057Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T09:01:49.424Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T09:01:50.319Z] + bundleName=unit [2022-03-04T09:01:50.319Z] + echo Creating unit-bundles.tar.gz [2022-03-04T09:01:50.319Z] Creating unit-bundles.tar.gz [2022-03-04T09:01:50.319Z] + 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-04T09:01:50.319Z] bundles/junit-report-libnetwork.xml [2022-03-04T09:01:50.319Z] bundles/junit-report.xml [2022-03-04T09:01:50.319Z] bundles/go-test-report-libnetwork.json [2022-03-04T09:01:50.319Z] bundles/go-test-report.json [2022-03-04T09:01:50.319Z] bundles/profile-libnetwork.out [2022-03-04T09:01:50.319Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-04T09:01:50.328Z] Archiving artifacts [2022-03-04T09:01:50.361Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-04T09:01:50.768Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T09:01:51.072Z] + make clean [2022-03-04T09:01:51.072Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T09:01:51.072Z] docker-dev-cache [2022-03-04T09:01:51.072Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T09:01:51.741Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T09:01:52.320Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T09:01:52.821Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T09:01:52.900Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T09:01:53.467Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T09:01:53.467Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-04T09:01:53.467Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T09:01:53.725Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T09:01:54.354Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T09:01:56.260Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T09:01:59.020Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T09:01:59.020Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:01:59.020Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T09:01:59.475Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T09:01:59.548Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-04T09:01:59.548Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-04T09:01:59.930Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T09:01:59.930Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:01:59.930Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T09:02:00.119Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-04T09:02:00.120Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-04T09:02:00.120Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-04T09:02:00.120Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-04T09:02:00.120Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-04T09:02:01.056Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-04T09:02:01.626Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-04T09:02:02.196Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-04T09:02:02.455Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-04T09:02:02.854Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T09:02:02.854Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T09:02:02.854Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T09:02:02.854Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T09:02:02.854Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T09:02:03.392Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-04T09:02:04.772Z] docker_cli_service_logs_test.go:246: checking task cfgpo7tmhkrz [2022-03-04T09:02:04.772Z] docker_cli_service_logs_test.go:251: checking messages for cfgpo7tmhkrz [2022-03-04T09:02:04.772Z] docker_cli_service_logs_test.go:246: checking task z8ri4xmbqomo [2022-03-04T09:02:04.772Z] docker_cli_service_logs_test.go:251: checking messages for z8ri4xmbqomo [2022-03-04T09:02:07.303Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-04T09:02:07.872Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-04T09:02:07.872Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-04T09:02:07.872Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-04T09:02:08.808Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-04T09:02:09.066Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T09:02:10.211Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T09:02:10.211Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:02:10.211Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T09:02:10.737Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T09:02:11.607Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-04T09:02:13.511Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-04T09:02:15.406Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T09:02:15.406Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T09:02:15.406Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T09:02:15.418Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-04T09:02:15.679Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-04T09:02:17.584Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T09:02:17.843Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-04T09:02:20.382Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T09:02:20.488Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T09:02:20.943Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T09:02:22.290Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-04T09:02:23.668Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-04T09:02:23.830Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T09:02:23.830Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:02:23.830Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T09:02:24.285Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T09:02:24.285Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T09:02:25.049Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-04T09:02:26.427Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-04T09:02:27.366Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-04T09:02:28.158Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T09:02:28.158Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T09:02:28.158Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T09:02:28.158Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T09:02:28.746Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-04T09:02:28.970Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T09:02:29.931Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T09:02:30.124Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-04T09:02:30.386Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T09:02:31.345Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T09:02:31.507Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-04T09:02:31.800Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T09:02:32.885Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-04T09:02:33.324Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T09:02:34.791Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T09:02:34.849Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T09:02:35.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T09:02:35.320Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T09:02:35.359Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-04T09:02:36.887Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T09:02:37.264Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-04T09:02:39.799Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T09:02:40.609Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T09:02:40.609Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T09:02:40.609Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T09:02:41.064Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T09:02:41.520Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T09:02:41.704Z] docker_cli_swarm_test.go:1895: [d63a2b0632c1f] joining swarm manager [d6560cd9cce9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:02:41.976Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T09:02:42.640Z] docker_cli_swarm_test.go:1896: [d1369f7016ab2] joining swarm manager [d6560cd9cce9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:02:42.763Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T09:02:47.738Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T09:02:50.754Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T09:02:51.322Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T09:02:51.580Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T09:02:51.580Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T09:02:51.580Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T09:02:51.580Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T09:02:52.959Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T09:02:53.198Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T09:02:53.219Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T09:02:53.219Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T09:02:53.219Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T09:02:53.483Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-04T09:02:58.751Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T09:02:58.751Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-04T09:03:00.657Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T09:03:00.657Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T09:03:00.657Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T09:03:02.501Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T09:03:02.501Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:03:02.501Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T09:03:02.562Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T09:03:03.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T09:03:03.620Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T09:03:03.620Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T09:03:05.099Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T09:03:05.099Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite (1282.38s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.48s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.16s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.77s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.44s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.96s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.79s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.73s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.20s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.87s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.57s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.62s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.55s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.97s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachDetach (0.97s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.82s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.88s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.66s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.63s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.27s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.55s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.14s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.36s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.71s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.43s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.53s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.19s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.63s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.84s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.61s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.69s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.51s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.08s) [2022-03-04T09:03:05.099Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.33s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.64s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.75s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.53s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.60s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.11s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.11s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.83s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.85s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.97s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.60s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.90s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.35s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.24s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.64s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.25s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.77s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.02s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.10s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.35s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.42s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.21s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.72s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.53s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.89s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.32s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.71s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.12s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.26s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.75s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.78s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.09s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.57s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.98s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.86s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.49s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCmd (0.28s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.25s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.10s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.08s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.66s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.27s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.62s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.49s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.14s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.90s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.34s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.45s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.64s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.59s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.30s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.30s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.20s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (4.48s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.23s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.33s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.05s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.27s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.14s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.47s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.18s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.71s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.93s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.98s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.87s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.88s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.74s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.05s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.09s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.32s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.48s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.29s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.64s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnv (1.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.24s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.63s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.92s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.10s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.47s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.73s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.17s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.48s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildExpose (0.42s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.68s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.59s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.45s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFails (0.84s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.78s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.79s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.51s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.52s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.52s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.09s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.18s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.72s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.59s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.40s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildHistory (3.75s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.45s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.09s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabel (0.74s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.42s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.29s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.27s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.58s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.03s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.18s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.61s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.62s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.77s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.80s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.61s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.22s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.20s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.63s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.69s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.15s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.31s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.41s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.57s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.24s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.41s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.68s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.08s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.48s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.21s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildPATH (1.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.67s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.22s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.19s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.19s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRm (2.78s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.73s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.97s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.31s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.87s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.86s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.73s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.97s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.68s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildStderr (0.62s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.57s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.72s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.85s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.49s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.70s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.97s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildUser (1.62s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.34s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.66s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.72s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.59s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.94s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.11s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.61s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.68s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.14s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.41s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.37s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T09:03:05.100Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.57s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitChange (0.61s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.58s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.95s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.05s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.78s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitTTY (1.45s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.95s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.30s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.63s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:03:05.100Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.19s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.19s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.44s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.64s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.63s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.56s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.37s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.47s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.61s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.68s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.58s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.44s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.10s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.25s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.63s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.64s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.71s) [2022-03-04T09:03:05.101Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.07s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.43s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.50s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.36s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.41s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.32s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e7bb90_} (1.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13825486984_/foo_false____} (1.40s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13825486984_/foo_true____} (1.32s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_false____} (0.51s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_true____} (1.30s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31274659476_/foo_true__0xc000e7bbc0__} (1.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e7bbd8_} (1.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e7bbf0_} (1.31s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e7bc08_} (1.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e7bc20_} (1.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.97s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.17s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.53s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.15s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.83s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.64s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.49s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.61s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.76s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.86s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.68s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.92s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.58s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.79s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.65s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.09s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.65s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.84s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.38s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.47s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.05s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.46s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.94s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.31s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.53s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToDot (0.49s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.83s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.86s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToStdout (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.93s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.23s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.75s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.37s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.50s) [2022-03-04T09:03:05.101Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.32s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-03-04T09:03:05.101Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.70s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.83s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.86s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.53s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.89s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.96s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.46s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.42s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.35s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.24s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.66s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.11s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.81s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.61s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.24s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsAttach (0.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsCommit (0.66s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.78s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.66s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.77s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.42s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.28s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsCopy (1.38s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.74s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.48s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.32s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.22s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.91s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.28s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.18s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFilters (1.15s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFormat (1.13s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.78s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.24s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.78s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.28s) [2022-03-04T09:03:05.101Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-04T09:03:05.101Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.94s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsRename (0.59s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsResize (0.68s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.56s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsTop (0.55s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.88s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExec (0.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.45s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.03s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.68s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.56s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.94s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecCgroup (0.85s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecEnv (0.60s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.09s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.72s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecInspectID (2.69s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.44s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.00s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.49s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.52s) [2022-03-04T09:03:05.101Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecUlimits (0.50s) [2022-03-04T09:03:05.102Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.19s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.77s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestExecWithUser (0.57s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.55s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.58s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.62s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHealth (19.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.59s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.59s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.57s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportDisplay (1.36s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportFile (1.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportGzipped (1.10s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.49s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.20s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.60s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.52s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.63s) [2022-03-04T09:03:05.102Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.10s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectDefault (0.40s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:03:05.102Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.49s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.48s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.95s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.55s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.95s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.36s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.36s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.38s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.07s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.43s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.64s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.41s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.75s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.11s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.04s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.88s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.60s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.58s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsSince (6.52s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.50s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsTail (0.64s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.51s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.60s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestNetHostname (1.75s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.31s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.82s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.27s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginActive (1.94s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.65s) [2022-03-04T09:03:05.102Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.19s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.70s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.84s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.56s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.26s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.55s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.39s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.04s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPortList (7.76s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.96s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.92s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.78s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsByOrder (1.84s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.64s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.08s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.08s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.59s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.78s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.92s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.27s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.18s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.45s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.94s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.48s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.61s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.46s) [2022-03-04T09:03:05.102Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.30s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.15s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.91s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.53s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.27s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.73s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.31s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.00s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.96s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.08s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.35s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.72s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.61s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.33s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.77s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.09s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.64s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.07s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.35s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.11s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.75s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.71s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.46s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.66s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.59s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.57s) [2022-03-04T09:03:05.102Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.46s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.80s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.41s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.85s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.86s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.54s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.58s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.22s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.57s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.52s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.51s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.53s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.32s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.84s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.26s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.15s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.58s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.41s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.36s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.96s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.67s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.10s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.88s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.97s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.93s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.81s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.92s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.91s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.31s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.10s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMount (4.85s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.55s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.35s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.94s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.27s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.58s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.08s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.33s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.52s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetHost (0.74s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.49s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.64s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.73s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.62s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.14s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.50s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.62s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.50s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.50s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.68s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.41s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.40s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.84s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRm (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.46s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.17s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.66s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.55s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.62s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.55s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunState (1.09s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.65s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.69s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.21s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.52s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunSysctls (1.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.64s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.46s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.15s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.20s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.72s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.45s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.50s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.63s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserByID (0.72s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.20s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.16s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.56s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserByName (0.55s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.62s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.12s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.53s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.83s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.73s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.68s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.77s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.51s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.81s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.51s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.61s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.64s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.51s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.64s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.71s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.58s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.56s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.48s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.66s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.12s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.43s) [2022-03-04T09:03:05.103Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.30s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.86s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.70s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.08s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.77s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.88s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.31s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.52s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.73s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.16s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.44s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.92s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.65s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.63s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.89s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.73s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.04s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.82s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.91s) [2022-03-04T09:03:05.103Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.60s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStartRecordError (1.24s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.46s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.19s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.64s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.13s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.46s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) [2022-03-04T09:03:05.104Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.46s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.85s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s) [2022-03-04T09:03:05.104Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T09:03:05.104Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.89s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.81s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.07s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateStats (3.69s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2022-03-04T09:03:05.104Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.64s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.23s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.15s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.13s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.73s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.53s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.51s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.28s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.40s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.26s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.10s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.28s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.23s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.34s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.52s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.75s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.57s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.43s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.41s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.51s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.08s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.10s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.97s) [2022-03-04T09:03:05.104Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.37s) [2022-03-04T09:03:05.104Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T09:03:05.104Z] === RUN TestDockerRegistrySuite [2022-03-04T09:03:05.104Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T09:03:05.393Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T09:03:06.040Z] check_test.go:195: [df60f0d5cc6b8] daemon is not started [2022-03-04T09:03:06.040Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T09:03:06.977Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-04T09:03:07.235Z] check_test.go:195: [df6cfd9418e72] daemon is not started [2022-03-04T09:03:07.235Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T09:03:08.613Z] check_test.go:195: [d3132e503c5e8] daemon is not started [2022-03-04T09:03:08.613Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T09:03:08.872Z] check_test.go:195: [da37e33cb76db] daemon is not started [2022-03-04T09:03:08.872Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:03:09.440Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-04T09:03:11.979Z] check_test.go:195: [d11a91092dff1] daemon is not started [2022-03-04T09:03:11.979Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:03:14.046Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T09:03:14.047Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T09:03:14.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T09:03:14.047Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T09:03:14.515Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T09:03:17.264Z] check_test.go:195: [de306a146aa72] daemon is not started [2022-03-04T09:03:17.264Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T09:03:19.799Z] check_test.go:195: [d6445815318a6] daemon is not started [2022-03-04T09:03:19.799Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T09:03:20.738Z] check_test.go:195: [d695dd434c62d] daemon is not started [2022-03-04T09:03:20.997Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T09:03:21.939Z] check_test.go:195: [db3854ee6f9eb] daemon is not started [2022-03-04T09:03:21.939Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T09:03:22.878Z] check_test.go:195: [d4f03043b2855] daemon is not started [2022-03-04T09:03:22.878Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T09:03:23.187Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T09:03:23.188Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T09:03:23.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T09:03:23.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T09:03:23.188Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T09:03:23.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T09:03:23.188Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T09:03:23.188Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T09:03:23.814Z] check_test.go:195: [d0888248628a7] daemon is not started [2022-03-04T09:03:23.814Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T09:03:25.193Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-04T09:03:25.193Z] check_test.go:195: [db288fb2699dc] daemon is not started [2022-03-04T09:03:25.193Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T09:03:26.130Z] check_test.go:195: [df2f22d3be14c] daemon is not started [2022-03-04T09:03:26.130Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T09:03:27.444Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T09:03:27.444Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T09:03:27.444Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T09:03:27.512Z] docker_cli_swarm_test.go:1796: [d892b36924377] joining swarm manager [da03d9e0f9914]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:03:27.512Z] check_test.go:195: [d8f54b2eb99f4] daemon is not started [2022-03-04T09:03:27.512Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T09:03:28.452Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0afffaf56af555daf0d2430e0b33e85a46f11f3689dcf55a53656d8f2385d26a [2022-03-04T09:03:28.711Z] docker_cli_swarm_test.go:1797: [d86762f756b1a] joining swarm manager [da03d9e0f9914]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:03:29.647Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dac652eb3c17be7cd3decdfdc9e9b5a1cf9c1d61df71416cacb28dd7dc1f5f0e [2022-03-04T09:03:29.906Z] check_test.go:195: [d4d1d55a71d1d] daemon is not started [2022-03-04T09:03:29.906Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T09:03:30.845Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:686937f7551195b51fd338c3fadaa56b0ecf7e4cf5d5fc7d7a2dd2f0603941a6 [2022-03-04T09:03:31.413Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3251a091e1ac8f85a21429f8f64b280ea56b79688ee22bee301673edd93dab0e [2022-03-04T09:03:31.672Z] check_test.go:195: [db37f6a10effa] daemon is not started [2022-03-04T09:03:31.672Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T09:03:32.612Z] check_test.go:195: [db10dfd0c48fb] daemon is not started [2022-03-04T09:03:32.612Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T09:03:35.150Z] check_test.go:195: [d041da3e3e4af] daemon is not started [2022-03-04T09:03:35.150Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T09:03:35.725Z] check_test.go:195: [d138ff68c3321] daemon is not started [2022-03-04T09:03:35.725Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:03:35.985Z] check_test.go:195: [d6f7773759571] daemon is not started [2022-03-04T09:03:35.985Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:03:36.922Z] check_test.go:195: [d97c289ca0203] daemon is not started [2022-03-04T09:03:36.922Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:03:37.861Z] check_test.go:195: [d646e74cbcaca] daemon is not started [2022-03-04T09:03:37.861Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:03:38.429Z] check_test.go:195: [d5abc64eec23c] daemon is not started [2022-03-04T09:03:38.429Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T09:03:40.961Z] check_test.go:195: [dd78e1fb6acb3] daemon is not started [2022-03-04T09:03:40.961Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T09:03:41.035Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T09:03:41.221Z] check_test.go:195: [d869f6930d218] daemon is not started [2022-03-04T09:03:41.221Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T09:03:42.676Z] check_test.go:195: [d55455bc72f1a] daemon is not started [2022-03-04T09:03:42.676Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T09:03:42.936Z] check_test.go:195: [d9c8896fb94c1] daemon is not started [2022-03-04T09:03:42.936Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T09:03:42.936Z] check_test.go:195: [da3dc8af1937d] daemon is not started [2022-03-04T09:03:42.936Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T09:03:43.195Z] check_test.go:195: [d5030bbda8413] daemon is not started [2022-03-04T09:03:43.195Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T09:03:43.454Z] check_test.go:195: [d2cac5251c8e1] daemon is not started [2022-03-04T09:03:43.454Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T09:03:43.712Z] check_test.go:195: [dc12612c62bbe] daemon is not started [2022-03-04T09:03:43.712Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T09:03:43.971Z] check_test.go:195: [d0fd79dcfd363] daemon is not started [2022-03-04T09:03:43.971Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T09:03:44.540Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-04T09:03:45.108Z] check_test.go:195: [d3e08ee2da680] daemon is not started [2022-03-04T09:03:45.108Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T09:03:47.016Z] check_test.go:195: [dc9f08c63a777] daemon is not started [2022-03-04T09:03:47.016Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T09:03:47.587Z] check_test.go:195: [d99d0a33bf1b4] daemon is not started [2022-03-04T09:03:47.587Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T09:03:48.524Z] check_test.go:195: [ddeccceeab561] daemon is not started [2022-03-04T09:03:48.524Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T09:03:48.638Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T09:03:49.460Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite (45.48s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.31s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.41s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.19s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.23s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.91s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.88s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.99s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.99s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.06s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.16s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.00s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.29s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.52s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.82s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.04s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.99s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.19s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.93s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.30s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.17s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.07s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.77s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.81s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.00s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.95s) [2022-03-04T09:03:50.397Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-03-04T09:03:50.397Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T09:03:50.397Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T09:03:50.665Z] check_test.go:222: [d6e9be9cb312c] daemon is not started [2022-03-04T09:03:50.665Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:03:51.653Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T09:03:52.576Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-04T09:03:53.512Z] check_test.go:222: [d16dde6c4a92f] daemon is not started [2022-03-04T09:03:53.771Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:03:55.151Z] docker_cli_swarm_test.go:1315: [db2e46f411f89] joining swarm manager [d338a59d7e3f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:03:56.529Z] docker_cli_swarm_test.go:1316: [d6be442a776fd] joining swarm manager [d338a59d7e3f7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:03:57.412Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T09:03:57.466Z] check_test.go:222: [d71542e659461] daemon is not started [2022-03-04T09:03:57.466Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T09:03:58.403Z] check_test.go:222: [d39523950b98d] daemon is not started [2022-03-04T09:03:58.403Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:03:58.662Z] check_test.go:222: [dbd9b2ee47a3b] daemon is not started [2022-03-04T09:03:58.662Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:03:59.600Z] check_test.go:222: [d05019e5d92b4] daemon is not started [2022-03-04T09:03:59.600Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:04:00.537Z] check_test.go:222: [d9d50a0a8425e] daemon is not started [2022-03-04T09:04:00.537Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:04:00.983Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T09:04:01.473Z] check_test.go:222: [da8f31fb822fb] daemon is not started [2022-03-04T09:04:01.473Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T09:04:04.011Z] check_test.go:222: [d2e164b784aa2] daemon is not started [2022-03-04T09:04:04.011Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T09:04:04.011Z] check_test.go:222: [d289c1cd086b6] daemon is not started [2022-03-04T09:04:04.011Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T09:04:04.457Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T09:04:04.579Z] check_test.go:222: [d6e957ed7fe54] daemon is not started [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite (14.18s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.10s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (3.77s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.99s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-03-04T09:04:04.579Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-03-04T09:04:04.580Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.38s) [2022-03-04T09:04:04.580Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2022-03-04T09:04:04.580Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-03-04T09:04:04.580Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T09:04:04.580Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T09:04:05.148Z] check_test.go:251: [d00c05044c7f0] daemon is not started [2022-03-04T09:04:05.148Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T09:04:05.716Z] check_test.go:251: [dd7c97d6d45d8] daemon is not started [2022-03-04T09:04:05.716Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T09:04:05.934Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T09:04:05.934Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T09:04:05.934Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T09:04:05.934Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T09:04:05.934Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:04:05.974Z] check_test.go:251: [d673ddbf541b7] daemon is not started [2022-03-04T09:04:05.974Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T09:04:06.402Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T09:04:07.357Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T09:04:07.926Z] check_test.go:251: [d70a74ab670ef] daemon is not started [2022-03-04T09:04:07.926Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T09:04:08.185Z] check_test.go:251: [d672ab5e61c2d] daemon is not started [2022-03-04T09:04:08.185Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T09:04:08.628Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T09:04:08.628Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T09:04:08.628Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T09:04:09.123Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T09:04:09.139Z] check_test.go:251: [df0e668cedf26] daemon is not started [2022-03-04T09:04:09.139Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T09:04:09.398Z] check_test.go:251: [dd1506cb68011] daemon is not started [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.88s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.59s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.54s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.88s) [2022-03-04T09:04:09.398Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-03-04T09:04:09.398Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T09:04:09.398Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T09:04:13.547Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T09:04:14.722Z] check_test.go:278: [d305c48aad55a] daemon is not started [2022-03-04T09:04:14.722Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T09:04:14.722Z] check_test.go:278: [de0a2c1c67291] daemon is not started [2022-03-04T09:04:14.722Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T09:04:14.722Z] check_test.go:278: [debbb4d6235fc] daemon is not started [2022-03-04T09:04:14.722Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T09:04:14.980Z] check_test.go:278: [d3f90325e8e3a] daemon is not started [2022-03-04T09:04:14.980Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T09:04:14.980Z] check_test.go:278: [d096e8e44a86a] daemon is not started [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-04T09:04:14.980Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-04T09:04:14.980Z] === RUN TestDockerNetworkSuite [2022-03-04T09:04:14.980Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-04T09:04:15.779Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T09:04:15.779Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T09:04:15.779Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T09:04:15.779Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T09:04:15.779Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T09:04:15.916Z] docker_cli_network_unix_test.go:46: [d0aa022deb632] daemon is not started [2022-03-04T09:04:15.933Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T09:04:16.175Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-04T09:04:16.435Z] docker_cli_network_unix_test.go:46: [d8f6c70e11997] daemon is not started [2022-03-04T09:04:16.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-04T09:04:17.353Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T09:04:18.921Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T09:04:19.227Z] docker_cli_network_unix_test.go:46: [d5112af51b570] daemon is not started [2022-03-04T09:04:19.390Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T09:04:19.486Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-04T09:04:19.858Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T09:04:20.847Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T09:04:20.865Z] docker_cli_network_unix_test.go:46: [d4608ce8ca5d6] daemon is not started [2022-03-04T09:04:20.865Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-04T09:04:21.124Z] docker_cli_network_unix_test.go:1233: [d430e82e9502d] daemon is not started [2022-03-04T09:04:23.659Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-04T09:04:24.253Z] docker_cli_network_unix_test.go:46: [d0a339bfa2389] daemon is not started [2022-03-04T09:04:24.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-04T09:04:26.719Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T09:04:29.022Z] docker_cli_network_unix_test.go:46: [dd671cff56756] daemon is not started [2022-03-04T09:04:29.684Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T09:04:29.684Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T09:04:29.684Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T09:04:29.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-04T09:04:31.254Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T09:04:31.254Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T09:04:31.254Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T09:04:31.354Z] docker_cli_network_unix_test.go:46: [d24c0063a0121] daemon is not started [2022-03-04T09:04:31.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-04T09:04:32.240Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T09:04:32.860Z] docker_cli_network_unix_test.go:46: [d4f675f3d4b22] daemon is not started [2022-03-04T09:04:33.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-04T09:04:33.378Z] docker_cli_network_unix_test.go:46: [d9dd09ec3a167] daemon is not started [2022-03-04T09:04:33.637Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-04T09:04:33.896Z] docker_cli_network_unix_test.go:46: [de176b977766a] daemon is not started [2022-03-04T09:04:33.896Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-04T09:04:34.331Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T09:04:34.331Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:04:34.331Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T09:04:34.459Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T09:04:34.464Z] docker_cli_network_unix_test.go:46: [d68e978b292df] daemon is not started [2022-03-04T09:04:34.723Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-04T09:04:35.291Z] docker_cli_network_unix_test.go:46: [db67cf50df303] daemon is not started [2022-03-04T09:04:35.447Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T09:04:35.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-04T09:04:35.857Z] docker_cli_network_unix_test.go:46: [d65c7294ba913] daemon is not started [2022-03-04T09:04:35.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-04T09:04:36.115Z] docker_cli_network_unix_test.go:46: [d4ad613f60229] daemon is not started [2022-03-04T09:04:36.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-04T09:04:36.435Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T09:04:36.435Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T09:04:36.435Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T09:04:36.684Z] docker_cli_network_unix_test.go:46: [dfaf4aa72bea9] daemon is not started [2022-03-04T09:04:36.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-04T09:04:36.942Z] docker_cli_network_unix_test.go:46: [d4f74f8041356] daemon is not started [2022-03-04T09:04:36.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-04T09:04:37.202Z] docker_cli_network_unix_test.go:46: [d5f19dddeb2c2] daemon is not started [2022-03-04T09:04:37.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-04T09:04:37.202Z] docker_cli_network_unix_test.go:46: [d49cf1e2367be] daemon is not started [2022-03-04T09:04:37.202Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-04T09:04:37.423Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T09:04:38.139Z] docker_cli_network_unix_test.go:46: [daa7f2ff36173] daemon is not started [2022-03-04T09:04:38.139Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-04T09:04:38.398Z] docker_cli_network_unix_test.go:46: [d73ff66eb9986] daemon is not started [2022-03-04T09:04:38.409Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T09:04:38.409Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T09:04:38.409Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T09:04:38.409Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T09:04:38.409Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T09:04:38.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-04T09:04:38.975Z] docker_cli_network_unix_test.go:46: [d3e340d2158e9] daemon is not started [2022-03-04T09:04:38.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-04T09:04:38.996Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T09:04:39.233Z] docker_cli_network_unix_test.go:46: [d06e3d3e2e907] daemon is not started [2022-03-04T09:04:39.234Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-04T09:04:39.451Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T09:04:39.451Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:04:39.451Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T09:04:39.451Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:04:39.452Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T09:04:39.492Z] docker_cli_network_unix_test.go:46: [d38bb8185d8a4] daemon is not started [2022-03-04T09:04:39.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-04T09:04:40.430Z] docker_cli_network_unix_test.go:968: [de047f817f0d3] daemon is not started [2022-03-04T09:04:41.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-04T09:04:42.742Z] docker_cli_network_unix_test.go:46: [d344d35bfc2e6] daemon is not started [2022-03-04T09:04:43.001Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-04T09:04:43.170Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T09:04:45.537Z] docker_cli_network_unix_test.go:1116: [dfa714f9db51e] daemon is not started [2022-03-04T09:04:46.891Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T09:04:48.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-04T09:04:48.334Z] docker_cli_network_unix_test.go:46: [deec3a8af9c3b] daemon is not started [2022-03-04T09:04:48.335Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-04T09:04:49.271Z] docker_cli_network_unix_test.go:46: [d3094297fe74a] daemon is not started [2022-03-04T09:04:49.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-04T09:04:49.271Z] docker_cli_network_unix_test.go:46: [dfd35c7cc96fe] daemon is not started [2022-03-04T09:04:49.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-04T09:04:49.530Z] docker_cli_network_unix_test.go:46: [dacd16bcae099] daemon is not started [2022-03-04T09:04:49.530Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-04T09:04:49.530Z] docker_cli_network_unix_test.go:46: [d4e8a0f16f6be] daemon is not started [2022-03-04T09:04:49.530Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-04T09:04:49.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T09:04:49.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T09:04:49.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T09:04:49.789Z] docker_cli_network_unix_test.go:46: [d158d40cdf939] daemon is not started [2022-03-04T09:04:49.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-04T09:04:49.789Z] docker_cli_network_unix_test.go:46: [dc91e1c596827] daemon is not started [2022-03-04T09:04:49.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-04T09:04:50.912Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T09:04:51.167Z] docker_cli_network_unix_test.go:46: [d1edaffa4d740] daemon is not started [2022-03-04T09:04:51.564Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T09:04:52.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-04T09:04:52.104Z] docker_cli_network_unix_test.go:46: [d2bc92d4b84e3] daemon is not started [2022-03-04T09:04:52.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-04T09:04:52.104Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-04T09:04:52.104Z] docker_cli_network_unix_test.go:46: [d0558f0437d89] daemon is not started [2022-03-04T09:04:52.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-04T09:04:52.671Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T09:04:52.672Z] docker_cli_network_unix_test.go:46: [d5ba4c5f53348] daemon is not started [2022-03-04T09:04:52.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-04T09:04:53.630Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T09:04:55.159Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T09:04:56.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-04T09:04:57.603Z] docker_cli_network_unix_test.go:1084: [d74dd8c26a29e] daemon is not started [2022-03-04T09:04:59.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-04T09:04:59.511Z] docker_cli_network_unix_test.go:46: [d0e6167eb7925] daemon is not started [2022-03-04T09:04:59.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-04T09:04:59.770Z] docker_cli_network_unix_test.go:46: [d3ba83daa8d3b] daemon is not started [2022-03-04T09:05:00.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-04T09:05:00.967Z] docker_cli_network_unix_test.go:46: [d237c7c363c66] daemon is not started [2022-03-04T09:05:01.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-04T09:05:01.536Z] docker_cli_network_unix_test.go:46: [d7a4effd052cb] daemon is not started [2022-03-04T09:05:01.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-04T09:05:01.795Z] docker_cli_network_unix_test.go:46: [de068f765703d] daemon is not started [2022-03-04T09:05:01.855Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T09:05:02.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-04T09:05:02.622Z] docker_cli_network_unix_test.go:46: [d90d10d8b9835] daemon is not started [2022-03-04T09:05:02.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-04T09:05:03.561Z] docker_cli_network_unix_test.go:46: [dc8eccc516f0f] daemon is not started [2022-03-04T09:05:03.561Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-04T09:05:05.590Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T09:05:05.590Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T09:05:10.262Z] docker_cli_network_unix_test.go:46: [dc04c3c7fa3e8] daemon is not started [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite (54.31s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.99s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.74s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.43s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.41s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.97s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.17s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.86s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.68s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.30s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.25s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.27s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.38s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-04T09:05:10.262Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.71s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.32s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.90s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.70s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.58s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-03-04T09:05:10.262Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.77s) [2022-03-04T09:05:10.262Z] === RUN TestDockerHubPullSuite [2022-03-04T09:05:10.262Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-04T09:05:11.226Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-04T09:05:13.756Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-04T09:05:14.014Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-04T09:05:14.351Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T09:05:15.391Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-04T09:05:15.651Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite (6.33s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.80s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.34s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2022-03-04T09:05:15.651Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-04T09:05:15.651Z] PASS [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === Skipped [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-04T09:05:15.651Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-04T09:05:15.651Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-04T09:05:15.651Z] docker_cli_network_unix_test.go:46: [d0558f0437d89] daemon is not started [2022-03-04T09:05:15.651Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-04T09:05:15.651Z] [2022-03-04T09:05:15.651Z] DONE 1265 tests, 51 skipped in 1419.403s [2022-03-04T09:05:15.651Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T09:05:15.873Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T09:05:15.911Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T09:05:15.911Z] +++ kill 8391 [2022-03-04T09:05:15.911Z] +++ /etc/init.d/apparmor stop [2022-03-04T09:05:15.911Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T09:05:15.911Z] [2022-03-04T09:05:15.911Z] Unloading profiles will leave already running processes permanently [2022-03-04T09:05:15.911Z] unconfined, which can lead to unexpected situations. [2022-03-04T09:05:15.911Z] [2022-03-04T09:05:15.911Z] To set a process to complain mode, use the command line tool [2022-03-04T09:05:15.911Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T09:05:15.911Z] +++ true [2022-03-04T09:05:15.911Z] exiting test-integration [2022-03-04T09:05:15.912Z] ++ exit 0 [2022-03-04T09:05:15.912Z] [2022-03-04T09:05:16.170Z] + for job in $(jobs -p) [2022-03-04T09:05:16.170Z] + wait 22591 [2022-03-04T09:05:20.693Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T09:05:27.733Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T09:05:32.399Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T09:05:33.625Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T09:05:33.625Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T09:05:33.625Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T09:05:35.841Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T09:05:35.841Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T09:05:35.841Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T09:05:35.841Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T09:05:36.839Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T09:05:36.839Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T09:05:36.839Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T09:05:37.090Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T09:05:37.741Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T09:05:37.741Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:05:37.741Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T09:05:37.741Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:05:37.741Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T09:05:37.829Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T09:05:37.829Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T09:05:37.829Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T09:05:40.229Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T09:05:40.229Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:05:40.229Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T09:05:56.739Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-04T09:05:58.641Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-04T09:06:05.216Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-04T09:06:10.484Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-04T09:06:12.390Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-04T09:06:16.583Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-04T09:06:18.488Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-04T09:06:20.545Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T09:06:20.545Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T09:06:20.545Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T09:06:20.545Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T09:06:22.682Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-04T09:06:22.682Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-04T09:06:22.682Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-04T09:06:22.771Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T09:06:26.886Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-04T09:06:27.822Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-04T09:06:28.391Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-04T09:06:30.927Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-04T09:06:37.762Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T09:06:50.253Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T09:06:50.664Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T09:06:52.887Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T09:06:53.208Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T09:06:53.208Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:06:53.208Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T09:06:53.208Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:06:53.208Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T09:06:53.875Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T09:06:54.772Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T09:06:57.278Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T09:06:57.278Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T09:06:57.278Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T09:06:57.278Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T09:06:58.270Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T09:06:58.557Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T09:06:58.642Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T09:07:01.595Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T09:07:02.353Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T09:07:04.141Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T09:07:04.141Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:07:04.554Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T09:07:04.610Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T09:07:04.610Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:07:04.610Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T09:07:04.610Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:07:04.610Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T09:07:04.610Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:07:04.610Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T09:07:04.610Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:07:05.078Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T09:07:07.103Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T09:07:08.869Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T09:07:08.869Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:07:08.869Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T09:07:08.869Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:07:08.869Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T09:07:08.869Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:07:08.869Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T09:07:10.434Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T09:07:16.324Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T09:07:22.033Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T09:07:23.017Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T09:07:23.485Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T09:07:27.164Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-04T09:07:27.164Z] docker_cli_swarm_test.go:1180: [dbfd079b52dd0] joining swarm manager [d268fb6d8b89d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:07:32.140Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T09:07:32.140Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T09:07:32.443Z] docker_cli_swarm_test.go:1189: [d7cc71c083e49] joining swarm manager [d268fb6d8b89d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T09:07:34.195Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T09:07:34.195Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T09:07:34.195Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T09:07:34.195Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T09:07:34.195Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:07:34.195Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T09:07:36.883Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T09:07:36.883Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T09:07:37.952Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T09:07:37.952Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T09:07:40.599Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T09:07:45.024Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T09:07:53.562Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T09:07:58.236Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T09:07:58.236Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:07:58.236Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T09:08:01.123Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T09:08:02.102Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T09:08:02.649Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T09:08:06.361Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T09:08:09.156Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T09:08:10.686Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T09:08:12.121Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T09:08:12.121Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:08:12.121Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T09:08:12.121Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:08:12.121Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T09:08:12.121Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:08:12.121Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T09:08:15.006Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T09:08:15.967Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T09:08:17.729Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T09:08:17.729Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:08:18.185Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T09:08:18.641Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T09:08:18.855Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T09:08:18.855Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:08:18.855Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T09:08:18.855Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:08:18.855Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T09:08:19.119Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-04T09:08:19.603Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T09:08:19.603Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:08:19.603Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T09:08:29.096Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-04T09:08:31.963Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T09:08:31.963Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:08:31.963Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T09:08:33.291Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-04T09:08:35.204Z] docker_cli_swarm_test.go:1112: [d7fbacd6798cb] joining swarm manager [dc1e193552161]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:08:36.583Z] docker_cli_swarm_test.go:1113: [d0be81a7442a3] joining swarm manager [dc1e193552161]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:08:39.892Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T09:08:40.852Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T09:08:44.316Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T09:08:45.277Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T09:08:46.087Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T09:08:47.655Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T09:08:47.655Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T09:08:48.123Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T09:08:48.170Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T09:08:48.170Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:08:48.170Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T09:08:49.132Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T09:08:49.132Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T09:08:49.385Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T09:08:54.900Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T09:08:55.146Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T09:08:55.146Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:08:55.146Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T09:08:55.146Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:08:55.146Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T09:08:55.862Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T09:08:56.825Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T09:08:57.312Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T09:08:57.312Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:08:57.768Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T09:08:58.357Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T09:08:58.813Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T09:08:59.776Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T09:09:01.944Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T09:09:08.060Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T09:09:08.998Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T09:09:08.998Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T09:09:08.998Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T09:09:09.454Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T09:09:09.910Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T09:09:11.775Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T09:09:12.230Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T09:09:15.677Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T09:09:27.202Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T09:09:27.202Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:09:27.202Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T09:09:27.202Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:09:27.202Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T09:09:27.202Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:09:27.202Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T09:09:27.202Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T09:09:34.540Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T09:09:36.065Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T09:09:36.065Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:09:36.065Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T09:09:36.065Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:09:36.521Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T09:09:36.521Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:09:36.521Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T09:09:36.726Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T09:09:36.726Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:09:36.726Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T09:09:36.726Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T09:09:38.046Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T09:09:42.712Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T09:09:47.377Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T09:09:52.040Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T09:09:52.040Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:09:52.040Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T09:09:59.081Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T09:09:59.081Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:09:59.081Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T09:10:06.124Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T09:10:10.791Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T09:10:10.791Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T09:10:10.791Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T09:10:10.791Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T09:10:10.791Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T09:10:10.791Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T09:10:10.791Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T09:10:10.791Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T09:10:13.032Z] docker_cli_swarm_test.go:1166: [df6433e2fd379] joining swarm manager [dc1e193552161]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T09:10:17.833Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T09:10:19.196Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T09:10:24.874Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T09:10:24.874Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:10:24.874Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T09:10:27.765Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T09:10:27.765Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:10:27.765Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T09:10:27.765Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:10:27.765Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T09:10:27.765Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:10:27.765Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T09:10:29.620Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T09:10:29.928Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T09:10:29.928Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:10:29.928Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T09:10:29.928Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T09:10:31.836Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T09:10:32.824Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T09:10:32.852Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T09:10:32.852Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T09:10:32.852Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:10:32.852Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T09:10:32.852Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:10:32.852Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T09:10:32.852Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:10:32.852Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T09:10:35.737Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T09:10:36.832Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T09:10:37.900Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T09:10:40.065Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T09:10:40.065Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T09:10:40.065Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:10:40.065Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T09:10:42.306Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T09:10:42.306Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T09:10:42.597Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T09:10:45.121Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-04T09:10:45.121Z] docker_cli_swarm_test.go:1447: [dd57375e757ee] joining swarm manager [d949763d70108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:10:45.121Z] docker_cli_swarm_test.go:1448: [dceae13f4e10d] joining swarm manager [d949763d70108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T09:10:45.191Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T09:10:45.191Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:10:45.191Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T09:10:45.191Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:10:45.191Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T09:10:48.079Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T09:10:48.079Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T09:10:49.606Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T09:10:49.606Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:10:49.606Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T09:10:51.136Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T09:10:53.318Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T09:10:53.318Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T09:10:55.479Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T09:10:57.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-04T09:10:57.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-04T09:10:57.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-04T09:10:57.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-04T09:10:57.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-04T09:10:57.587Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-04T09:10:58.177Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T09:10:58.289Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T09:10:59.196Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T09:11:00.123Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-04T09:11:03.414Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-04T09:11:03.863Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T09:11:03.863Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T09:11:03.863Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T09:11:03.863Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T09:11:03.863Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T09:11:05.320Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-04T09:11:05.388Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T09:11:05.388Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:11:05.388Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T09:11:07.222Z] docker_cli_swarm_unix_test.go:63: [dd6d96b23f93f] joining swarm manager [dabced41b4c01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:11:08.274Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T09:11:08.274Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:11:08.274Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T09:11:10.441Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T09:11:10.441Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T09:11:13.233Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T09:11:15.102Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T09:11:17.265Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T09:11:17.265Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T09:11:17.265Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T09:11:17.265Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T09:11:17.265Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:11:17.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T09:11:18.792Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T09:11:18.792Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T09:11:19.222Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T09:11:19.222Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:11:19.222Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T09:11:21.995Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T09:11:24.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T09:11:27.046Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T09:11:27.759Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T09:11:28.216Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T09:11:28.216Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:11:28.216Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T09:11:28.216Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:11:28.216Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T09:11:29.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009d7b8_} [2022-03-04T09:11:31.059Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T09:11:32.095Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12259094610_c:\foo_false____} [2022-03-04T09:11:32.881Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T09:11:34.980Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12259094610_c:\foo_true____} [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T09:11:37.142Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T09:11:37.142Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T09:11:37.554Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T09:11:37.597Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T09:11:37.597Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T09:11:37.597Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.597Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T09:11:37.598Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.598Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T09:11:37.598Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:11:37.598Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T09:11:40.484Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T09:11:40.484Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T09:11:40.484Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:11:40.484Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T09:11:41.269Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T09:11:41.269Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T09:11:41.269Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T09:11:43.372Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T09:11:43.372Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T09:11:43.372Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:11:43.372Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T09:11:44.156Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T09:11:45.122Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T09:11:46.259Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T09:11:46.259Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:11:46.259Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T09:11:46.259Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:11:46.259Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T09:11:46.259Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:11:46.259Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T09:11:46.649Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T09:11:50.925Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T09:11:53.813Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T09:11:53.813Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:11:53.813Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T09:11:53.813Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:11:53.813Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T09:11:58.993Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T09:11:59.957Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T09:12:03.470Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-04T09:12:03.470Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-04T09:12:03.470Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-04T09:12:04.094Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T09:12:04.094Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:12:04.094Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T09:12:04.094Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:12:04.094Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T09:12:04.846Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-04T09:12:08.141Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-04T09:12:10.676Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-04T09:12:12.301Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T09:12:12.583Z] docker_api_swarm_test.go:962: [d9605f866bc18] joining swarm manager [db4ae2206190f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T09:12:13.788Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T09:12:14.386Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T09:12:14.386Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:12:14.386Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T09:12:14.386Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:12:14.386Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T09:12:15.912Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T09:12:15.912Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:12:15.912Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T09:12:15.912Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:12:15.912Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T09:12:16.017Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T09:12:18.799Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T09:12:18.799Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T09:12:18.799Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T09:12:18.799Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T09:12:18.799Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T09:12:19.255Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T09:12:21.422Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T09:12:24.310Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T09:12:24.310Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T09:12:24.310Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T09:12:26.301Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T09:12:26.473Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T09:12:26.929Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T09:12:27.383Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T09:12:27.383Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:12:27.383Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T09:12:27.839Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T09:12:27.839Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:12:27.839Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T09:12:27.839Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T09:12:28.295Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T09:12:30.679Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-04T09:12:32.069Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T09:12:35.032Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T09:12:36.877Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T09:12:36.877Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T09:12:36.877Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T09:12:37.938Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T09:12:38.405Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T09:12:38.405Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:12:38.405Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T09:12:38.405Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:12:38.405Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T09:12:40.664Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T09:12:40.664Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T09:12:40.664Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:12:40.664Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T09:12:41.353Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T09:12:41.353Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:12:41.353Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T09:12:42.876Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T09:12:42.876Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T09:12:43.344Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T09:12:43.344Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T09:12:43.344Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T09:12:43.344Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T09:12:43.344Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T09:12:43.344Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T09:12:43.344Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:12:43.344Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T09:12:46.290Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T09:12:48.501Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T09:12:48.775Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-04T09:12:49.712Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-04T09:12:51.447Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T09:12:52.250Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-04T09:12:52.856Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T09:12:54.790Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-04T09:13:00.101Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T09:13:02.926Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-04T09:13:04.852Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T09:13:06.217Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-04T09:13:08.752Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-04T09:13:10.712Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T09:13:11.287Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-04T09:13:12.926Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T09:13:13.823Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-04T09:13:13.911Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T09:13:16.357Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-04T09:13:18.662Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T09:13:18.895Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-04T09:13:19.129Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T09:13:20.115Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T09:13:21.436Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-04T09:13:25.975Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T09:13:30.725Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T09:13:30.725Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T09:13:30.725Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:13:30.725Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T09:13:31.711Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T09:13:31.711Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:13:31.711Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T09:13:32.224Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T09:13:34.656Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T09:13:43.315Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T09:13:45.532Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T09:13:47.748Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T09:13:53.451Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T09:13:53.610Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T09:13:53.610Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:13:53.610Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T09:13:55.825Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T09:14:00.575Z] === RUN TestDockerSuite/TestExec [2022-03-04T09:14:00.575Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:14:00.575Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T09:14:00.575Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:14:00.575Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T09:14:02.138Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T09:14:04.349Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T09:14:04.349Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:14:04.349Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T09:14:04.349Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:14:04.349Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T09:14:04.349Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:14:04.349Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T09:14:06.561Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T09:14:08.126Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T09:14:08.431Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T09:14:10.337Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T09:14:12.550Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T09:14:13.194Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T09:14:13.194Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:14:13.194Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T09:14:13.194Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:14:13.661Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T09:14:15.232Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T09:14:17.301Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T09:14:17.301Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:14:17.301Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T09:14:17.301Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:14:17.301Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T09:14:17.301Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:14:17.301Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T09:14:17.667Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-04T09:14:19.513Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T09:14:21.104Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T09:14:24.263Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T09:14:24.263Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T09:14:24.263Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T09:14:24.263Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T09:14:24.263Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:14:24.263Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T09:14:24.895Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T09:14:26.477Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T09:14:26.477Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T09:14:26.477Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T09:14:26.477Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T09:14:26.477Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:14:26.477Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T09:14:28.689Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T09:14:28.689Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:14:28.689Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T09:14:30.765Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T09:14:32.547Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-04T09:14:34.554Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T09:14:34.554Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:14:34.554Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T09:14:34.554Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:14:34.554Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T09:14:34.554Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:14:34.554Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T09:14:40.419Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T09:14:46.280Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite (1648.03s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.10s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.81s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.98s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.22s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.99s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.68s) [2022-03-04T09:14:47.426Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.14s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.79s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.37s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (29.09s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (26.15s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.74s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.51s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.77s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (46.48s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.76s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.33s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.33s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.72s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (55.04s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.78s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.31s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.19s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.67s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.85s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.86s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.80s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.23s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.75s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.33s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (29.77s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.32s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.53s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.74s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.79s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.52s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.12s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.01s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.03s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.59s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.93s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.87s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.61s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.28s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.34s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.87s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.11s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.50s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.11s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.95s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.93s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.46s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.10s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.04s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.37s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.34s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.80s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.68s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.97s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.83s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.75s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.39s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.65s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.18s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.53s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.38s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.17s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.16s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.29s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.21s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.45s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.46s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.55s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.11s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (122.57s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.56s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.58s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.86s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.21s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.78s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.20s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.59s) [2022-03-04T09:14:47.426Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.99s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.17s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.50s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.97s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.96s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.12s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.08s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.23s) [2022-03-04T09:14:47.426Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.16s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.24s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.14s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.34s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.04s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.07s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.37s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (17.17s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.15s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.19s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.72s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.40s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.52s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.59s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.47s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.43s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.00s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.82s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.13s) [2022-03-04T09:14:47.427Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.11s) [2022-03-04T09:14:47.427Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T09:14:47.427Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-04T09:14:47.685Z] docker_cli_external_volume_driver_test.go:52: [d6852c4c89d6a] daemon is not started [2022-03-04T09:14:49.228Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T09:14:51.992Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T09:14:51.992Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T09:14:52.461Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T09:14:56.380Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestHealth [2022-03-04T09:14:56.380Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T09:14:56.380Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T09:15:00.169Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T09:15:00.169Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T09:15:00.169Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:15:00.169Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T09:15:00.637Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T09:15:00.638Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T09:15:00.638Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T09:15:01.622Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T09:15:01.622Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:15:01.622Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T09:15:02.606Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T09:15:02.606Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T09:15:02.902Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T09:15:02.902Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T09:15:04.168Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T09:15:04.635Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T09:15:05.768Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-04T09:15:06.855Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T09:15:08.775Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T09:15:08.775Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T09:15:09.805Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T09:15:09.805Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T09:15:09.805Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:15:09.805Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T09:15:13.530Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T09:15:13.595Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T09:15:13.595Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T09:15:13.595Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T09:15:13.595Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:15:13.595Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T09:15:13.595Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T09:15:14.063Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T09:15:14.063Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T09:15:14.063Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T09:15:14.063Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T09:15:14.063Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T09:15:14.063Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T09:15:14.063Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T09:15:14.063Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:15:14.063Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T09:15:17.011Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T09:15:19.224Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T09:15:19.224Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:15:19.224Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T09:15:19.224Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:15:19.224Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T09:15:19.224Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T09:15:19.224Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:15:19.224Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T09:15:20.060Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T09:15:20.060Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T09:15:20.060Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T09:15:20.060Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T09:15:22.172Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T09:15:22.172Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T09:15:23.020Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T09:15:25.124Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T09:15:25.124Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:15:25.124Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T09:15:25.124Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:15:25.124Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T09:15:25.124Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:15:25.124Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T09:15:26.816Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T09:15:27.338Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T09:15:32.089Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T09:15:32.089Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:15:32.089Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T09:15:32.089Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:15:32.089Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T09:15:32.089Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:15:32.089Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T09:15:32.692Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T09:15:32.692Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:15:32.692Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T09:15:32.692Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:15:33.164Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T09:15:33.164Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:15:33.164Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T09:15:33.164Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:15:33.164Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T09:15:33.164Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:15:33.164Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T09:15:34.305Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T09:15:36.518Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T09:15:36.518Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T09:15:37.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T09:15:37.916Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:15:37.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T09:15:37.916Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:15:37.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T09:15:37.916Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:15:37.916Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T09:15:38.813Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T09:15:38.813Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:15:38.813Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T09:15:39.469Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T09:15:39.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T09:15:41.683Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T09:15:41.683Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:15:41.684Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T09:15:41.684Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T09:15:41.763Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T09:15:43.329Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T09:15:43.899Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T09:15:45.355Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T09:15:46.846Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T09:15:49.191Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T09:15:50.897Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T09:15:53.063Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T09:15:54.958Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T09:15:54.958Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:15:54.958Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T09:15:54.958Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:15:54.958Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T09:15:54.958Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:15:55.414Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T09:15:55.949Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T09:15:58.112Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T09:16:00.274Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T09:16:01.181Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T09:16:01.637Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T09:16:03.164Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T09:16:05.328Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T09:16:05.328Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T09:16:05.328Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.328Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T09:16:05.328Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T09:16:05.783Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T09:16:05.783Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T09:16:05.783Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T09:16:05.783Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T09:16:06.312Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T09:16:06.312Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.312Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T09:16:06.312Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.312Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T09:16:06.591Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T09:16:06.591Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T09:16:06.591Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T09:16:06.591Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T09:16:06.591Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:16:06.591Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T09:16:07.946Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T09:16:10.108Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T09:16:13.458Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-04T09:16:13.760Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T09:16:13.760Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T09:16:15.873Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T09:16:18.036Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T09:16:18.036Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:16:18.036Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T09:16:20.029Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-04T09:16:20.200Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T09:16:20.656Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T09:16:20.917Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T09:16:26.422Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T09:16:28.081Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T09:16:32.188Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T09:16:34.906Z] docker_cli_external_volume_driver_test.go:52: [d4d30ae1d90c5] daemon is not started [2022-03-04T09:16:36.225Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T09:16:36.225Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T09:16:36.757Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T09:16:36.855Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T09:16:39.742Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T09:16:41.905Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T09:16:41.905Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:16:41.905Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T09:16:44.767Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T09:16:44.791Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T09:16:47.678Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T09:16:49.262Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T09:16:49.262Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T09:16:49.786Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-04T09:16:50.535Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T09:16:50.535Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:16:50.991Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T09:16:50.991Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:16:50.991Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T09:16:54.706Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T09:16:54.706Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:16:54.706Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T09:16:56.211Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T09:16:56.211Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:16:56.211Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T09:16:56.211Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:16:56.211Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T09:16:56.432Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T09:16:56.432Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:16:56.432Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T09:16:56.900Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T09:16:57.886Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T09:16:57.886Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:16:57.886Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T09:16:59.924Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T09:17:02.086Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T09:17:04.738Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T09:17:04.738Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:17:04.738Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T09:17:04.738Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:17:04.738Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T09:17:04.738Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:17:04.738Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T09:17:04.738Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T09:17:05.426Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T09:17:05.426Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T09:17:05.426Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T09:17:05.426Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T09:17:05.426Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T09:17:05.426Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T09:17:05.426Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T09:17:05.426Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T09:17:05.426Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T09:17:05.426Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T09:17:05.426Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T09:17:05.426Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPortList [2022-03-04T09:17:05.426Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:17:05.426Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T09:17:07.888Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-04T09:17:09.524Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T09:17:10.941Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T09:17:10.942Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T09:17:10.942Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:17:10.942Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T09:17:12.816Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T09:17:12.816Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:17:12.816Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T09:17:15.391Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T09:17:15.391Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T09:17:15.690Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T09:17:15.690Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:17:15.690Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T09:17:20.093Z] docker_cli_external_volume_driver_test.go:52: [d8cf5653e56a8] daemon is not started [2022-03-04T09:17:24.346Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T09:17:24.346Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:17:24.346Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T09:17:27.757Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T09:17:28.225Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T09:17:31.177Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T09:17:31.177Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:17:31.177Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T09:17:31.646Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T09:17:32.114Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T09:17:33.007Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T09:17:33.206Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T09:17:33.206Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:17:33.206Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T09:17:33.206Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:17:33.206Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T09:17:33.206Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:17:33.206Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T09:17:33.206Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T09:17:38.187Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-04T09:17:38.187Z] docker_cli_external_volume_driver_test.go:52: [d7f387f9231e4] daemon is not started [2022-03-04T09:17:42.538Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T09:17:43.527Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T09:17:43.627Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T09:17:43.996Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T09:17:45.192Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T09:17:45.192Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:17:45.559Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T09:17:45.659Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T09:17:45.659Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:17:45.659Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T09:17:45.659Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:17:45.659Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T09:17:46.027Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T09:17:47.593Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T09:17:47.872Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T09:17:47.872Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:17:47.872Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T09:17:49.815Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T09:17:50.388Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-04T09:17:50.816Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T09:17:50.816Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T09:17:50.816Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:17:50.816Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T09:17:55.028Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T09:17:56.978Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T09:17:56.978Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:17:56.978Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T09:17:56.978Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:17:56.978Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T09:17:56.978Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T09:17:57.448Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T09:17:57.448Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T09:17:57.448Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T09:17:58.439Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T09:17:58.906Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T09:18:00.895Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T09:18:00.895Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:18:00.895Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T09:18:03.300Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T09:18:05.513Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T09:18:06.063Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T09:18:09.559Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T09:18:09.559Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:18:09.559Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T09:18:14.168Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T09:18:17.956Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T09:18:17.956Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:18:17.956Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T09:18:17.956Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:18:17.956Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T09:18:18.220Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T09:18:22.473Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-04T09:18:22.705Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T09:18:22.705Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.705Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T09:18:22.705Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.705Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T09:18:22.705Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.705Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T09:18:22.705Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.705Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T09:18:22.981Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T09:18:22.981Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.981Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T09:18:22.981Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:18:22.981Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T09:18:22.981Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T09:18:23.449Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T09:18:23.449Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T09:18:23.449Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T09:18:23.449Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T09:18:23.449Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T09:18:29.964Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T09:18:29.964Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:18:29.964Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T09:18:31.532Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T09:18:31.532Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:18:31.532Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T09:18:32.126Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T09:18:32.519Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T09:18:33.506Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T09:18:33.506Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:18:33.506Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T09:18:38.259Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T09:18:40.558Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-04T09:18:40.785Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T09:18:40.785Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:18:40.785Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T09:18:41.910Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T09:18:41.911Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:18:41.911Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T09:18:41.911Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T09:18:44.512Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T09:18:44.512Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:18:44.512Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T09:18:44.512Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:18:44.512Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T09:18:44.512Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:18:44.512Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T09:18:47.137Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T09:18:47.399Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T09:18:47.399Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:18:47.399Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T09:18:47.399Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T09:18:49.300Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T09:18:50.287Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T09:18:50.287Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T09:18:50.287Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:18:50.287Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T09:18:50.287Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:18:50.287Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T09:18:50.287Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:18:50.287Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T09:18:54.003Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T09:18:55.432Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-04T09:18:58.668Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T09:19:02.392Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T09:19:02.392Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T09:19:02.392Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:19:02.392Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T09:19:06.110Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T09:19:06.110Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T09:19:08.995Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T09:19:08.995Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:19:08.995Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T09:19:08.995Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:19:08.995Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T09:19:11.885Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T09:19:11.885Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T09:19:14.379Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T09:19:14.379Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:19:14.379Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T09:19:15.604Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T09:19:15.605Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:19:15.605Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T09:19:17.270Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T09:19:17.725Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T09:19:17.725Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T09:19:18.685Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T09:19:19.323Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T09:19:19.323Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T09:19:22.211Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T09:19:23.345Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T09:19:24.621Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T09:19:27.975Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T09:19:29.106Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T09:19:29.106Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:19:29.106Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T09:19:33.768Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T09:19:33.768Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T09:19:33.768Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T09:19:35.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T09:19:35.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T09:19:35.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T09:19:35.046Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T09:19:35.046Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T09:19:37.934Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T09:19:37.934Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:19:37.934Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T09:19:41.655Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T09:19:41.655Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:19:41.655Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T09:19:42.128Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-04T09:19:45.374Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T09:19:45.374Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T09:19:48.941Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T09:19:49.902Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T09:19:50.039Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T09:19:50.863Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T09:19:53.753Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T09:19:53.753Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T09:19:53.753Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T09:19:53.753Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T09:19:53.753Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:19:53.753Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T09:19:54.739Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T09:19:55.282Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T09:19:55.282Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T09:19:56.623Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T09:19:58.175Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T09:20:00.217Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-04T09:20:00.621Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T09:20:01.283Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T09:20:01.894Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T09:20:04.787Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T09:20:07.677Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000994ca8_} [2022-03-04T09:20:09.812Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T09:20:10.567Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11232886030_c:\foo_false____} [2022-03-04T09:20:13.120Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T09:20:13.457Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11232886030_c:\foo_true____} [2022-03-04T09:20:13.522Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T09:20:13.977Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T09:20:16.353Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T09:20:16.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T09:20:16.808Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T09:20:16.808Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T09:20:16.808Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T09:20:16.808Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T09:20:16.808Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:20:16.808Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T09:20:16.863Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T09:20:19.697Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:20:19.697Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T09:20:19.697Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:20:20.153Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T09:20:20.153Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:20:20.153Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T09:20:20.153Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:20:20.153Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T09:20:20.153Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:20:20.153Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T09:20:20.282Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T09:20:23.048Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T09:20:23.048Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T09:20:23.048Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:20:23.048Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T09:20:26.762Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T09:20:26.762Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:20:26.762Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T09:20:26.762Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:20:26.762Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T09:20:26.762Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:20:26.762Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T09:20:32.301Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-04T09:20:32.527Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T09:20:34.921Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T09:20:35.376Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T09:20:36.244Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T09:20:36.244Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:20:36.244Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T09:20:36.244Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:20:36.244Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T09:20:40.044Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T09:20:41.004Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T09:20:41.004Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T09:20:41.459Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.459Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T09:20:41.509Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T09:20:41.509Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:20:41.509Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T09:20:43.630Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T09:20:43.630Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:20:43.630Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T09:20:43.630Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:20:43.630Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T09:20:48.587Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T09:20:48.587Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:20:48.587Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T09:20:48.587Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:20:48.587Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T09:20:48.678Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T09:20:49.148Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T09:20:49.148Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:20:49.148Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T09:20:49.148Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:20:49.148Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T09:20:49.397Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T09:20:51.560Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T09:20:52.945Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T09:20:53.725Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T09:20:55.887Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T09:20:58.775Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T09:20:58.775Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T09:20:58.875Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T09:20:58.875Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:20:58.875Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T09:20:58.875Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:20:58.875Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T09:21:02.590Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T09:21:02.590Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:21:02.590Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T09:21:02.590Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:21:02.590Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T09:21:03.380Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T09:21:04.377Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T09:21:04.542Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:21:04.542Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T09:21:05.479Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T09:21:05.479Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:21:05.604Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T09:21:05.934Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T09:21:05.934Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:21:05.934Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T09:21:05.934Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:21:05.934Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T09:21:05.934Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:21:05.934Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T09:21:05.934Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T09:21:06.074Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T09:21:06.074Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T09:21:06.390Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T09:21:06.704Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T09:21:06.704Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:21:06.704Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T09:21:08.556Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T09:21:09.030Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T09:21:09.590Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T09:21:09.590Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:21:09.590Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T09:21:09.590Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:21:09.590Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T09:21:10.595Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T09:21:11.754Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:21:11.754Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T09:21:12.160Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T09:21:12.270Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T09:21:12.270Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T09:21:12.725Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T09:21:13.957Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T09:21:15.616Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T09:21:16.071Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T09:21:16.071Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T09:21:16.071Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:21:16.071Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T09:21:16.527Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T09:21:16.527Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:21:16.527Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T09:21:16.583Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-04T09:21:16.902Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T09:21:16.981Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T09:21:17.437Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T09:21:19.112Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T09:21:19.112Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:21:19.112Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T09:21:19.112Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:21:19.112Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T09:21:19.112Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:21:19.112Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T09:21:22.059Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T09:21:22.059Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:21:22.059Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T09:21:22.059Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:21:22.059Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T09:21:22.059Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:21:22.059Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T09:21:22.059Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:21:22.059Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T09:21:23.619Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T09:21:25.976Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T09:21:26.431Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T09:21:26.887Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T09:21:28.364Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T09:21:28.364Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.364Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T09:21:28.364Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.364Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T09:21:28.364Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.830Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T09:21:28.830Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.830Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T09:21:28.830Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.830Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T09:21:28.830Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:21:28.830Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T09:21:29.975Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T09:21:29.975Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T09:21:30.611Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T09:21:30.611Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T09:21:30.611Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:21:30.611Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T09:21:31.040Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T09:21:31.040Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:21:31.040Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T09:21:31.507Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T09:21:31.507Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:21:31.507Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T09:21:34.329Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T09:21:34.329Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T09:21:34.329Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T09:21:34.329Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T09:21:34.329Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T09:21:34.329Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T09:21:34.329Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:21:34.329Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T09:21:34.455Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T09:21:34.697Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-04T09:21:34.697Z] docker_cli_external_volume_driver_test.go:484: [d3fe7f3ccb705] daemon is not started [2022-03-04T09:21:36.666Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T09:21:36.666Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:21:36.666Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T09:21:37.220Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T09:21:39.616Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T09:21:39.616Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:21:39.616Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T09:21:39.616Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:21:39.616Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T09:21:39.616Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:21:39.616Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T09:21:40.936Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T09:21:41.825Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T09:21:43.843Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T09:21:44.768Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T09:21:46.978Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T09:21:47.809Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T09:21:49.572Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-04T09:21:49.572Z] docker_cli_external_volume_driver_test.go:52: [d900e9ccf1700] daemon is not started [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T09:21:50.073Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:21:50.073Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T09:21:50.133Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T09:21:54.819Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T09:21:54.819Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T09:21:54.819Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T09:21:54.819Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T09:21:54.819Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:21:54.819Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T09:21:56.189Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T09:22:00.555Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T09:22:01.988Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T09:22:02.265Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T09:22:02.265Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:22:02.265Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T09:22:03.829Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:22:03.829Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite (436.83s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.51s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.14s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-03-04T09:22:04.454Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-04T09:22:04.454Z] PASS [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] === Skipped [2022-03-04T09:22:04.454Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T09:22:04.454Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-04T09:22:04.454Z] check_test.go:308: [d712cc767758c] daemon is not started [2022-03-04T09:22:04.454Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T09:22:04.454Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-04T09:22:04.454Z] check_test.go:308: [d1209a83da0fe] daemon is not started [2022-03-04T09:22:04.454Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T09:22:04.454Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-04T09:22:04.454Z] check_test.go:308: [d55733929ba27] daemon is not started [2022-03-04T09:22:04.454Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T09:22:04.454Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-04T09:22:04.454Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T09:22:04.454Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-04T09:22:04.454Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] DONE 271 tests, 5 skipped in 2427.717s [2022-03-04T09:22:04.454Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T09:22:04.454Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc0d898f9d89d/docker.pid [2022-03-04T09:22:04.454Z] +++ kill 6371 [2022-03-04T09:22:04.454Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6371 is not a child of this shell [2022-03-04T09:22:04.454Z] warning: PID 6371 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc0d898f9d89d/docker.pid had a nonzero exit code [2022-03-04T09:22:04.454Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T09:22:04.454Z] +++ kill 8361 [2022-03-04T09:22:04.454Z] +++ /etc/init.d/apparmor stop [2022-03-04T09:22:04.454Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] Unloading profiles will leave already running processes permanently [2022-03-04T09:22:04.454Z] unconfined, which can lead to unexpected situations. [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.454Z] To set a process to complain mode, use the command line tool [2022-03-04T09:22:04.454Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T09:22:04.454Z] +++ true [2022-03-04T09:22:04.454Z] exiting test-integration [2022-03-04T09:22:04.454Z] ++ exit 0 [2022-03-04T09:22:04.454Z] [2022-03-04T09:22:04.715Z] + exit 0 [2022-03-04T09:22:04.715Z] ++ jobs -p [2022-03-04T09:22:04.715Z] + pids= [2022-03-04T09:22:04.715Z] + echo 'Remaining pids to kill: []' [2022-03-04T09:22:04.715Z] Remaining pids to kill: [] [2022-03-04T09:22:04.715Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-04T09:22:04.731Z] Recording test results [2022-03-04T09:22:06.700Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T09:22:07.038Z] + echo Ensuring container killed. [2022-03-04T09:22:07.038Z] Ensuring container killed. [2022-03-04T09:22:07.038Z] + docker ps -aq -f name=docker-pr15-* [2022-03-04T09:22:07.038Z] + cids=415da104d380 [2022-03-04T09:22:07.038Z] 3ba6de063b82 [2022-03-04T09:22:07.038Z] 9d9b41747f17 [2022-03-04T09:22:07.038Z] + [ -n 415da104d380 [2022-03-04T09:22:07.038Z] 3ba6de063b82 [2022-03-04T09:22:07.038Z] 9d9b41747f17 ] [2022-03-04T09:22:07.038Z] + docker rm -vf 415da104d380 3ba6de063b82 9d9b41747f17 [2022-03-04T09:22:07.607Z] 415da104d380 [2022-03-04T09:22:07.607Z] 3ba6de063b82 [2022-03-04T09:22:07.607Z] 9d9b41747f17 [Pipeline] sh [2022-03-04T09:22:07.721Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T09:22:07.851Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T09:22:07.892Z] + echo Chowning /workspace to jenkins user [2022-03-04T09:22:07.892Z] Chowning /workspace to jenkins user [2022-03-04T09:22:07.892Z] + id -u [2022-03-04T09:22:07.892Z] + id -g [2022-03-04T09:22:07.892Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43157:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T09:22:10.728Z] + bundleName=amd64 [2022-03-04T09:22:10.728Z] + echo Creating amd64-bundles.tar.gz [2022-03-04T09:22:10.728Z] Creating amd64-bundles.tar.gz [2022-03-04T09:22:10.728Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-04T09:22:10.728Z] + 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-04T09:22:11.649Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [Pipeline] archiveArtifacts [2022-03-04T09:22:11.675Z] Archiving artifacts [2022-03-04T09:22:12.485Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T09:22:12.485Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:22:12.485Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T09:22:12.485Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:22:12.485Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T09:22:12.485Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:22:12.485Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T09:22:12.635Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T09:22:13.599Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T09:22:13.617Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T09:22:13.929Z] + make clean [2022-03-04T09:22:14.189Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T09:22:14.189Z] docker-dev-cache [2022-03-04T09:22:14.189Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T09:22:14.588Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T09:22:14.588Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:22:14.588Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T09:22:14.588Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:22:14.588Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2022-03-04T09:22:17.233Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [Pipeline] // stage [Pipeline] } [2022-03-04T09:22:17.548Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T09:22:17.548Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:22:17.548Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T09:22:18.500Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T09:22:19.487Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T09:22:20.473Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T09:22:21.981Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T09:22:21.981Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T09:22:23.544Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T09:22:25.755Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T09:22:27.317Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T09:22:27.637Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T09:22:28.303Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T09:22:31.249Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:22:31.249Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T09:22:34.796Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T09:22:34.796Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T09:22:34.796Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:22:34.796Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T09:22:35.038Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T09:22:35.038Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T09:22:35.038Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T09:22:35.038Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T09:22:35.038Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:22:35.038Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T09:22:35.264Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T09:22:35.264Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:22:35.264Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T09:22:39.056Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T09:22:43.693Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T09:22:43.693Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:22:43.693Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T09:22:46.647Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T09:22:52.516Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T09:22:54.727Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T09:22:57.674Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T09:22:59.236Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T09:23:02.185Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T09:23:02.185Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:23:02.185Z] === RUN TestDockerSuite/TestRunState [2022-03-04T09:23:02.185Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:23:02.185Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T09:23:04.396Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T09:23:04.396Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:23:04.396Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T09:23:07.345Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T09:23:07.345Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T09:23:07.345Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:23:07.345Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T09:23:12.097Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:23:12.097Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T09:23:14.902Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T09:23:15.051Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T09:23:15.051Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:23:15.051Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T09:23:15.887Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T09:23:17.263Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T09:23:17.263Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:23:17.263Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T09:23:17.263Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:23:17.263Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T09:23:18.189Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T09:23:19.676Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T09:23:21.049Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T09:23:25.539Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T09:23:25.539Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:23:25.539Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T09:23:28.200Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T09:23:28.487Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T09:23:32.950Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T09:23:33.243Z] === RUN TestDockerSuite/TestExec [2022-03-04T09:23:33.243Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:23:33.243Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T09:23:33.243Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:23:33.243Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T09:23:36.199Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T09:23:38.810Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T09:23:38.810Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:23:38.810Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T09:23:38.810Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T09:23:39.987Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T09:23:39.988Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:23:39.988Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T09:23:39.988Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:23:39.988Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T09:23:39.988Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:23:39.988Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T09:23:42.597Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T09:23:42.939Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T09:23:45.544Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T09:23:46.729Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T09:23:48.052Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:23:48.052Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T09:23:50.518Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T09:23:52.871Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T09:23:53.855Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T09:23:54.102Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T09:23:54.313Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T09:23:56.067Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T09:24:00.183Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T09:24:00.183Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.183Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T09:24:00.183Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.183Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T09:24:00.183Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.183Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T09:24:00.816Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T09:24:00.816Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T09:24:00.816Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T09:24:00.816Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T09:24:00.816Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T09:24:00.816Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:24:00.816Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T09:24:03.763Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T09:24:03.763Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T09:24:03.971Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T09:24:04.231Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T09:24:04.698Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T09:24:06.262Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T09:24:06.262Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T09:24:09.047Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T09:24:09.211Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T09:24:09.835Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T09:24:09.835Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T09:24:09.835Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T09:24:09.835Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T09:24:09.835Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:24:09.835Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T09:24:11.424Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T09:24:12.847Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T09:24:12.847Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:24:12.847Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T09:24:12.847Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:24:12.847Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T09:24:14.370Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T09:24:14.370Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.370Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T09:24:14.588Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T09:24:14.588Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T09:24:14.588Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T09:24:14.588Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T09:24:14.588Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:24:14.588Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T09:24:15.066Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T09:24:17.536Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T09:24:17.536Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:24:17.537Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T09:24:19.829Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T09:24:23.051Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T09:24:23.051Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:24:23.051Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T09:24:24.703Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T09:24:24.703Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:24:24.703Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T09:24:24.703Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:24:24.703Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T09:24:24.703Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:24:24.703Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T09:24:26.838Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T09:24:26.838Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:24:26.838Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T09:24:26.838Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:24:26.838Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T09:24:26.838Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:24:26.838Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T09:24:26.838Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:24:26.838Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T09:24:28.496Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T09:24:31.858Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T09:24:33.995Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:24:33.995Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T09:24:34.371Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T09:24:36.207Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T09:24:38.418Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T09:24:38.418Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:24:38.418Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T09:24:39.014Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T09:24:40.629Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T09:24:40.629Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T09:24:40.629Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T09:24:40.629Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T09:24:40.629Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T09:24:40.629Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:24:40.629Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T09:24:43.766Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T09:24:50.923Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestHealth [2022-03-04T09:24:50.923Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T09:24:50.923Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T09:24:51.391Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T09:24:51.391Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T09:24:55.560Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T09:24:56.027Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T09:24:56.027Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T09:24:56.027Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:24:56.027Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T09:24:56.496Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T09:24:56.496Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T09:24:56.496Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T09:24:57.257Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T09:24:57.257Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T09:24:58.243Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T09:24:58.243Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:24:58.243Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T09:24:59.232Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T09:24:59.232Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T09:24:59.449Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T09:24:59.449Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T09:24:59.669Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T09:24:59.669Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T09:24:59.669Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T09:25:01.585Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T09:25:01.585Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T09:25:03.236Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T09:25:03.236Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T09:25:03.703Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T09:25:03.703Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T09:25:03.703Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T09:25:03.801Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T09:25:07.597Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T09:25:07.597Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T09:25:07.597Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:25:07.597Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T09:25:12.302Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T09:25:12.302Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T09:25:12.349Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T09:25:12.349Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T09:25:12.349Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T09:25:12.349Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T09:25:12.349Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T09:25:12.349Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T09:25:12.349Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T09:25:12.349Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T09:25:12.349Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T09:25:12.349Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.349Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T09:25:12.364Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T09:25:12.364Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.364Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T09:25:12.831Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T09:25:12.831Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T09:25:12.831Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:25:12.832Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T09:25:15.309Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T09:25:18.171Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T09:25:18.172Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T09:25:18.260Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T09:25:18.260Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:25:18.260Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T09:25:18.260Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:25:18.260Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T09:25:18.260Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T09:25:18.260Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:25:18.260Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T09:25:21.482Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T09:25:21.482Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T09:25:21.482Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T09:25:22.050Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T09:25:22.050Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T09:25:24.040Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T09:25:25.006Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T09:25:25.006Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:25:25.006Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T09:25:25.006Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:25:25.006Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T09:25:25.006Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:25:25.006Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T09:25:28.796Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T09:25:31.892Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T09:25:31.892Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:25:31.892Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite (2205.29s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.65s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (71.15s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.25s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.33s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.14s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.57s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T09:25:32.359Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.11s) [2022-03-04T09:25:32.359Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.88s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (74.18s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.46s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.94s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.21s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.48s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.94s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.29s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.78s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.30s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.59s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.79s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddTar (32.15s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.63s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.68s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.14s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.24s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.71s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.74s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.38s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.56s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.92s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.32s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.18s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.30s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.50s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.98s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.55s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.50s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.19s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.80s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.92s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.51s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.88s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.21s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.31s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.59s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.55s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.92s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.10s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.48s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.61s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.71s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.76s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.11s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.04s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.13s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.83s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (51.35s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.56s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.71s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.22s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.14s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.78s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.68s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.12s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.23s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (72.45s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.13s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.20s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.14s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.44s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.82s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.33s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFails (2.57s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.19s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.12s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.41s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.90s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.37s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.63s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.57s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.62s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildHistory (11.40s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.99s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.41s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.31s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabel (1.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.60s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabels (1.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.52s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.83s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.13s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.22s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.60s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.80s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.57s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.52s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.76s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.46s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (21.71s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.93s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.30s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.72s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.95s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.33s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.62s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.18s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.96s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.16s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.03s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.65s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.21s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.10s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.43s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.34s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildRm (11.73s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.21s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.37s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.91s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.92s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.43s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.38s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.31s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.28s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildStderr (4.02s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.40s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.99s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.31s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.07s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.88s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.63s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.56s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.15s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.92s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.92s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.53s) [2022-03-04T09:25:32.360Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.36s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-04T09:25:32.360Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.44s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.87s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.07s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.80s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.20s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.20s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.96s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.41s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitChange (4.76s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.56s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.95s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitTTY (7.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.42s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.98s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.11s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.67s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.63s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.58s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.28s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.07s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.11s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.26s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.60s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.59s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.05s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.23s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.24s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.97s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.05s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.96s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.70s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.18s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.49s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.85s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.20s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.59s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.64s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.61s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.58s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009d7b8_} (2.57s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12259094610_c:\foo_false____} (2.56s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12259094610_c:\foo_true____} (2.62s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.69s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.68s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.68s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.85s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.76s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.65s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.76s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToDot (2.72s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCpToStdout (2.80s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.08s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.65s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.92s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateRM (0.43s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.03s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.24s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.65s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.63s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.18s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.76s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.20s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsCopy (4.43s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.63s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.60s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.81s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.36s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.21s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.96s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFilters (5.00s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFormat (5.24s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsRename (2.76s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsResize (7.89s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.62s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.53s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.09s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.49s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.09s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.03s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.04s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.06s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.07s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.09s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.79s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.18s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecInspectID (4.60s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.35s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.24s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.40s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:25:32.361Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.16s) [2022-03-04T09:25:32.361Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.03s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.42s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.82s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.14s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.95s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.74s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.60s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.62s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.60s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.55s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectDefault (2.52s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectHistory (4.44s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.52s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.11s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.57s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.15s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.12s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectStatus (3.22s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.04s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.21s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.58s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.14s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.55s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.59s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.59s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.98s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.82s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.57s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.14s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.46s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.47s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.46s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.61s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.43s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.69s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.63s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsSince (9.17s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsTail (2.99s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.74s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.74s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.32s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.18s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsByOrder (7.94s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.94s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.36s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.20s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.92s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.69s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.76s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.79s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.62s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.31s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.12s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (9.15s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.72s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.18s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.73s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.81s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.74s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.86s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.80s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.42s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.15s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.84s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.91s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.97s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.76s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.67s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.83s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.71s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.12s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.31s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.04s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.63s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.17s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.58s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.53s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.20s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T09:25:32.362Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.58s) [2022-03-04T09:25:32.362Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.13s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.99s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.81s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.52s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.56s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.70s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.99s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.59s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.60s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.58s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.54s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunExitCode (2.56s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.56s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.53s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.64s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.64s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.15s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.05s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.73s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.49s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.51s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.43s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.92s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.87s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.39s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.73s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.71s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunRm (2.65s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.63s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.63s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.54s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.10s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.71s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.55s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.42s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.81s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.58s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.49s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.29s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.08s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.12s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.56s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.69s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.62s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.17s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.57s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.84s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.17s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.42s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.68s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.56s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.56s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.55s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.24s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.59s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.05s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.10s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.25s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.10s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.83s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.24s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.32s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.59s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.76s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.80s) [2022-03-04T09:25:32.363Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T09:25:32.363Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.27s) [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.363Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T09:25:32.363Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T09:25:32.364Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.364Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:25:32.364Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T09:25:32.832Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T09:25:32.832Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T09:25:32.832Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T09:25:32.832Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T09:25:32.832Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T09:25:32.832Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T09:25:32.832Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerDaemonSuite [2022-03-04T09:25:32.832Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T09:25:32.832Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T09:25:32.832Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T09:25:32.832Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerSwarmSuite [2022-03-04T09:25:32.832Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T09:25:32.832Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T09:25:32.832Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerNetworkSuite [2022-03-04T09:25:32.832Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T09:25:32.832Z] === RUN TestDockerHubPullSuite [2022-03-04T09:25:32.832Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T09:25:32.832Z] PASS [2022-03-04T09:25:32.832Z] ok github.com/docker/docker/integration-cli 2205.643s [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === Skipped [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:25:32.832Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.832Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T09:25:32.832Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:25:32.832Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-04T09:25:32.832Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:25:32.832Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:25:32.832Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:25:32.832Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T09:25:32.832Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.832Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T09:25:32.832Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T09:25:32.832Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T09:25:32.832Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T09:25:32.833Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T09:25:32.833Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T09:25:32.833Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.833Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T09:25:32.833Z] [2022-03-04T09:25:32.833Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2022-03-04T09:25:32.833Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-04T09:25:32.834Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:25:32.834Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T09:25:32.834Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:25:32.834Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:25:32.834Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:25:32.834Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.834Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:25:32.834Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.834Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:25:32.834Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.835Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.835Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T09:25:32.835Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T09:25:32.835Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T09:25:32.835Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T09:25:32.835Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T09:25:32.835Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.03s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:25:32.835Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T09:25:32.835Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:25:32.835Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.835Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:25:32.835Z] [2022-03-04T09:25:32.835Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:25:32.835Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T09:25:32.836Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:25:32.836Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T09:25:32.836Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T09:25:32.836Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:25:32.836Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:25:32.836Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-04T09:25:32.836Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.03s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:25:32.836Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:25:32.836Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T09:25:32.836Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:25:32.836Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:25:32.836Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.836Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:25:32.836Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.836Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:25:32.836Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.837Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.837Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:25:32.837Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.837Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:25:32.837Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:25:32.838Z] [2022-03-04T09:25:32.838Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:25:32.838Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:25:32.838Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:25:33.306Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:25:33.306Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.306Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T09:25:33.306Z] [2022-03-04T09:25:33.306Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T09:25:33.306Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T09:25:33.307Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:25:33.307Z] [2022-03-04T09:25:33.307Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:25:33.307Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.307Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T09:25:33.308Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] DONE 1088 tests, 539 skipped in 2214.319s [2022-03-04T09:25:33.308Z] INFO: Integration tests ended at 03/04/2022 09:25:32. Duration:00:36:54.4813523 [2022-03-04T09:25:33.308Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] Containers: 2 [2022-03-04T09:25:33.308Z] Running: 0 [2022-03-04T09:25:33.308Z] Paused: 0 [2022-03-04T09:25:33.308Z] Stopped: 2 [2022-03-04T09:25:33.308Z] Images: 18 [2022-03-04T09:25:33.308Z] Server Version: 0.0.0-dev [2022-03-04T09:25:33.308Z] Storage Driver: windowsfilter [2022-03-04T09:25:33.308Z] Windows: [2022-03-04T09:25:33.308Z] Logging Driver: json-file [2022-03-04T09:25:33.308Z] Plugins: [2022-03-04T09:25:33.308Z] Volume: local [2022-03-04T09:25:33.308Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T09:25:33.308Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T09:25:33.308Z] Swarm: inactive [2022-03-04T09:25:33.308Z] Default Isolation: process [2022-03-04T09:25:33.308Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T09:25:33.308Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T09:25:33.308Z] OSType: windows [2022-03-04T09:25:33.308Z] Architecture: x86_64 [2022-03-04T09:25:33.308Z] CPUs: 4 [2022-03-04T09:25:33.308Z] Total Memory: 32GiB [2022-03-04T09:25:33.308Z] Name: azwin-2-1919f0 [2022-03-04T09:25:33.308Z] ID: 2DTI:6UWY:BFED:O6FX:EA3J:HOND:WM3F:7Y7P:5KFX:LTN6:4PI3:VF24 [2022-03-04T09:25:33.308Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T09:25:33.308Z] Debug Mode (client): false [2022-03-04T09:25:33.308Z] Debug Mode (server): true [2022-03-04T09:25:33.308Z] File Descriptors: -1 [2022-03-04T09:25:33.308Z] Goroutines: 17 [2022-03-04T09:25:33.308Z] System Time: 2022-03-04T09:25:33.0124966Z [2022-03-04T09:25:33.308Z] EventsListeners: 0 [2022-03-04T09:25:33.308Z] Registry: https://index.docker.io/v1/ [2022-03-04T09:25:33.308Z] Labels: [2022-03-04T09:25:33.308Z] Experimental: false [2022-03-04T09:25:33.308Z] Insecure Registries: [2022-03-04T09:25:33.308Z] 127.0.0.0/8 [2022-03-04T09:25:33.308Z] Live Restore Enabled: false [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] [2022-03-04T09:25:33.308Z] INFO: Stopping daemon under test [2022-03-04T09:25:33.308Z] SUCCESS: The process with PID 5892 (child process of PID 2156) has been terminated. [2022-03-04T09:25:33.308Z] SUCCESS: The process with PID 2156 (child process of PID 4248) has been terminated. [2022-03-04T09:25:33.308Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T09:25:33.308Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 09:25:33. [2022-03-04T09:25:33.308Z] INFO: Tidying up at end of run [2022-03-04T09:25:33.308Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.out) to bundles\CIDUT.out [2022-03-04T09:25:33.308Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.err) to bundles\CIDUT.err [2022-03-04T09:25:33.308Z] INFO: Saving containerd logs to bundles [2022-03-04T09:25:33.308Z] INFO: Nuke-Everything... [2022-03-04T09:25:33.775Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T09:25:34.242Z] f916ac7fb2d8 [2022-03-04T09:25:34.242Z] e6ec48822098 [2022-03-04T09:25:34.242Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-04T09:25:34.669Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T09:25:34.669Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:25:34.669Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T09:25:34.669Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:25:34.669Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T09:25:34.669Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:25:34.669Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T09:25:35.231Z] Deleted: sha256:31bf46616e072aa199739c361997294f7763783a63d4ac206aa4cfc9cb0bf2fc [2022-03-04T09:25:35.231Z] Deleted: sha256:c7c17b6a7e42bc0439169c4b131680f0f233f960ab7b3d535bba24cc2e8682ab [2022-03-04T09:25:35.231Z] INFO: Tidying pidfile d:\CI\PR-43157\15\docker.pid [2022-03-04T09:25:35.231Z] INFO: Nuking d:\CI [2022-03-04T09:25:37.621Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T09:25:41.476Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T09:25:41.476Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T09:25:45.268Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T09:25:49.060Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T09:25:49.060Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:25:49.060Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T09:25:49.060Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T09:25:49.327Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T09:25:49.327Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:25:49.327Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T09:25:50.891Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T09:25:52.456Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T09:25:52.853Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T09:25:56.447Z] INFO: Zapped successfully [2022-03-04T09:25:56.447Z] [2022-03-04T09:25:56.447Z] INFO: executeCI.ps1 exiting at Fri Mar 4 09:25:53 CUT 2022. Duration 00:53:35.6049364 [2022-03-04T09:25:56.447Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T09:25:56.694Z] Recording test results [2022-03-04T09:25:58.326Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T09:25:59.603Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T09:26:01.474Z] Creating win-2022-integration-bundles.zip [2022-03-04T09:26:01.508Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [Pipeline] archiveArtifacts [2022-03-04T09:26:03.258Z] Archiving artifacts [2022-03-04T09:26:05.481Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T09:26:05.481Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:26:05.481Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T09:26:05.481Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:26:05.481Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T09:26:05.482Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:26:05.482Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T09:26:08.663Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T09:26:10.236Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T09:26:10.236Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T09:26:12.456Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T09:26:14.029Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T09:26:14.029Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:26:14.029Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T09:26:14.029Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:26:14.029Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T09:26:15.534Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T09:26:19.342Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T09:26:19.929Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T09:26:20.892Z] + make clean [2022-03-04T09:26:21.359Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T09:26:21.359Z] docker-dev-cache [2022-03-04T09:26:21.359Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T09:26:23.140Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T09:26:26.092Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T09:26:29.042Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T09:26:29.042Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T09:26:29.042Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T09:26:29.042Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T09:26:32.832Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T09:26:35.781Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T09:26:42.941Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T09:26:44.143Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T09:26:44.143Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T09:26:45.892Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T09:26:45.892Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:26:45.892Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T09:26:49.684Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T09:26:49.684Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T09:26:56.661Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T09:26:57.112Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T09:27:03.824Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T09:27:03.824Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:27:03.824Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T09:27:03.824Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:27:03.824Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T09:27:05.659Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T09:27:06.781Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T09:27:06.781Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:27:07.250Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T09:27:12.706Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T09:27:16.423Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T09:27:21.091Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T09:27:21.091Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:27:21.091Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T09:27:22.193Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T09:27:24.811Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T09:27:25.994Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T09:27:26.464Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T09:27:27.701Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T09:27:37.993Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T09:27:37.993Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:27:37.993Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T09:27:37.993Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:27:37.993Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T09:27:40.881Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T09:27:43.768Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T09:27:47.484Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T09:27:47.484Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T09:27:47.484Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T09:27:47.484Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T09:27:47.484Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T09:27:47.484Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T09:27:47.484Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T09:27:47.484Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T09:27:47.484Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T09:27:47.484Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T09:27:47.484Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T09:27:47.484Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T09:27:47.484Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T09:27:47.484Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T09:27:47.484Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T09:27:47.484Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPortList [2022-03-04T09:27:47.484Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.484Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T09:27:47.710Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T09:27:47.710Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.710Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T09:27:47.710Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:27:47.710Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T09:27:47.710Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:27:48.178Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T09:27:49.754Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T09:27:54.540Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T09:27:54.540Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:27:54.540Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T09:28:00.194Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T09:28:01.595Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T09:28:01.595Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:28:01.595Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T09:28:01.763Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T09:28:01.763Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:28:01.763Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T09:28:01.763Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:28:01.763Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T09:28:01.763Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:28:01.763Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T09:28:04.720Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T09:28:15.147Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T09:28:16.451Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T09:28:16.451Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:28:16.451Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T09:28:21.021Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T09:28:25.783Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T09:28:25.783Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:28:25.783Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T09:28:28.802Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T09:28:40.733Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T09:28:40.734Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:28:40.734Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T09:28:47.895Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T09:28:49.937Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T09:28:49.937Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T09:28:49.937Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:28:49.937Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T09:28:49.937Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T09:28:49.937Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T09:28:52.649Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T09:28:52.650Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T09:28:52.650Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T09:28:52.650Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T09:28:52.650Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T09:28:52.650Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T09:28:52.650Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T09:28:52.650Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T09:28:52.650Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T09:28:53.726Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T09:29:01.328Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T09:29:04.150Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T09:29:08.496Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T09:29:08.496Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:29:08.496Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T09:29:10.012Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T09:29:10.012Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:29:10.012Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T09:29:10.012Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:29:10.012Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T09:29:11.450Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T09:29:11.450Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:29:11.450Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T09:29:11.450Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:29:11.450Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T09:29:11.450Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:29:11.450Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T09:29:13.667Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T09:29:13.667Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:29:14.138Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T09:29:14.138Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T09:29:17.094Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T09:29:17.094Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T09:29:17.094Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.094Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T09:29:17.094Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.094Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T09:29:17.094Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.094Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T09:29:17.170Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T09:29:17.170Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.170Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T09:29:17.170Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.170Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T09:29:17.170Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.170Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T09:29:17.170Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:29:17.170Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T09:29:20.050Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T09:29:23.001Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T09:29:25.219Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T09:29:25.219Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T09:29:25.219Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:29:25.219Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T09:29:27.592Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T09:29:27.592Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:29:27.592Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T09:29:28.170Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T09:29:28.170Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T09:29:29.156Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T09:29:29.156Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:29:29.156Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T09:29:30.387Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T09:29:30.387Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:29:30.387Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T09:29:30.387Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:29:30.717Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T09:29:30.856Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T09:29:31.702Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T09:29:31.702Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:29:31.702Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T09:29:33.075Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T09:29:33.075Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T09:29:36.030Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T09:29:36.030Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:29:36.030Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T09:29:37.566Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T09:29:38.979Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T09:29:38.979Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T09:29:41.929Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T09:29:44.731Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T09:29:47.681Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T09:29:50.591Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T09:29:55.347Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T09:29:55.347Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T09:29:55.347Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T09:29:55.347Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T09:29:55.347Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T09:29:57.568Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T09:29:57.568Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:29:57.568Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T09:30:06.233Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T09:30:06.233Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:30:06.233Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T09:30:07.805Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T09:30:07.805Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T09:30:12.563Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T09:30:12.970Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T09:30:12.970Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:30:12.970Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T09:30:14.778Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T09:30:14.778Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:30:14.778Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T09:30:14.778Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:30:15.247Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T09:30:15.247Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:30:15.247Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T09:30:15.247Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:30:15.247Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T09:30:15.247Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:30:15.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T09:30:17.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T09:30:17.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T09:30:25.496Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T09:30:25.496Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T09:30:25.496Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T09:30:26.127Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T09:30:27.066Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T09:30:28.344Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T09:30:31.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T09:30:37.502Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T09:30:39.961Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004618_} [2022-03-04T09:30:41.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12022816674_c:\foo_false____} [2022-03-04T09:30:43.554Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T09:30:43.554Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:30:43.554Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T09:30:44.491Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12022816674_c:\foo_true____} [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T09:30:47.447Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T09:30:47.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T09:30:47.918Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T09:30:47.918Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T09:30:47.918Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T09:30:47.918Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T09:30:47.918Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:30:47.918Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T09:30:50.713Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T09:30:50.713Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T09:30:51.182Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T09:30:56.577Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T09:30:56.577Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T09:30:56.577Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:30:56.577Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T09:31:03.732Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T09:31:03.732Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T09:31:03.732Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:31:03.732Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T09:31:06.682Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T09:31:06.682Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:31:06.682Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T09:31:06.682Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:31:06.682Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T09:31:06.682Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:31:06.682Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T09:31:08.996Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T09:31:12.786Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T09:31:13.254Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T09:31:17.103Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T09:31:19.316Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T09:31:19.316Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:31:19.316Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T09:31:19.316Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:31:19.316Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T09:31:21.912Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T09:31:27.775Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T09:31:29.737Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T09:31:29.737Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:31:29.737Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T09:31:29.737Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:31:29.737Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T09:31:36.434Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T09:31:42.299Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T09:31:42.299Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T09:31:45.249Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T09:31:50.968Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T09:31:50.968Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:31:50.968Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T09:31:50.968Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:31:50.968Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T09:31:52.542Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T09:31:52.542Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:31:52.542Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T09:31:52.542Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:31:52.542Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T09:32:01.222Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T09:32:01.222Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T09:32:01.222Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T09:32:01.222Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T09:32:01.222Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T09:32:02.793Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T09:32:05.745Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T09:32:06.214Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T09:32:06.214Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T09:32:06.409Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T09:32:08.428Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T09:32:08.572Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T09:32:09.414Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T09:32:09.414Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T09:32:09.414Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:32:09.414Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T09:32:09.882Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T09:32:09.882Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:32:09.882Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T09:32:10.351Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T09:32:10.819Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T09:32:14.339Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T09:32:15.868Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:32:15.868Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T09:32:18.765Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T09:32:18.765Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:32:18.765Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T09:32:18.765Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:32:18.765Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T09:32:24.532Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T09:32:25.773Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T09:32:25.773Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T09:32:25.773Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T09:32:29.199Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T09:32:29.563Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T09:32:29.563Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T09:32:29.563Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:32:29.563Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T09:32:32.090Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T09:32:34.975Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T09:32:37.872Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T09:32:38.231Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T09:32:38.231Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T09:32:38.231Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T09:32:38.231Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T09:32:38.231Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T09:32:38.231Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T09:32:38.231Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:32:38.231Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T09:32:38.329Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T09:32:41.183Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T09:32:43.400Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T09:32:45.376Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:32:45.376Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T09:32:46.365Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T09:32:47.544Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T09:32:47.544Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:32:47.544Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T09:32:52.215Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T09:32:52.215Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:32:52.215Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T09:32:52.215Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:32:52.215Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T09:32:55.106Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:32:55.106Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T09:32:56.799Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T09:32:57.273Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T09:33:00.167Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T09:33:01.555Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T09:33:03.889Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T09:33:03.889Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:33:03.889Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T09:33:03.889Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:33:03.889Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T09:33:03.889Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:33:03.889Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T09:33:07.609Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T09:33:07.609Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:33:07.609Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T09:33:07.609Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:33:07.609Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T09:33:07.609Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:33:07.609Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T09:33:07.609Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:33:07.609Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T09:33:09.781Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T09:33:11.996Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T09:33:14.951Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T09:33:15.937Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T09:33:16.833Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:33:16.833Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T09:33:19.722Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T09:33:19.722Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:33:19.722Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T09:33:19.722Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T09:33:19.722Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:33:19.722Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T09:33:20.690Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T09:33:21.159Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T09:33:22.618Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T09:33:22.723Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T09:33:25.509Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T09:33:25.509Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:33:25.509Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T09:33:28.396Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T09:33:28.396Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:33:28.396Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T09:33:28.396Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:33:28.396Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T09:33:28.396Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:33:28.396Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T09:33:28.606Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T09:33:31.288Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T09:33:34.176Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T09:33:37.067Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T09:33:39.049Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T09:33:39.049Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T09:33:39.049Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.049Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T09:33:39.953Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:33:39.953Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T09:33:40.616Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T09:33:40.616Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:33:40.616Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T09:33:43.570Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T09:33:45.720Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T09:33:45.720Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T09:33:45.720Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T09:33:45.720Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T09:33:45.720Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:33:45.720Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T09:33:52.234Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T09:33:52.767Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T09:33:52.767Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:33:52.767Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T09:33:54.455Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T09:33:54.932Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:33:54.932Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T09:33:57.407Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T09:34:03.277Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T09:34:03.277Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:34:03.277Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T09:34:05.217Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T09:34:05.217Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:34:05.217Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T09:34:05.217Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:34:05.217Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T09:34:05.217Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:34:05.217Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T09:34:05.493Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T09:34:10.247Z] === RUN TestDockerSuite/TestExec [2022-03-04T09:34:10.247Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:34:10.247Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T09:34:10.247Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:34:10.247Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T09:34:10.980Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T09:34:12.465Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T09:34:14.681Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T09:34:14.682Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:34:14.682Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T09:34:14.682Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:34:14.682Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T09:34:14.682Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:34:14.682Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T09:34:15.647Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:34:15.648Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T09:34:15.648Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:34:16.105Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T09:34:16.105Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:34:16.105Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T09:34:16.105Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:34:16.105Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T09:34:16.105Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T09:34:17.630Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T09:34:17.637Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T09:34:19.850Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T09:34:20.538Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T09:34:22.801Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T09:34:23.432Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T09:34:24.961Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T09:34:25.022Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T09:34:28.686Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T09:34:28.686Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:34:28.686Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T09:34:28.686Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T09:34:29.164Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.164Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:34:29.916Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T09:34:29.916Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.916Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T09:34:29.916Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.916Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T09:34:29.916Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:34:29.916Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T09:34:32.871Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T09:34:33.837Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T09:34:33.838Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:34:33.838Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T09:34:33.838Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:34:33.838Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T09:34:33.838Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:34:33.838Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T09:34:33.838Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:34:33.838Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T09:34:33.838Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:34:33.838Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T09:34:38.741Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T09:34:38.741Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T09:34:38.741Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T09:34:38.741Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T09:34:38.741Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:34:38.741Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T09:34:40.967Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T09:34:40.967Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:34:40.967Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T09:34:40.967Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:34:41.436Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T09:34:41.436Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:34:41.436Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T09:34:41.436Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:34:41.436Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T09:34:41.436Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:34:41.436Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T09:34:44.386Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T09:34:44.386Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:34:44.386Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T09:34:46.179Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T09:34:46.179Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:34:46.179Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T09:34:48.346Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T09:34:54.108Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T09:34:54.817Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T09:34:54.817Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:34:54.817Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T09:34:54.817Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:34:54.817Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T09:34:54.817Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:34:54.817Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T09:34:56.995Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T09:34:59.890Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T09:35:00.684Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T09:35:03.606Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T09:35:03.606Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:35:03.606Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T09:35:03.606Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:35:03.606Z] === RUN TestDockerSuite/TestRunState [2022-03-04T09:35:03.606Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:35:03.606Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T09:35:06.494Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T09:35:06.494Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:35:06.494Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T09:35:06.560Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T09:35:06.949Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T09:35:06.949Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T09:35:06.949Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:35:06.949Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T09:35:10.351Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T09:35:12.720Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:35:12.720Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T09:35:15.610Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T09:35:15.610Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:35:15.611Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T09:35:16.220Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T09:35:16.220Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:35:16.220Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T09:35:16.220Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T09:35:16.690Z] === RUN TestDockerSuite/TestHealth [2022-03-04T09:35:16.690Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:35:16.690Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T09:35:16.690Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T09:35:16.690Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T09:35:16.690Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T09:35:18.501Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T09:35:18.501Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:35:18.501Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T09:35:18.501Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:35:18.501Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T09:35:22.558Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T09:35:22.558Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T09:35:22.558Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:35:22.558Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T09:35:22.558Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T09:35:22.558Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T09:35:23.027Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T09:35:23.173Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T09:35:23.495Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T09:35:23.495Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:35:23.495Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T09:35:25.064Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T09:35:25.064Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T09:35:27.279Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T09:35:27.749Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T09:35:30.700Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T09:35:33.468Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T09:35:38.138Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T09:35:39.370Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T09:35:39.370Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T09:35:39.370Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:35:39.370Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T09:35:43.162Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T09:35:43.162Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T09:35:43.162Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T09:35:43.162Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T09:35:43.162Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T09:35:43.162Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T09:35:43.162Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T09:35:43.162Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T09:35:43.162Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T09:35:43.162Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:35:43.162Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T09:35:46.114Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T09:35:46.680Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T09:35:46.680Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:35:46.680Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T09:35:47.135Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T09:35:48.335Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T09:35:48.335Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:35:48.335Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T09:35:48.335Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:35:48.335Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T09:35:48.335Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T09:35:48.335Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:35:48.805Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T09:35:50.849Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T09:35:51.023Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T09:35:51.492Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T09:35:54.452Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T09:35:54.452Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:35:54.452Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T09:35:54.452Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:35:54.452Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T09:35:54.452Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:35:54.452Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T09:35:54.567Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T09:35:56.666Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T09:35:57.457Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:35:57.457Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T09:36:02.538Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T09:36:02.538Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:36:02.538Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T09:36:02.538Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:36:02.538Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T09:36:02.538Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:36:02.538Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T09:36:03.230Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T09:36:04.751Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T09:36:04.757Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T09:36:06.921Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T09:36:07.699Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T09:36:07.699Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T09:36:09.918Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T09:36:12.694Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T09:36:12.694Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:36:12.694Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T09:36:12.868Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T09:36:12.868Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:36:12.868Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T09:36:12.868Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T09:36:13.149Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T09:36:13.149Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T09:36:13.149Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T09:36:13.149Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T09:36:13.149Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:36:13.149Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T09:36:15.312Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T09:36:15.767Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T09:36:15.821Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T09:36:16.223Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T09:36:16.678Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T09:36:18.202Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T09:36:18.202Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T09:36:18.776Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T09:36:21.090Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T09:36:23.529Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T09:36:23.980Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T09:36:26.487Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T09:36:26.875Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T09:36:26.875Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:36:26.875Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T09:36:29.441Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T09:36:31.656Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T09:36:34.610Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T09:36:36.823Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T09:36:37.165Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T09:36:37.165Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:36:37.165Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T09:36:39.777Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T09:36:39.777Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T09:36:39.777Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T09:36:39.777Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T09:36:41.993Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T09:36:42.935Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T09:36:42.935Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:36:42.935Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T09:36:42.935Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:36:42.935Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T09:36:42.935Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:36:42.935Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T09:36:42.935Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:36:42.935Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T09:36:44.207Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T09:36:51.361Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T09:36:51.549Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:36:51.549Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T09:36:53.577Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T09:36:53.577Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:36:53.577Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T09:36:53.714Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T09:36:56.534Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T09:36:56.534Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T09:36:58.382Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T09:36:58.383Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:36:58.383Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T09:37:02.103Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T09:37:02.103Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T09:37:02.103Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T09:37:02.103Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T09:37:02.103Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T09:37:02.103Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:37:02.103Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T09:37:05.196Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T09:37:12.361Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T09:37:19.745Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T09:37:19.745Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T09:37:21.043Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T09:37:21.912Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T09:37:22.368Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T09:37:23.993Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T09:37:26.084Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T09:37:26.540Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T09:37:26.943Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T09:37:26.943Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:37:26.943Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T09:37:26.996Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T09:37:26.996Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T09:37:26.996Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T09:37:29.900Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T09:37:38.570Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T09:37:39.343Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T09:37:39.343Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:37:39.343Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T09:37:39.343Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T09:37:39.343Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T09:37:39.343Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:37:39.343Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T09:37:47.236Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T09:37:47.236Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:37:47.236Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T09:37:47.236Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:37:47.236Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T09:37:49.633Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T09:37:49.634Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T09:37:49.634Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T09:37:50.188Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T09:37:53.144Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T09:37:56.097Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T09:37:56.097Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T09:37:56.097Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T09:37:56.097Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T09:37:56.097Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T09:37:56.097Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T09:37:56.097Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T09:37:56.097Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T09:37:56.097Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T09:37:56.097Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T09:37:56.097Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T09:37:56.097Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T09:37:56.097Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T09:37:56.097Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T09:37:56.097Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T09:37:56.097Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPortList [2022-03-04T09:37:56.097Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:37:56.097Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T09:38:01.965Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T09:38:01.965Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:38:01.965Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T09:38:04.412Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T09:38:04.412Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:38:04.412Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite (2763.74s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (80.82s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.36s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.06s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.56s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (88.93s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.78s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.93s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.31s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.62s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.22s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.15s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.06s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.17s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.30s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.71s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.99s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.20s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.04s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.60s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.26s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.25s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.75s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.36s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.19s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.74s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.11s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.68s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (27.64s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.58s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.52s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.26s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.51s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.54s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.63s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.60s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.34s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.35s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.89s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.97s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.56s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.92s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.80s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.14s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (42.09s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.71s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.60s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.75s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.76s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.12s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.27s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.94s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.51s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.81s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.69s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignore (57.85s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.81s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (65.17s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.96s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.99s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.51s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.06s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.08s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.93s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.86s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.17s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (90.22s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.22s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.57s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.82s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.28s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.10s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.09s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.99s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.71s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFails (3.43s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.56s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.62s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.27s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.23s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.08s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.63s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildHistory (13.23s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.16s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.64s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.87s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.71s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.88s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.28s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.69s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.45s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.51s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.55s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (40.95s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.23s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.91s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.93s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.89s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.38s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.55s) [2022-03-04T09:38:04.870Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.68s) [2022-03-04T09:38:04.870Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.95s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.45s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.13s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.88s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.14s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.55s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.39s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.84s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.93s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.75s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.26s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.61s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.65s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.27s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.86s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.30s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.86s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildRm (17.82s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.67s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.78s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.97s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.72s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.65s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.04s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.88s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.67s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.05s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.47s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildStderr (5.32s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.71s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.86s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.50s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.71s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.34s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.84s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.73s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.17s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.52s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.06s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.28s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.61s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.42s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.20s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.75s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.48s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.66s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.33s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.89s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.30s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.41s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.24s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCommitChange (6.20s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.17s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.68s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCommitTTY (8.68s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.43s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.51s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.75s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.24s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.18s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.96s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.79s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.10s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.06s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.65s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.07s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.24s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.62s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.23s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.77s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.38s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.95s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.41s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.75s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.96s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.22s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.18s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.79s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.92s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.96s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.15s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.92s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000994ca8_} (2.97s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11232886030_c:\foo_false____} (2.90s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11232886030_c:\foo_true____} (2.94s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.44s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.06s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.10s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.18s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.20s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.08s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.35s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToCaseH (11.98s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToDot (3.35s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCpToStdout (3.23s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.36s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.42s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.72s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.72s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.82s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.50s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.14s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T09:38:04.871Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:38:04.871Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.13s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.27s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.10s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.05s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsCopy (6.39s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.84s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.59s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.78s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.92s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFilters (6.87s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFormat (6.65s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsRename (3.49s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsResize (33.63s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.16s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.91s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.67s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.13s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.15s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.49s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.81s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.70s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.37s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.37s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.57s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecInspectID (5.85s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.14s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.41s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.91s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.13s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.53s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.44s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.38s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.53s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.12s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.00s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.36s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.60s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.00s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImportBadURL (0.12s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.78s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.25s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.27s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.27s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectDefault (3.08s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectHistory (5.80s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.27s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectJSONFields (4.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.27s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.20s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.88s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (4.00s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectStatus (8.48s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.72s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.95s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.21s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.05s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.44s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.05s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.99s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.46s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.21s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.41s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.34s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.90s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.32s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.64s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.35s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.74s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.70s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.22s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.17s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsSince (9.64s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsTail (3.43s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.18s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.15s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.25s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (7.05s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsByOrder (14.58s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.33s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.54s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.67s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.86s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.49s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:38:04.872Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.81s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:38:04.872Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestPsShowMounts (10.66s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.16s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.20s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.63s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.46s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.99s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.37s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.32s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.21s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (9.64s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (7.04s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.26s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.77s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.52s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.66s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.48s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.54s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.20s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.25s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiTag (0.56s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.12s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.10s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.34s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.55s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.36s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.89s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.10s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.26s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.08s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.97s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.46s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.94s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.03s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.98s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.16s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.23s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.32s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.57s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.47s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.26s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.17s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.04s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.90s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.88s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunExitCode (2.83s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.84s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.83s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.83s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.22s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.05s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.11s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.64s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.36s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.16s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.06s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.32s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.86s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (3.10s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.42s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.56s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.84s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.79s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunRm (3.20s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.84s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.96s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.65s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.94s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.43s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.20s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.08s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.08s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.91s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.50s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.93s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.72s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.10s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.14s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-04T09:38:04.873Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:38:04.873Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.04s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.48s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.96s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.47s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.79s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.91s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.95s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.93s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.53s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.59s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.62s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.05s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.83s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.05s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.71s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.90s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.34s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.05s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.77s) [2022-03-04T09:38:04.874Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:38:04.874Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.81s) [2022-03-04T09:38:04.874Z] === RUN TestDockerRegistrySuite [2022-03-04T09:38:04.874Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T09:38:04.874Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T09:38:05.332Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] --- PASS: TestDockerRegistrySuite (0.20s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T09:38:05.332Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.332Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T09:38:05.332Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T09:38:05.332Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T09:38:05.332Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.332Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T09:38:05.333Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T09:38:05.333Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T09:38:05.333Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T09:38:05.333Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T09:38:05.333Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T09:38:05.333Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T09:38:05.333Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T09:38:05.333Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T09:38:05.333Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T09:38:05.333Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerDaemonSuite [2022-03-04T09:38:05.333Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T09:38:05.333Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T09:38:05.333Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T09:38:05.333Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerSwarmSuite [2022-03-04T09:38:05.333Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T09:38:05.333Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T09:38:05.333Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerNetworkSuite [2022-03-04T09:38:05.333Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T09:38:05.333Z] === RUN TestDockerHubPullSuite [2022-03-04T09:38:05.333Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T09:38:05.333Z] PASS [2022-03-04T09:38:05.333Z] ok github.com/docker/docker/integration-cli 2764.222s [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === Skipped [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:38:05.333Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:38:05.333Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:38:05.333Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-04T09:38:05.333Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:38:05.333Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T09:38:05.333Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-04T09:38:05.333Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T09:38:05.333Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:38:05.333Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:38:05.333Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:38:05.333Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-03-04T09:38:05.333Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.45s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.82s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.25s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.25s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.42s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.333Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.44s) [2022-03-04T09:38:05.333Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.333Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2022-03-04T09:38:05.333Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-04T09:38:05.334Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.46s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.44s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-04T09:38:05.334Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.44s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.41s) [2022-03-04T09:38:05.334Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.41s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T09:38:05.334Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:38:05.334Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.334Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T09:38:05.334Z] [2022-03-04T09:38:05.334Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:38:05.334Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:38:05.335Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:38:05.335Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.335Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:38:05.335Z] [2022-03-04T09:38:05.335Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:38:05.335Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:38:05.336Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:38:05.336Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T09:38:05.336Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T09:38:05.336Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:38:05.336Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:38:05.336Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:38:05.336Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T09:38:05.336Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:38:05.336Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:38:05.336Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:38:05.336Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:38:05.336Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:38:05.336Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:38:05.336Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.336Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:38:05.336Z] [2022-03-04T09:38:05.336Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:38:05.337Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.337Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:38:05.337Z] [2022-03-04T09:38:05.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:38:05.794Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:38:05.794Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.794Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T09:38:05.794Z] [2022-03-04T09:38:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:38:05.795Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:38:05.795Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T09:38:05.795Z] [2022-03-04T09:38:05.795Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:38:05.795Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.795Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:38:05.796Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.796Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T09:38:05.796Z] [2022-03-04T09:38:05.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T09:38:05.797Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:38:05.797Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:38:05.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:38:05.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.797Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:38:05.797Z] [2022-03-04T09:38:05.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:38:05.797Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.798Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:38:05.798Z] [2022-03-04T09:38:05.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:38:05.798Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T09:38:05.799Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:05.799Z] DONE 1088 tests, 544 skipped in 2774.116s [2022-03-04T09:38:05.799Z] INFO: Integration tests ended at 03/04/2022 09:38:05. Duration:00:46:14.2464874 [2022-03-04T09:38:05.799Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T09:38:05.799Z] [2022-03-04T09:38:06.255Z] Containers: 2 [2022-03-04T09:38:06.255Z] Running: 0 [2022-03-04T09:38:06.255Z] Paused: 0 [2022-03-04T09:38:06.255Z] Stopped: 2 [2022-03-04T09:38:06.255Z] Images: 18 [2022-03-04T09:38:06.255Z] Server Version: 0.0.0-dev [2022-03-04T09:38:06.255Z] Storage Driver: windowsfilter [2022-03-04T09:38:06.255Z] Windows: [2022-03-04T09:38:06.255Z] Logging Driver: json-file [2022-03-04T09:38:06.255Z] Plugins: [2022-03-04T09:38:06.255Z] Volume: local [2022-03-04T09:38:06.255Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T09:38:06.255Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T09:38:06.255Z] Swarm: inactive [2022-03-04T09:38:06.255Z] Default Isolation: process [2022-03-04T09:38:06.255Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T09:38:06.255Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T09:38:06.255Z] OSType: windows [2022-03-04T09:38:06.255Z] Architecture: x86_64 [2022-03-04T09:38:06.255Z] CPUs: 4 [2022-03-04T09:38:06.255Z] Total Memory: 32GiB [2022-03-04T09:38:06.255Z] Name: azwin-2-1919f1 [2022-03-04T09:38:06.255Z] ID: DKZU:N4O3:WFHN:6C2S:VPWC:AZXZ:YKQQ:O4AI:V4HV:SJM4:DGIU:MALV [2022-03-04T09:38:06.255Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T09:38:06.255Z] Debug Mode (client): false [2022-03-04T09:38:06.255Z] Debug Mode (server): true [2022-03-04T09:38:06.255Z] File Descriptors: -1 [2022-03-04T09:38:06.255Z] Goroutines: 46 [2022-03-04T09:38:06.255Z] System Time: 2022-03-04T09:38:05.775933Z [2022-03-04T09:38:06.255Z] EventsListeners: 0 [2022-03-04T09:38:06.255Z] Registry: https://index.docker.io/v1/ [2022-03-04T09:38:06.255Z] Labels: [2022-03-04T09:38:06.255Z] Experimental: false [2022-03-04T09:38:06.255Z] Insecure Registries: [2022-03-04T09:38:06.255Z] 127.0.0.0/8 [2022-03-04T09:38:06.255Z] Live Restore Enabled: false [2022-03-04T09:38:06.255Z] [2022-03-04T09:38:06.255Z] [2022-03-04T09:38:06.255Z] INFO: Stopping daemon under test [2022-03-04T09:38:06.255Z] SUCCESS: The process with PID 5160 (child process of PID 3144) has been terminated. [2022-03-04T09:38:06.255Z] SUCCESS: The process with PID 3144 (child process of PID 2784) has been terminated. [2022-03-04T09:38:06.255Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T09:38:06.255Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 09:38:05. [2022-03-04T09:38:06.255Z] INFO: Tidying up at end of run [2022-03-04T09:38:06.255Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.out) to bundles\CIDUT.out [2022-03-04T09:38:06.255Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.err) to bundles\CIDUT.err [2022-03-04T09:38:06.255Z] INFO: Saving containerd logs to bundles [2022-03-04T09:38:06.255Z] INFO: Nuke-Everything... [2022-03-04T09:38:06.712Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T09:38:07.168Z] 7d63b5cb8e0c [2022-03-04T09:38:07.168Z] 69bfca88321d [2022-03-04T09:38:07.168Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-04T09:38:08.701Z] Deleted: sha256:1f9d6a91212878387c584dc353783bcd8ce5f88a986724df07b7a0811711052d [2022-03-04T09:38:08.701Z] Deleted: sha256:48a2c8a67b1ec7a0c96888198b924601c8bf058a4408e01dbaf8424428d288e6 [2022-03-04T09:38:08.701Z] INFO: Tidying pidfile d:\CI\PR-43157\15\docker.pid [2022-03-04T09:38:08.701Z] INFO: Killing containerd with PID 3260 [2022-03-04T09:38:08.701Z] INFO: Nuking d:\CI [2022-03-04T09:38:12.395Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T09:38:12.395Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:38:12.395Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T09:38:22.839Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T09:38:22.839Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:38:22.839Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T09:38:33.277Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T09:38:38.627Z] INFO: Zapped successfully [2022-03-04T09:38:38.628Z] [2022-03-04T09:38:38.628Z] INFO: executeCI.ps1 exiting at Fri Mar 4 09:38:34 CUT 2022. Duration 01:06:14.6571886 [2022-03-04T09:38:38.628Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T09:38:38.864Z] Recording test results [2022-03-04T09:38:41.701Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T09:38:43.374Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-04T09:38:45.748Z] Archiving artifacts [2022-03-04T09:38:58.584Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T09:38:58.584Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T09:38:58.584Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:38:58.584Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T09:39:01.731Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T09:39:02.727Z] + make clean [2022-03-04T09:39:03.694Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T09:39:03.694Z] docker-dev-cache [2022-03-04T09:39:03.694Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T09:39:11.091Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T09:39:14.053Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T09:39:31.883Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T09:39:42.311Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T09:39:42.311Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:39:42.311Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T09:39:42.311Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:39:42.311Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T09:39:52.734Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T09:39:52.734Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:39:52.734Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T09:39:52.734Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:39:52.734Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T09:39:52.734Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:39:52.734Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T09:39:52.734Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:39:53.203Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T09:40:01.887Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T09:40:01.887Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:40:01.887Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T09:40:03.460Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T09:40:03.460Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:40:03.460Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T09:40:04.447Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T09:40:05.434Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T09:40:05.434Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:40:05.434Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T09:40:11.307Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T09:40:16.060Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T09:40:23.227Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T09:40:53.333Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T09:40:53.333Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:40:53.333Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T09:41:00.503Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T09:41:00.503Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T09:41:00.503Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T09:41:00.972Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T09:41:05.733Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T09:41:10.491Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T09:41:10.491Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:41:10.491Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T09:41:16.363Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T09:41:16.363Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T09:41:16.363Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T09:41:34.180Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T09:41:35.743Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T09:41:36.729Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T09:41:45.400Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T09:41:56.193Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T09:42:04.864Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T09:42:09.671Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T09:42:10.659Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T09:42:13.608Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T09:42:34.855Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T09:42:36.421Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T09:42:42.288Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T09:42:43.853Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:42:43.853Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T09:42:46.077Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T09:42:46.077Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:42:46.077Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T09:42:46.077Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:42:46.077Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T09:42:51.955Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T09:42:54.904Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T09:42:57.861Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T09:43:00.079Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T09:43:03.037Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T09:43:03.037Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T09:43:08.906Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.906Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T09:43:08.907Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:43:08.907Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T09:43:11.859Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T09:43:11.859Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:43:11.859Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T09:43:15.654Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T09:43:15.654Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:43:15.654Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T09:43:15.654Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:43:15.654Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T09:43:17.878Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:43:17.878Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T09:43:20.838Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T09:43:23.056Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T09:43:31.719Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T09:43:31.719Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:43:31.719Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T09:43:31.719Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:43:31.719Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T09:43:31.719Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:43:31.719Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T09:43:33.937Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T09:43:33.937Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:43:33.937Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T09:43:33.937Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:43:33.937Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T09:43:33.937Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:43:33.937Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T09:43:33.937Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:43:33.937Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T09:43:36.897Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T09:43:42.769Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:43:42.769Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T09:43:45.725Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T09:43:45.725Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:43:45.725Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T09:43:45.725Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T09:43:45.725Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:43:45.725Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T09:43:47.944Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T09:43:50.905Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T09:43:50.905Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:43:50.905Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T09:43:58.069Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T09:43:58.069Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:43:58.069Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T09:43:58.069Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:43:58.069Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T09:43:58.069Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:43:58.069Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T09:44:01.019Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T09:44:03.238Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T09:44:06.200Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T09:44:14.864Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:44:14.864Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T09:44:23.524Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T09:44:23.524Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T09:44:23.524Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T09:44:23.524Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T09:44:23.524Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:44:23.524Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T09:44:36.016Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T09:44:36.016Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.016Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T09:44:36.486Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:44:36.486Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T09:44:45.150Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T09:44:45.150Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:44:45.150Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T09:44:45.150Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:44:45.150Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T09:44:45.150Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:44:45.150Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T09:44:55.572Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T09:45:00.335Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T09:45:00.335Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T09:45:01.901Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T09:45:04.118Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T09:45:07.072Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T09:45:08.062Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T09:45:10.283Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T09:45:10.752Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:45:10.752Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T09:45:19.415Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T09:45:19.415Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T09:45:19.415Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T09:45:19.415Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T09:45:19.415Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:45:19.415Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T09:45:28.083Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T09:45:28.083Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:45:28.083Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T09:45:35.241Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T09:45:41.106Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T09:45:44.061Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T09:45:46.281Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T09:45:49.247Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T09:45:51.479Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T09:45:51.479Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:45:51.479Z] === RUN TestDockerSuite/TestRunState [2022-03-04T09:45:51.479Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:45:51.479Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T09:46:00.142Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T09:46:00.142Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:46:00.142Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T09:46:01.718Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T09:46:01.718Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T09:46:01.718Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:46:01.718Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T09:46:07.596Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T09:46:07.597Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:46:07.597Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T09:46:09.813Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T09:46:09.813Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:46:09.813Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T09:46:12.768Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T09:46:12.768Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:46:12.768Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T09:46:12.768Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:46:12.768Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T09:46:21.434Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T09:46:30.103Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T09:46:34.863Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T09:46:43.545Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T09:46:43.545Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:46:43.545Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T09:46:43.545Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T09:46:50.732Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T09:46:53.685Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T09:46:56.645Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:46:56.645Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T09:47:01.411Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T09:47:03.626Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T09:47:06.591Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T09:47:11.350Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T09:47:11.350Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T09:47:11.350Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T09:47:11.350Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T09:47:11.350Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.350Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T09:47:11.350Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.820Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T09:47:11.820Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.820Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T09:47:11.820Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.820Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T09:47:11.820Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:47:11.820Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T09:47:14.037Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T09:47:14.505Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T09:47:14.974Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T09:47:14.974Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T09:47:17.201Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T09:47:17.201Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T09:47:19.420Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T09:47:22.375Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T09:47:24.598Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T09:47:24.598Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:47:24.598Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T09:47:35.028Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T09:47:35.028Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:47:35.028Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T09:47:43.699Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T09:47:43.699Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:47:43.699Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T09:47:43.699Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:47:43.699Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T09:47:43.699Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:47:43.699Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T09:47:43.699Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:47:43.699Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T09:47:58.642Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:47:58.642Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T09:48:00.206Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T09:48:03.158Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T09:48:03.158Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:48:03.158Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T09:48:06.113Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T09:48:06.113Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T09:48:06.113Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T09:48:06.113Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T09:48:06.113Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T09:48:06.113Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:48:06.113Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T09:48:23.940Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T09:48:23.940Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T09:48:31.095Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T09:48:31.095Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T09:48:34.049Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T09:48:34.518Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T09:48:34.986Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T09:48:34.986Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T09:48:34.986Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T09:48:45.425Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T09:48:45.425Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:48:45.425Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T09:48:45.425Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T09:48:45.425Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T09:48:45.425Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:48:45.425Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T09:48:54.089Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T09:48:54.089Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T09:48:54.089Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T09:49:04.509Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T09:49:04.509Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:49:04.509Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite (3213.52s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.31s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (116.06s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.05s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.27s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.62s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.62s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.69s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.92s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (132.42s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.01s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.84s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.08s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.13s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.69s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.90s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.52s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.01s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.70s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.28s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.52s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.01s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.44s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddTar (48.18s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.05s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.73s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.34s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.72s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.77s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.97s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.66s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.91s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.73s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (36.52s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.53s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.91s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.76s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.41s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.70s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-04T09:49:05.498Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.85s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.26s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCmd (0.72s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.70s) [2022-03-04T09:49:05.498Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.70s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.21s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.93s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.54s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.33s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.19s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.87s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (11.13s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.30s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.85s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.26s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.69s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.81s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.08s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (41.60s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.89s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (30.07s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.11s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.99s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.13s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.32s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.37s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignore (96.48s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.51s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (101.37s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.16s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.00s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.71s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.30s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (16.95s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.71s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (22.34s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.96s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (141.46s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.57s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.70s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.41s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.69s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.36s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.85s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.82s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.65s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.24s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.96s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.42s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.82s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFails (7.63s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.77s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.86s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildForceRm (8.70s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromGit (11.92s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.70s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.56s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.94s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.71s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.29s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildHistory (14.07s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.25s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.47s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.96s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (10.18s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabel (1.24s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.24s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabels (1.24s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.03s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.43s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.73s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.84s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.16s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (32.56s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.82s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (41.77s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (31.72s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.34s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (12.26s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.73s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.84s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.90s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.81s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.25s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.18s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.08s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.33s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.73s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.97s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.10s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (15.67s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.32s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.52s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.30s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.93s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.53s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.56s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.33s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (42.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildRm (15.81s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.17s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.84s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.39s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.20s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.33s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (23.24s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.82s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.76s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.38s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.83s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildStderr (5.49s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.48s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.60s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.61s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.65s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.46s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.95s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.71s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.22s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.29s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.19s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (15.34s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.72s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.09s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.23s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.48s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.57s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.33s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.55s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.45s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.49s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.55s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (10.23s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitChange (5.81s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.35s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.94s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitTTY (8.09s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.38s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.80s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.07s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.67s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:49:05.499Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:49:05.499Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.66s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.86s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.04s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.60s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.65s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.72s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-03-04T09:49:05.500Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.62s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:49:05.500Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.61s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.43s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.89s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.62s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.15s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.58s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.23s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.53s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.60s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.70s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.34s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.23s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (30.08s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.87s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.88s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.89s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.89s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004618_} (2.88s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12022816674_c:\foo_false____} (2.80s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12022816674_c:\foo_true____} (2.85s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.71s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.72s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.88s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.92s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.74s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.35s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToCaseH (19.84s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToDot (2.76s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCpToStdout (7.75s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.40s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.77s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.30s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.86s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (14.07s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.69s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.70s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.55s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.18s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestDockerFails (0.10s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.83s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.75s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.84s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.97s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsCopy (6.09s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.72s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.61s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.07s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.53s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.25s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFilters (5.88s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFormat (10.53s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.09s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.23s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsRename (2.84s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsResize (8.28s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.54s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.12s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.16s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsUntag (2.84s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.73s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.35s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.32s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.59s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.60s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.58s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.35s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.09s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.75s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecInspectID (5.24s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.97s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.04s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.74s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.32s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.45s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.49s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.42s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.53s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.11s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.29s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.09s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.40s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.82s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.30s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.28s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.67s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.88s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesFormat (0.27s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.18s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.53s) [2022-03-04T09:49:05.972Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.56s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:49:05.972Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.57s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.57s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectDefault (2.64s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectHistory (5.29s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.58s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.65s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.52s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.61s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.60s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectStatus (3.12s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.13s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.77s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.69s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.64s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.54s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.51s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.59s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.30s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.26s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.05s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.87s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.79s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.17s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.18s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.19s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.07s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.88s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.59s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsSince (9.59s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsTail (3.24s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.98s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.70s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.10s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (10.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsByOrder (10.19s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.50s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (21.50s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.32s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.51s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.03s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.24s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (10.42s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.51s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.82s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.91s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.75s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (29.44s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.92s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.90s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.75s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.00s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.51s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.31s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.92s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.69s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.99s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.12s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.13s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiTag (0.87s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.78s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.07s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.08s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.75s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.46s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.30s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.21s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.38s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.78s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.60s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.66s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.52s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.67s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.72s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.41s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.71s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.78s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.65s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.89s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.50s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.18s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.60s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.47s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.56s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunEntrypoint (7.40s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunExitCode (2.68s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.55s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.95s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.57s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.31s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.79s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T09:49:05.973Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.99s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:49:05.973Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.83s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.67s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.76s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.53s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.50s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.39s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (8.00s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.60s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunRm (7.46s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.83s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.79s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.58s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.52s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.86s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (7.42s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.32s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.21s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.57s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.55s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.34s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.39s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.45s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.06s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (8.07s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.67s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.98s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.10s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.79s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.09s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.61s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.01s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.37s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.84s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.53s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.56s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.51s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.44s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.04s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.39s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (14.55s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.57s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.83s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.64s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.27s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.40s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.74s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.36s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.48s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.96s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.89s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.12s) [2022-03-04T09:49:05.974Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:49:05.974Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.72s) [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.974Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T09:49:05.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T09:49:05.975Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerRegistrySuite (0.21s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T09:49:05.975Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T09:49:05.975Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T09:49:05.975Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T09:49:05.975Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T09:49:05.975Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T09:49:05.975Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T09:49:05.975Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerDaemonSuite [2022-03-04T09:49:05.975Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T09:49:05.975Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T09:49:05.975Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T09:49:05.975Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerSwarmSuite [2022-03-04T09:49:05.975Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T09:49:05.975Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T09:49:05.975Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerNetworkSuite [2022-03-04T09:49:05.975Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T09:49:05.975Z] === RUN TestDockerHubPullSuite [2022-03-04T09:49:05.975Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T09:49:05.975Z] PASS [2022-03-04T09:49:05.975Z] ok github.com/docker/docker/integration-cli 3214.052s [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === Skipped [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T09:49:05.975Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T09:49:05.975Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:49:05.975Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T09:49:05.975Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T09:49:05.975Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:49:05.975Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T09:49:05.975Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T09:49:05.975Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:49:05.975Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.975Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:49:05.975Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T09:49:05.975Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T09:49:05.975Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-04T09:49:05.976Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.55s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:05.976Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:49:05.976Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T09:49:05.976Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T09:49:05.976Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.46s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.36s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.50s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.03s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.91s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.91s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-04T09:49:06.445Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.69s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.69s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.08s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.08s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:49:06.445Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.445Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T09:49:06.445Z] [2022-03-04T09:49:06.445Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.07s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-03-04T09:49:06.446Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.47s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.49s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-04T09:49:06.446Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.44s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T09:49:06.446Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-04T09:49:06.446Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-04T09:49:06.446Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.03s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:49:06.446Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T09:49:06.446Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.446Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T09:49:06.446Z] [2022-03-04T09:49:06.446Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-04T09:49:06.446Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T09:49:06.447Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:06.447Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:06.447Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.03s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.03s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.03s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:49:06.447Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-04T09:49:06.447Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-04T09:49:06.447Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:49:06.447Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.447Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T09:49:06.447Z] [2022-03-04T09:49:06.447Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:49:06.447Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:49:06.448Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.04s) [2022-03-04T09:49:06.448Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.04s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-04T09:49:06.448Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T09:49:06.448Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:49:06.448Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T09:49:06.448Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:49:06.448Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:49:06.448Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T09:49:06.448Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-04T09:49:06.448Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:49:06.448Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.448Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-04T09:49:06.448Z] [2022-03-04T09:49:06.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T09:49:06.449Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:49:06.449Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.449Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T09:49:06.449Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T09:49:06.450Z] [2022-03-04T09:49:06.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:49:06.450Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.450Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:49:06.919Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.919Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T09:49:06.919Z] [2022-03-04T09:49:06.919Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-04T09:49:06.920Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.03s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-04T09:49:06.920Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.04s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:49:06.920Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.21s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.920Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T09:49:06.920Z] [2022-03-04T09:49:06.920Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:49:06.920Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T09:49:06.921Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] DONE 1088 tests, 539 skipped in 3225.412s [2022-03-04T09:49:06.921Z] INFO: Integration tests ended at 03/04/2022 09:49:06. Duration:00:53:45.5827965 [2022-03-04T09:49:06.921Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] Containers: 2 [2022-03-04T09:49:06.921Z] Running: 0 [2022-03-04T09:49:06.921Z] Paused: 0 [2022-03-04T09:49:06.921Z] Stopped: 2 [2022-03-04T09:49:06.921Z] Images: 18 [2022-03-04T09:49:06.921Z] Server Version: 0.0.0-dev [2022-03-04T09:49:06.921Z] Storage Driver: windowsfilter [2022-03-04T09:49:06.921Z] Windows: [2022-03-04T09:49:06.921Z] Logging Driver: json-file [2022-03-04T09:49:06.921Z] Plugins: [2022-03-04T09:49:06.921Z] Volume: local [2022-03-04T09:49:06.921Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T09:49:06.921Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T09:49:06.921Z] Swarm: inactive [2022-03-04T09:49:06.921Z] Default Isolation: process [2022-03-04T09:49:06.921Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T09:49:06.921Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T09:49:06.921Z] OSType: windows [2022-03-04T09:49:06.921Z] Architecture: x86_64 [2022-03-04T09:49:06.921Z] CPUs: 4 [2022-03-04T09:49:06.921Z] Total Memory: 32GiB [2022-03-04T09:49:06.921Z] Name: azwin-2-f35d10 [2022-03-04T09:49:06.921Z] ID: HWJP:HO2L:FCCZ:CWTB:JA4Z:PU5K:D72A:JFRU:BKRM:ZIQ7:3S7V:XYR6 [2022-03-04T09:49:06.921Z] Docker Root Dir: D:\CI\PR-43157\15\daemon [2022-03-04T09:49:06.921Z] Debug Mode (client): false [2022-03-04T09:49:06.921Z] Debug Mode (server): true [2022-03-04T09:49:06.921Z] File Descriptors: -1 [2022-03-04T09:49:06.921Z] Goroutines: 17 [2022-03-04T09:49:06.921Z] System Time: 2022-03-04T09:49:06.7971772Z [2022-03-04T09:49:06.921Z] EventsListeners: 0 [2022-03-04T09:49:06.921Z] Registry: https://index.docker.io/v1/ [2022-03-04T09:49:06.921Z] Labels: [2022-03-04T09:49:06.921Z] Experimental: false [2022-03-04T09:49:06.921Z] Insecure Registries: [2022-03-04T09:49:06.921Z] 127.0.0.0/8 [2022-03-04T09:49:06.921Z] Live Restore Enabled: false [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] [2022-03-04T09:49:06.921Z] INFO: Stopping daemon under test [2022-03-04T09:49:07.390Z] SUCCESS: The process with PID 5376 (child process of PID 6120) has been terminated. [2022-03-04T09:49:07.391Z] SUCCESS: The process with PID 6120 (child process of PID 5672) has been terminated. [2022-03-04T09:49:07.391Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T09:49:07.391Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 09:49:07. [2022-03-04T09:49:07.391Z] INFO: Tidying up at end of run [2022-03-04T09:49:07.391Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.out) to bundles\CIDUT.out [2022-03-04T09:49:07.391Z] INFO: Saving daemon under test log (d:\CI\PR-43157\15\dut.err) to bundles\CIDUT.err [2022-03-04T09:49:07.391Z] INFO: Saving containerd logs to bundles [2022-03-04T09:49:07.391Z] INFO: Nuke-Everything... [2022-03-04T09:49:07.859Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T09:49:07.859Z] 2fca7ee909fe [2022-03-04T09:49:07.859Z] 54e59f82c71d [2022-03-04T09:49:08.329Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-04T09:49:09.894Z] Deleted: sha256:05e1178b7c9790ccf4da3f075526f37fd86ff3cd6fe515fe56464bd39c5b2dae [2022-03-04T09:49:09.894Z] Deleted: sha256:76c2a4c366cf41a86d6c840f181dcd2096656e5552cff33faa33ec5df9e5594a [2022-03-04T09:49:09.894Z] INFO: Tidying pidfile d:\CI\PR-43157\15\docker.pid [2022-03-04T09:49:09.894Z] INFO: Nuking d:\CI [2022-03-04T09:49:52.638Z] INFO: Zapped successfully [2022-03-04T09:49:52.638Z] [2022-03-04T09:49:52.638Z] INFO: executeCI.ps1 exiting at Fri Mar 4 09:49:46 CUT 2022. Duration 01:17:04.6209533 [2022-03-04T09:49:52.638Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T09:49:52.887Z] Recording test results [2022-03-04T09:49:55.901Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T09:49:58.214Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-04T09:50:00.011Z] Archiving artifacts [2022-03-04T09:50:17.045Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43157/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T09:50:18.001Z] + make clean [2022-03-04T09:50:18.988Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T09:50:18.988Z] docker-dev-cache [2022-03-04T09:50:18.988Z] 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